aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson1-3/+9
2016-03-11Review commentsKurt Roeckx1-9/+9
2016-03-11Add blake2 support.Bill Cox3-8/+13
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni1-0/+8
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx1-1/+3
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx1-0/+10
2016-03-09Update ciphers -s documentationKurt Roeckx1-3/+15
2016-03-09Document SSL_get1_supported_ciphersKurt Roeckx1-3/+21
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx1-1/+1
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival1-3/+0
2016-03-09RT3676: Expose ECgroup i2d functionsRich Salz1-1/+15
2016-03-08Convert RSA blinding to new multi-threading APIAlessandro Ghedini1-18/+24
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson1-2/+5
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-0/+36
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-2/+5
2016-03-08Add cipher query functionsTodd Short1-0/+22
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2-14/+11
2016-03-08GH787: Fix ALPNTodd Short1-0/+126
2016-03-07Fix typo in SSL_pending docsMatt Caswell1-1/+1
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2-9/+10
2016-03-07Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell1-0/+41
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell2-0/+52
2016-03-07Add documentation for SSL_has_pending()Matt Caswell3-24/+44
2016-03-07Add pipelining documentationMatt Caswell1-0/+126
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+3
2016-03-07Fix pkeyutl to KDF lnks.Rich Salz2-2/+2
2016-03-07GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk1-4/+5
2016-03-07Add a function to detect if we have async or notMatt Caswell1-5/+14
2016-03-07Update documentationDr. Stephen Henson1-23/+0
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-1/+1
2016-03-05use saner default parameters for scryptDr. Stephen Henson1-1/+1
2016-03-04Documentation for new CT s_client flagsRob Percival1-0/+19
2016-03-04Documentation for new SSL functionsRob Percival4-0/+180
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell1-2/+3
2016-03-04Improved HKDF and TLS1-PRF documentationViktor Dukhovni3-15/+37
2016-03-03GH355: Implement HKDFAlessandro Ghedini1-0/+103
2016-03-03Add KDF support to pkeyutl. Update documentation.Dr. Stephen Henson1-0/+17
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson1-1/+10
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-4/+26
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell1-1/+2
2016-02-29Refactor the async wait fd logicMatt Caswell4-111/+281
2016-02-28RT4351: Update doc for OPENSSL_cleanseJeffrey Walton1-2/+10
2016-02-27RT4354: Add some cross-refsJeffrey Walton2-1/+3
2016-02-27Reformat and update EC_KEY_new manual page.Dr. Stephen Henson1-36/+106
2016-02-27GH753: More spelling fixFdaSilvaYY1-2/+2
2016-02-27Update and clarify EC_POINT documentation.Dr. Stephen Henson1-80/+135
2016-02-26Implement new multi-threading APIAlessandro Ghedini1-156/+31
2016-02-23Update documentation of SSL METHODs and ciphersViktor Dukhovni6-213/+283
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz1-1/+8
2016-02-22Remove unused parameters from internal functionsRich Salz1-6/+0