aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx4-45/+170
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx4-46/+35
2016-03-09Remove DES cipher aliasKurt Roeckx1-1/+0
2016-03-09IDEA is not supported in TLS 1.2Kurt Roeckx1-2/+2
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx8-318/+504
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx2-18/+44
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx1-1/+1
2016-03-09Remove unused codeKurt Roeckx1-15/+4
2016-03-09Make function to convert version to stringKurt Roeckx3-32/+24
2016-03-09Constify security callbacksKurt Roeckx3-12/+12
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival1-5/+1
2016-03-09Fix locking in ssl_cert_dup()Todd Short1-1/+1
2016-03-09Counter mixed signedness with a castRichard Levitte1-2/+2
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short1-1/+1
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini5-104/+150
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-4/+3
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-3/+3
2016-03-08GH787: Fix ALPNTodd Short1-7/+7
2016-03-08Add cipher query functionsTodd Short1-4/+48
2016-03-08GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk1-1/+1
2016-03-08GH787: Fix ALPNTodd Short4-48/+68
2016-03-08Fix building without multiblock supportMatt Caswell1-2/+2
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2-22/+25
2016-03-07Rename a functionMatt Caswell1-2/+2
2016-03-07Remove the wrec record layer fieldMatt Caswell4-32/+25
2016-03-07Update a commentMatt Caswell1-2/+2
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell1-0/+2
2016-03-07Add an SSL_has_pending() functionMatt Caswell3-4/+20
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell6-7/+24
2016-03-07Lazily initialise the compression bufferMatt Caswell6-31/+9
2016-03-07Implement read pipeline support in libsslMatt Caswell6-312/+472
2016-03-07Implement write pipeline support in libsslMatt Caswell10-240/+456
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival1-4/+2
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival3-3/+3
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival1-0/+2
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell1-84/+13
2016-03-07Rework the default cipherlist.Emilia Kasper3-65/+118
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx2-20/+20
2016-03-04Adds CT validation to SSL connectionsRob Percival7-7/+425
2016-03-04Changes to DEFAULT curvesRich Salz1-24/+8
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell1-0/+18
2016-03-03fix no-ec buildDr. Stephen Henson1-2/+2
2016-03-03Refactor ClientHello extension parsingEmilia Kasper4-275/+305
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-0/+20
2016-02-29Refactor the async wait fd logicMatt Caswell2-5/+25
2016-02-28TLS support for X25519Dr. Stephen Henson2-2/+13
2016-02-25GH715: ENGINE_finish can take NULLRich Salz2-4/+2
2016-02-25GH742: keep gost specific variable under macroJ Mohan Rao Arisankala1-0/+4
2016-02-25GH235: Set error status on malloc failureRich Salz2-2/+8
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson3-4/+4