summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-16Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Write POD page.Rich Salz
2016-04-13Tweak to documentationMatt Caswell
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-13X509_PUBKEY docsDr. Stephen Henson
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-09RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-04-06Document RSA_METHOD creators/destructor/accessors/writersRichard Levitte
2016-04-06Document RSA accessors/writersRichard Levitte
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Document functions added as a result of DSA opacity changesMatt Caswell
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-03-29Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk
2016-03-29Add documentation for BIO functionsMatt Caswell
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx
2016-03-22Correct another batch of typosAlex Gaynor
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson
2016-03-19Fixed languageAlex Gaynor
2016-03-19Fixed a bunch of typos in the docsAlex Gaynor
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-19Correct faulty L<> links in .podsRichard Levitte
2016-03-18Remove more unused things.Rich Salz
2016-03-17Update EVP_CIPHER_CTX_set_padding documentation.Conrado Porto Lopes GouvĂȘa
2016-03-15General verify options to openssl tsfbroda
2016-03-14Update and clarify ECDSA documentation.Dr. Stephen Henson
2016-03-14Fix typo in manual, missing ending '>'Richard Levitte
2016-03-14Document X509_get_serialNumber and X509_set_serialNumber.Dr. Stephen Henson
2016-03-13Add EVP_PKEY documentation.Dr. Stephen Henson
2016-03-12Add doc on when to use SCT callback.Rich Salz
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-11Review commentsKurt Roeckx