summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2010-12-02fix for CVE-2010-4180Dr. 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-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-03-28PR: 2083Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Add includes in synopsis, fix some indents. For some reason this never got applied to the 0.9.8-stable branch.
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-05TypoDr. 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-16PR: 2074Dr. Stephen Henson
Submitted by: Bram Neijt <bneijt@gmail.com> Approved by: steve@openssl.org Typo: "contet".
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.
2009-09-12PR: 2025Dr. Stephen Henson
Submitted by: Tomas Mraz <tmraz@redhat.com> Approved by: steve@openssl.org Constify SSL_CIPHER_description
2009-09-04Correction: salt is now defaultDr. Stephen Henson
2009-07-11Delete invalid reference to HMAC_CTX.Dr. Stephen Henson
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-02Update from HEAD.Dr. Stephen Henson
2009-05-17Update from 1.0.0-stableDr. Stephen Henson
2009-03-12Update from head.Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
2009-02-02-hex option for openssl randBodo Möller
PR: 1831 Submitted by: Damien Miller
2008-11-10Clarify (non-)blocking behavior of EGD socket interface used by RAND_egd().Lutz Jänicke
2008-08-01Refer to SSL_pending from the man page for SSL_readLutz Jänicke
2008-05-19Document "openssl s_server" -crl_check* optionsLutz Jänicke
Submitted by: Daniel Black <daniel.subs@internode.on.net>
2008-05-19Provide information about "openssl dgst" -hmac option.Lutz Jänicke
2008-02-25Update from HEAD.Dr. Stephen Henson
2008-02-21Make sure to set indent-tabs-mode so that we get tabs, not spaces.Bodo Möller
2008-01-30Add missing colon in manpageLutz Jänicke
Submitted by: Richard Hartmann <richih.mailinglist@gmail.com>
2008-01-23Update from HEAD.Dr. Stephen Henson
2007-11-19Typos in man pages: dependant->dependentLutz Jänicke
Submitted by: Tobias Stoeckmann <tobias@bugol.de>
2007-11-19fix typosBodo Möller
Submitted by: Ernst G. Giessmann
2007-11-11doc/crypto/OPENSSL_ia32cap.pod update [from HEAD].Andy Polyakov
2007-09-24TyposLutz Jänicke
PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
2007-09-21The use of the PURIFY macro in ssleay_rand_bytes() is sufficient toLutz Jänicke
resolve the Valgrind issue with random numbers. Undo the changes to RAND_bytes() and RAND_pseudo_bytes() that are redundant in this respect. Update documentation and FAQ accordingly, as the PURIFY macro is available at least since 0.9.7.
2007-09-20Add passage to manual page actually reflecting the usage of theLutz Jänicke
contents of "buf" when calling RAND_*bytes().
2007-09-17PR: 1560Dr. Stephen Henson
2007-09-17enc.pod update [from HEAD].Andy Polyakov
PR: 1529
2007-09-17Mention SHA2 in apps/dgst and openssl.pod.Andy Polyakov
PR: 1575
2007-08-23Update docs and NEWS file.Dr. Stephen Henson
2007-08-23Update from HEAD.Dr. Stephen Henson
2007-08-23Update docs.Dr. Stephen Henson