aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi1-0/+9
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz1-8/+8
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-9/+1
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-31/+107
2016-04-06Fix no-ocspMatt Caswell1-0/+7
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-29Make BIO opaqueMatt Caswell1-2/+2
2016-03-20Remove #error from include files.Rich Salz1-9/+3
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni1-1/+1
2016-03-10check reviewer --reviewer=emiliaRob Percival1-0/+11
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx1-1/+1
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx1-2/+2
2016-03-09Make function to convert version to stringKurt Roeckx1-16/+21
2016-03-09Constify security callbacksKurt Roeckx1-5/+5
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival1-5/+1
2016-03-09Counter mixed signedness with a castRichard Levitte1-2/+2
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-21/+41
2016-03-08GH787: Fix ALPNTodd Short1-7/+5
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell1-0/+2
2016-03-07Add an SSL_has_pending() functionMatt Caswell1-0/+16
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+2
2016-03-07Implement read pipeline support in libsslMatt Caswell1-0/+4
2016-03-07Implement write pipeline support in libsslMatt Caswell1-2/+27
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 Percival1-1/+1
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival1-0/+2
2016-03-04Adds CT validation to SSL connectionsRob Percival1-1/+294
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-0/+20
2016-02-29Refactor the async wait fd logicMatt Caswell1-5/+24
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-2/+1
2016-02-25GH235: Set error status on malloc failureRich Salz1-2/+6
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson1-2/+2
2016-02-18Remove outdated DEBUG flags.Rich Salz1-19/+0
2016-02-18GH706: Use NULL for pointer compare.Zhao Junwang1-6/+6
2016-02-17remove redundant codeDr. Stephen Henson1-4/+1
2016-02-11Remove static ECDH support.Dr. Stephen Henson1-52/+2
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-21/+10
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+2
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Auto init/de-init libsslMatt Caswell1-0/+2
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni1-2/+2
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson1-1/+1
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell1-9/+12
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson1-0/+8
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me1-1/+1
2016-02-03RT3234: disable compressionEmilia Kasper1-0/+7
2016-01-29Implement Async SSL_shutdownMatt Caswell1-13/+31
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell1-0/+10
2016-01-22Fix build failure with CIPHER_DEBUGAlessandro Ghedini1-3/+2