aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CTX_get_ciphers()feature/SSL_CTX_get_ciphersKazuki Yamaguchi2016-04-101-0/+9
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-8/+8
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-9/+1
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-31/+107
* Fix no-ocspMatt Caswell2016-04-061-0/+7
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Make BIO opaqueMatt Caswell2016-03-291-2/+2
* Remove #error from include files.Rich Salz2016-03-201-9/+3
* Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni2016-03-171-1/+1
* check reviewer --reviewer=emiliaRob Percival2016-03-101-0/+11
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-1/+1
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-2/+2
* Make function to convert version to stringKurt Roeckx2016-03-091-16/+21
* Constify security callbacksKurt Roeckx2016-03-091-5/+5
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-5/+1
* Counter mixed signedness with a castRichard Levitte2016-03-091-2/+2
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-21/+41
* GH787: Fix ALPNTodd Short2016-03-081-7/+5
* Fix erroneous fall thgrough in switch statementMatt Caswell2016-03-071-0/+2
* Add an SSL_has_pending() functionMatt Caswell2016-03-071-0/+16
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+2
* Implement read pipeline support in libsslMatt Caswell2016-03-071-0/+4
* Implement write pipeline support in libsslMatt Caswell2016-03-071-2/+27
* 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-071-1/+1
* CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival2016-03-071-0/+2
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+294
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+20
* Refactor the async wait fd logicMatt Caswell2016-02-291-5/+24
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-2/+1
* GH235: Set error status on malloc failureRich Salz2016-02-251-2/+6
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-2/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-19/+0
* GH706: Use NULL for pointer compare.Zhao Junwang2016-02-181-6/+6
* remove redundant codeDr. Stephen Henson2016-02-171-4/+1
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-52/+2
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-21/+10
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Auto init/de-init libsslMatt Caswell2016-02-091-0/+2
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-2/+2
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-1/+1
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-9/+12
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-0/+8
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-1/+1
* RT3234: disable compressionEmilia Kasper2016-02-031-0/+7
* Implement Async SSL_shutdownMatt Caswell2016-01-291-13/+31
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+10
* Fix build failure with CIPHER_DEBUGAlessandro Ghedini2016-01-221-3/+2