summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Fix SSL_CIPHER_get_auth_nid returnTodd Short2016-03-081-1/+1
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-085-104/+150
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-4/+3
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* GH787: Fix ALPNTodd Short2016-03-081-7/+7
* Add cipher query functionsTodd Short2016-03-081-4/+48
* GH815: The ChaCha20/Poly1305 codepoints are officialBenjamin Kaduk2016-03-081-1/+1
* GH787: Fix ALPNTodd Short2016-03-084-48/+68
* Fix building without multiblock supportMatt Caswell2016-03-081-2/+2
* Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2016-03-072-22/+25
* Rename a functionMatt Caswell2016-03-071-2/+2
* Remove the wrec record layer fieldMatt Caswell2016-03-074-32/+25
* Update a commentMatt Caswell2016-03-071-2/+2
* Fix erroneous fall thgrough in switch statementMatt Caswell2016-03-071-0/+2
* Add an SSL_has_pending() functionMatt Caswell2016-03-073-4/+20
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-076-7/+24
* Lazily initialise the compression bufferMatt Caswell2016-03-076-31/+9
* Implement read pipeline support in libsslMatt Caswell2016-03-076-312/+472
* Implement write pipeline support in libsslMatt Caswell2016-03-0710-240/+456
* Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival2016-03-071-4/+2
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-073-3/+3
* CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival2016-03-071-0/+2
* Swap the init code to use CRYPTO_ONCEMatt Caswell2016-03-071-84/+13
* Rework the default cipherlist.Emilia Kasper2016-03-073-65/+118
* Don't mark the eNULL ciphers as non-default.Kurt Roeckx2016-03-042-20/+20
* Adds CT validation to SSL connectionsRob Percival2016-03-047-7/+425
* Changes to DEFAULT curvesRich Salz2016-03-041-24/+8
* Don't build RC4 ciphersuites into libssl by defaultMatt Caswell2016-03-041-0/+18
* fix no-ec buildDr. Stephen Henson2016-03-031-2/+2
* Refactor ClientHello extension parsingEmilia Kasper2016-03-034-275/+305
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+20
* Refactor the async wait fd logicMatt Caswell2016-02-292-5/+25
* TLS support for X25519Dr. Stephen Henson2016-02-282-2/+13
* GH715: ENGINE_finish can take NULLRich Salz2016-02-252-4/+2
* GH742: keep gost specific variable under macroJ Mohan Rao Arisankala2016-02-251-0/+4
* GH235: Set error status on malloc failureRich Salz2016-02-252-2/+8
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-243-4/+4
* GH735: remove unnecessary allocationJ Mohan Rao Arisankala2016-02-231-6/+0
* Remove unused parameters from internal functionsRich Salz2016-02-227-21/+16
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* TLS: reject duplicate extensionsEmilia Kasper2016-02-192-1/+85
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz2016-02-182-3/+3
* Remove outdated DEBUG flags.Rich Salz2016-02-1811-156/+8
* Fix memory leaks in tls_decrypt_ticketMatt Caswell2016-02-181-7/+15
* GH706: Use NULL for pointer compare.Zhao Junwang2016-02-181-6/+6
* Remove "experimental" in code and comments, too.Rich Salz2016-02-171-1/+0
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-172-4/+2
* remove redundant codeDr. Stephen Henson2016-02-171-4/+1