summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-30Remove BN_initRich Salz
2015-11-26Add documentation for BN_with_flagsMatt Caswell
2015-11-21Turn B<...()> into ...()Rich Salz
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Add clarification to docs on ASYNC_free_pool()Matt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20Document async capabilitiesMatt Caswell
2015-11-20BN_sub: document that r might be the same as a or bKurt Roeckx
2015-11-14Document new functionsDr. Stephen Henson
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Remove dummy argument from BIO_get_bind_modeRichard Levitte
2015-11-02Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-28Remove SSLeay history, etc., from docsRich Salz
2015-10-27Remove HAMC_cleanupRich Salz
2015-10-23Fix typosAlessandro Ghedini
2015-10-22Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg
2015-10-15Remove Obsolete enginesMatt Caswell
2015-09-22Document X509_get0_subject_key_id()Dr. Stephen Henson
2015-09-22Document BUF_strnlenEmilia Kasper
2015-09-22BUF_strdup and friends: update docsEmilia Kasper
2015-09-22Update SEE ALSO sections.Dr. Stephen Henson
2015-09-22Document signature accessors.Dr. Stephen Henson
2015-09-22Extension parsing and encoding docs.Dr. Stephen Henson
2015-09-22Document i2d_re_X509_REQ_tbs() and i2d_re_X509_CRL_tbs().Dr. Stephen Henson
2015-09-22Document X509_REVOKED functions.Dr. Stephen Henson
2015-09-22Document X509 sign and verify functions.Dr. Stephen Henson
2015-09-22Document X509 public key functions.Dr. Stephen Henson
2015-09-22Document X509 name get and set functions.Dr. Stephen Henson
2015-09-22Document X509 version functions.Dr. Stephen Henson
2015-09-05RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse
2015-09-01Document extension functionsDr. Stephen Henson
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-08-27Various doc fixes.Rich Salz
2015-08-24Small cleanup of crypto.podRich Salz
2015-08-21Fix L<> content in manpagesRich Salz
2015-08-08RT3998: fix X509_check_host.pod release to 1.0.2David Woodhouse
2015-07-31Various doc fixes from GH pull requestsRich Salz
2015-07-28Add some OCSP documentation.Dr. Stephen Henson
2015-07-15Fix author credit for e5c0bc6mancha
2015-07-15Revert "Missing perldoc markup around < literal"Rich Salz
2015-07-14Missing perldoc markup around < literalGitHub User
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell
2015-07-07Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell
2015-07-06document -2 return valueDr. Stephen Henson
2015-06-23More secure storage of key material.Rich Salz
2015-06-08Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.Jeffrey Walton