summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-091-0/+3
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-0/+2
* Remove duplicate typedef of ECPKPARAMETERS in ec.hRichard Levitte2016-03-101-2/+0
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-18/+18
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-0/+10
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Constify security callbacksKurt Roeckx2016-03-091-5/+5
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-091-12/+43
* Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedRob Percival2016-03-091-0/+2
* Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRob Percival2016-03-091-1/+1
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-13/+0
* Makes SCT_get0_log return const CTLOG*Rob Percival2016-03-091-1/+1
* Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Rob Percival2016-03-091-3/+3
* Treat boolean functions as booleansRob Percival2016-03-091-4/+2
* Make parameters of CTLOG_get* constRob Percival2016-03-091-3/+4
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-26/+30
* Makes SCT_LIST_set_source return the number of successesRob Percival2016-03-091-1/+1
* Remove the old threading APIMatt Caswell2016-03-091-100/+56
* Convert rand code to new threading APIMatt Caswell2016-03-091-2/+0
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-082-6/+6
* 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