summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2014-04-07Document -verify_return_error option.Dr. Stephen Henson
(cherry picked from commit 4e6c12f3088d3ee5747ec9e16d03fc671b8f40be)
2014-04-03Document new crl option.Dr. Stephen Henson
(cherry picked from commit dbb7654dc189992966ecd95ca66f7a3bb011ab9b)
2014-02-14Fix additional pod errors with numbered items.Kurt Roeckx
(cherry picked from commit e547c45f1c74e976656c042ec9d873f6eea0e756)
2014-02-14Fix various spelling errorsScott Schaefer
(cherry picked from commit 2b4ffc659eabec29f76821f0ac624a2b8c19e4c7)
2014-02-14Document pkcs12 -password behaviorScott Schaefer
apps/pkcs12.c accepts -password as an argument. The document author almost certainly meant to write "-password, -passin". However, that is not correct, either. Actually the code treats -password as equivalent to -passin, EXCEPT when -export is also specified, in which case -password as equivalent to -passout. (cherry picked from commit 856c6dfb09d69fc82ada2611c6cd792dfc60e355)
2014-01-29Clarify docs.Dr. Stephen Henson
Remove reference to ERR_TXT_MALLOCED in the error library as that is only used internally. Indicate that returned error data must not be freed. (cherry picked from commit f2d678e6e89b6508147086610e985d4e8416e867)
2013-11-09Document RSAPublicKey_{in,out} options.Dr. Stephen Henson
(cherry picked from commit 7040d73d22987532faa503630d6616cf2788c975)
2013-09-16Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling
OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers.
2013-08-20Correct ECDSA example.Dr. Stephen Henson
(cherry picked from commit 3a918ea2bbf4175d9461f81be1403d3781b2c0dc)
2013-02-15Fix POD errors to stop make install_docs dying with pod2man 2.5.0+Nick Alcock
podlators 2.5.0 has switched to dying on POD syntax errors. This means that a bunch of long-standing erroneous POD in the openssl documentation now leads to fatal errors from pod2man, halting installation. Unfortunately POD constraints mean that you have to sort numeric lists in ascending order if they start with 1: you cannot do 1, 0, 2 even if you want 1 to appear first. I've reshuffled such (alas, I wish there were a better way but I don't know of one). (cherry picked from commit 5cc270774258149235f69e1789b3370f57b0e27b)
2013-01-13Correct EVP_PKEY_verifyrecover to EVP_PKEY_verify_recover (RT 2955).Ben Laurie
2012-12-14Documentation improvements by Chris Palmer (Google).Ben Laurie
2012-12-13Document -pubkey option.Ben Laurie
2012-11-19correct docsDr. Stephen Henson
2012-05-04Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.Richard Levitte
2012-04-10update rather ancient EVP digest documentationDr. Stephen Henson
2012-01-11doc/apps: formatting fixes [from HEAD].Andy Polyakov
PR: 2683 Submitted by: Annie Yousar
2012-01-11ecdsa.pod: typo.Andy Polyakov
PR: 2678 Submitted by: Annie Yousar
2011-11-13PR: 1794Dr. Stephen Henson
Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Reviewed by: steve Document unknown_psk_identify alert, remove pre-RFC 5054 string from ssl_stat.c
2011-10-13Clarify warningBodo Möller
2011-07-11Fix typo.Bodo Möller
Submitted by: Jim Morrison
2011-02-03CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)Bodo Möller
2010-12-02fix doc typosDr. Stephen Henson
2010-10-04Minor documentation fixes, PR#2345Dr. Stephen Henson
2010-10-04Minor documentation fixes, PR#2344Dr. Stephen Henson
2010-05-03PR: 2252Dr. Stephen Henson
Submitted By: Ger Hobbelt <ger@hobbelt.com> Update docs to BIO_f_buffer()
2010-04-28bss_file.c: reserve for option to encode file name in UTF-8 on WindowsAndy Polyakov
[from HEAD].
2010-04-07Add SHA2 algorithms to SSL_library_init(). Although these aren't usedDr. Stephen Henson
directly by SSL/TLS SHA2 certificates are becoming more common and applications that only call SSL_library_init() and not OpenSSL_add_all_alrgorithms() will fail when verifying certificates. Update docs.
2010-04-06Remove obsolete PRNG note. Add comment about use of SHA256 et al.Dr. Stephen Henson
2010-04-06PR: 2209Dr. Stephen Henson
Submitted Daniel Mentz <danielml@sent.com> Documentation typo.
2010-02-23The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY andDr. Stephen Henson
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT error codes were reversed in the verify application documentation.
2010-02-18clarify documentationDr. Stephen Henson
2010-02-17Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well asDr. Stephen Henson
initial connection to unpatched servers. There are no additional security concerns in doing this as clients don't see renegotiation during an attack anyway.
2010-02-12update references to new RI RFCDr. Stephen Henson
2010-01-27reword RI descriptionDr. Stephen Henson
2010-01-27update documentation to reflect new renegotiation optionsDr. Stephen Henson
2010-01-27PR: 2157Dr. Stephen Henson
Submitted by: "Green, Paul" <Paul.Green@stratus.com> Typo.
2010-01-22Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson
2010-01-21typoDr. Stephen Henson
2010-01-12PR: 2136Dr. Stephen Henson
Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at> Add options to output hash using older algorithm compatible with OpenSSL versions before 1.0.0
2010-01-05TypoDr. Stephen Henson
2010-01-05Remove tabs on blank lines: they produce warnings in pod2manDr. Stephen Henson
2009-12-09clarify docsDr. Stephen Henson
2009-12-09Document option clearning functions.Dr. Stephen Henson
Initial secure renegotiation documentation.
2009-11-29typoDr. Stephen Henson
2009-10-28PR: 2078Dr. Stephen Henson
Submitted by: Dale Anderson <dra@redevised.net> Approved by: steve@openssl.org Corrections to bn_internal documentation.
2009-10-18Document additions for X509 chain verification from HEADDr. Stephen Henson
2009-10-16PR: 2074Dr. Stephen Henson
Submitted by: Bram Neijt <bneijt@gmail.com> Approved by: steve@openssl.org Typo: "contet".
2009-09-30Change version from 0.9.9 to 1.0.0 in docsDr. Stephen Henson
2009-09-12PR: 2023Dr. Stephen Henson
Submitted by: James Beckett <jmb.openssl@nospam.hackery.net>, steve Approved by: steve@openssl.org Fix documentation errors in d2i_X509 manual pages.