aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-23GH735: remove unnecessary allocationJ Mohan Rao Arisankala1-6/+0
2016-02-22Remove unused parameters from internal functionsRich Salz7-21/+16
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19TLS: reject duplicate extensionsEmilia Kasper2-1/+85
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz2-3/+3
2016-02-18Remove outdated DEBUG flags.Rich Salz11-156/+8
2016-02-18Fix memory leaks in tls_decrypt_ticketMatt Caswell1-7/+15
2016-02-18GH706: Use NULL for pointer compare.Zhao Junwang1-6/+6
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-1/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2-4/+2
2016-02-17remove redundant codeDr. Stephen Henson1-4/+1