aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-082-7/+1
* Remove the transfer of lock hooks from bind_engineRichard Levitte2016-03-091-21/+0
* Engine API repair - memory management hooksRichard Levitte2016-03-091-0/+12
* Convert mem_dbg and mem_sec to the new Thread APIMatt Caswell2016-03-081-2/+0
* OpenSSLDie --> OPENSSL_dieRich Salz2016-03-081-2/+6
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-4/+2
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-084-7/+6
* Convert CRYPTO_LOCK_UI to new multi-threading APIAlessandro Ghedini2016-03-081-1/+0
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-2/+0
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-082-1/+1
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-082-1/+2
* Add cipher query functionsTodd Short2016-03-082-0/+71
* Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-1/+0
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-081-4/+1
* Convert CRYPTO_LOCK_EX_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-1/+0
* Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini2016-03-082-1/+1
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-085-4/+4
* Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading APIAlessandro Ghedini2016-03-081-2/+0
* GH787: Fix ALPNTodd Short2016-03-081-3/+3
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-071-2/+0
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+1
* Add an SSL_has_pending() functionMatt Caswell2016-03-071-0/+1
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+3
* Implement write pipeline support in libsslMatt Caswell2016-03-071-0/+15
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+1
* Add defines for pipeline capable ciphersMatt Caswell2016-03-071-0/+9
* Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse2016-03-071-0/+2
* Elide DES_read_password() for no-ui buildDavid Woodhouse2016-03-071-0/+2
* Move declaration of X509_aux_print() out of #ifndef OPENSSL_NO_STDIODavid Woodhouse2016-03-071-1/+1
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-0/+2
* Add a function to detect if we have async or notMatt Caswell2016-03-071-0/+2
* Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell2016-03-071-2/+1
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-072-21/+5
* Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2016-03-071-1/+1
* Rework based on feedback:clucey2016-03-072-0/+3
* Add ASN.1 ADB callback.Dr. Stephen Henson2016-03-041-5/+5
* If a CT log entry in CTLOG_FILE is invalid, skip it and continue loadingRob Percival2016-03-041-2/+2
* Adds CT validation to SSL connectionsRob Percival2016-03-042-0/+59
* GH355: Implement HKDFAlessandro Ghedini2016-03-033-0/+25
* Refactor ClientHello extension parsingEmilia Kasper2016-03-032-0/+2
* Add KDF error codesDr. Stephen Henson2016-03-022-0/+20
* EVP_PKEY_CTX utility functions.Dr. Stephen Henson2016-03-021-0/+3
* make errorsDr. Stephen Henson2016-03-021-0/+1
* Handle KDF internally.Dr. Stephen Henson2016-03-021-14/+6
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+4
* make errorsDr. Stephen Henson2016-03-011-0/+5
* CT policy validationRob Percival2016-03-012-0/+92
* Verify SCT signaturesRob Percival2016-03-012-0/+172
* Refactor the async wait fd logicMatt Caswell2016-02-292-8/+29
* Workaround for VisualStudio 2015 bugMatt Caswell2016-02-291-2/+9