aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx2016-03-271-1/+1
* Correct another batch of typosAlex Gaynor2016-03-2228-35/+33
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2115-17/+17
* Fix ALPN - more fixesTodd Short2016-03-201-6/+6
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* Fixed languageAlex Gaynor2016-03-191-1/+1
* Fixed a bunch of typos in the docsAlex Gaynor2016-03-1923-29/+29
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* Correct faulty L<> links in .podsRichard Levitte2016-03-194-9/+10
* Remove more unused things.Rich Salz2016-03-182-169/+1
* Update EVP_CIPHER_CTX_set_padding documentation.Conrado Porto Lopes GouvĂȘa2016-03-171-6/+8
* General verify options to openssl tsfbroda2016-03-151-11/+51
* Update and clarify ECDSA documentation.Dr. Stephen Henson2016-03-141-121/+119
* Fix typo in manual, missing ending '>'Richard Levitte2016-03-141-1/+1
* Document X509_get_serialNumber and X509_set_serialNumber.Dr. Stephen Henson2016-03-141-0/+55
* Add EVP_PKEY documentation.Dr. Stephen Henson2016-03-131-11/+27
* Add doc on when to use SCT callback.Rich Salz2016-03-122-1/+7
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-3/+9
* Review commentsKurt Roeckx2016-03-111-9/+9
* Add blake2 support.Bill Cox2016-03-113-8/+13
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-0/+8
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-1/+3
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-0/+10
* Update ciphers -s documentationKurt Roeckx2016-03-091-3/+15
* Document SSL_get1_supported_ciphersKurt Roeckx2016-03-091-3/+21
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-3/+0
* RT3676: Expose ECgroup i2d functionsRich Salz2016-03-091-1/+15
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-081-18/+24
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-2/+5
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+36
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-2/+5
* Add cipher query functionsTodd Short2016-03-081-0/+22
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-082-14/+11
* GH787: Fix ALPNTodd Short2016-03-081-0/+126
* Fix typo in SSL_pending docsMatt Caswell2016-03-071-1/+1
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-072-9/+10
* Add documentation for the EVP_CIPHER_CTX_cipher_data functionsMatt Caswell2016-03-071-0/+41
* Add documentation for new s_server/s_client optionsMatt Caswell2016-03-072-0/+52
* Add documentation for SSL_has_pending()Matt Caswell2016-03-073-24/+44
* Add pipelining documentationMatt Caswell2016-03-071-0/+126
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+3
* Fix pkeyutl to KDF lnks.Rich Salz2016-03-072-2/+2
* GH768: Minor grammar nits in CRYPTO_get_ex_new_index.podBenjamin Kaduk2016-03-071-4/+5
* Add a function to detect if we have async or notMatt Caswell2016-03-071-5/+14
* Update documentationDr. Stephen Henson2016-03-071-23/+0
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-1/+1
* use saner default parameters for scryptDr. Stephen Henson2016-03-051-1/+1
* Documentation for new CT s_client flagsRob Percival2016-03-041-0/+19
* Documentation for new SSL functionsRob Percival2016-03-044-0/+180