summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2016-06-30Allow proxy certs to be present when verifying a chainRichard Levitte
2016-05-26Clarify negative return from X509_verify_cert()Viktor Dukhovni
2016-05-04add documentationDr. Stephen Henson
2016-05-03Remove some documentation for functions not in 1.0.xMatt Caswell
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell
2016-03-07Remove LOW from the defaultKurt Roeckx
2016-03-01Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni
2016-03-01Bring SSL method documentation up to dateViktor Dukhovni
2016-01-28Always generate DH keys for ephemeral DH cipher suitesMatt Caswell
2016-01-10File is about s_time, not s_clientKurt Roeckx
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell
2015-12-19Document how BIO_get_conn_ip and BIO_get_conn_int_port actually workRichard Levitte
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-10-23Fix typosAlessandro Ghedini
2015-10-22Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg
2015-09-29GH367: use random data if seed too short.Ismo Puustinen
2015-09-29RT4051: fix ciphers man page typoHubert Kario
2015-09-22BUF_strdup and friends: update docsEmilia Kasper
2015-09-18This undoes GH367 for non-masterRich Salz
2015-09-11Use default field separator.Dr. Stephen Henson
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-31Remove auto-fill-modeRichard Levitte
2015-08-31Add an example .dir-locals.elRichard Levitte
2015-08-31Add emacs CC mode style for OpenSSLRichard Levitte
2015-08-28GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-08-26GH correct organizationalUnitNameViktor Dukhovni
2015-08-25RT4019: Duplicate -hmac flag in dgst.podMarkus Rinne
2015-08-25GH372: Remove duplicate flagsRich Salz
2015-08-14Update docs.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-07Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell
2015-07-06document -2 return valueDr. Stephen Henson
2015-05-28PEM doc fixesDr. Stephen Henson
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-20Add documentation for the -no_alt_chains option for various apps, as well as ...Matt Caswell
2015-05-20Update documentation with Diffie-Hellman best practices.Emilia Kasper
2015-05-20dhparam: fix documentationEmilia Kasper
2015-03-24Configuration file examples.Dr. Stephen Henson
2015-03-12additional configuration documentationDr. Stephen Henson
2015-03-08Additional CMS documentation.Dr. Stephen Henson
2015-03-07Remove export ciphers from the DEFAULT cipher listKurt Roeckx
2015-02-25Fix some minor documentation issuesMatt Caswell
2015-02-25Add dire warnings about the "reuse" capability of the d2i_* functions.Matt Caswell
2015-02-25Provide documentation for i2d_ECPrivateKey and d2i_ECPrivateKeyMatt Caswell
2015-02-24Document -no_explicitDr. Stephen Henson
2015-01-27Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_aheadMatt Caswell
2015-01-25Make OPENSSL_config truly ignore errors.Rich Salz