aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Tweak to documentationMatt Caswell1-2/+2
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell9-45/+22
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell2-8/+15
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell1-12/+19
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-6/+13
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell2-9/+36
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell3-5/+17
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell1-4/+15
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell2-9/+23
2016-04-13X509_PUBKEY docsDr. Stephen Henson3-9/+141
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2-6/+11
2016-04-09RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli1-4/+4
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell4-45/+248
2016-04-07Suppress CT callback as appropriateViktor Dukhovni3-38/+91
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni1-14/+1
2016-04-06Document RSA_METHOD creators/destructor/accessors/writersRichard Levitte1-0/+225
2016-04-06Document RSA accessors/writersRichard Levitte2-20/+93
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY1-5/+7
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni8-28/+86
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell1-4/+4
2016-04-03Various DSA opacity fixupsMatt Caswell2-20/+27
2016-04-03Document functions added as a result of DSA opacity changesMatt Caswell3-44/+262
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin1-9/+4
2016-03-29Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk1-4/+6
2016-03-29Add documentation for BIO functionsMatt Caswell4-8/+204
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx1-1/+1
2016-03-22Correct another batch of typosAlex Gaynor28-35/+33
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin15-17/+17
2016-03-20Fix ALPN - more fixesTodd Short1-6/+6
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-19Fixed languageAlex Gaynor1-1/+1
2016-03-19Fixed a bunch of typos in the docsAlex Gaynor23-29/+29
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-19Correct faulty L<> links in .podsRichard Levitte4-9/+10
2016-03-18Remove more unused things.Rich Salz2-169/+1
2016-03-17Update EVP_CIPHER_CTX_set_padding documentation.Conrado Porto Lopes GouvĂȘa1-6/+8
2016-03-15General verify options to openssl tsfbroda1-11/+51
2016-03-14Update and clarify ECDSA documentation.Dr. Stephen Henson1-121/+119
2016-03-14Fix typo in manual, missing ending '>'Richard Levitte1-1/+1
2016-03-14Document X509_get_serialNumber and X509_set_serialNumber.Dr. Stephen Henson1-0/+55
2016-03-13Add EVP_PKEY documentation.Dr. Stephen Henson1-11/+27
2016-03-12Add doc on when to use SCT callback.Rich Salz2-1/+7
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