summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2010-05-03PR: 2252Dr. Stephen Henson
Submitted By: Ger Hobbelt <ger@hobbelt.com> Update docs to BIO_f_buffer()
2010-04-28bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov
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-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-11-15OPENSSL_ia32cap.pod update.Andy Polyakov
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 more error codes.Dr. Stephen Henson
2009-10-18Verification callback functions.Dr. Stephen Henson
2009-10-17Clarification.Dr. Stephen Henson
2009-10-17Preliminary documentation for X509_VERIFY_PARAM.Dr. Stephen Henson
2009-10-17Add docs for X509_STORE_CTX_new() and related functions.Dr. Stephen Henson
2009-10-17More X509 verification docs.Dr. Stephen Henson
2009-10-17Typo.Dr. Stephen Henson
2009-10-17Manual page for X509_verify_cert()Dr. 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.
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-24Document removal of digest+signature algorithm link.Dr. Stephen Henson
2009-07-11Update from 0.9.8-stableDr. Stephen Henson
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-25Update from 1.0.0-stableDr. Stephen Henson
2009-06-16Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson
Reviewed by: steve@openssl.org Various GOST ciphersuite and ENGINE fixes. Including... Allow EVP_PKEY_set_derive_peerkey() in encryption operations. New flag when certificate verify should be omitted in client key exchange.
2009-06-02PR: 1938Dr. Stephen Henson
Submitted by: Mark Phalan <Mark.Phalan@Sun.COM> Reviewed by: steve@openssl.org Patch to pem and hmac manual pages NAME sections.
2009-05-17Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2009-04-07Changes from 1.0.0-stable.Dr. Stephen Henson
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-03-12PR: 1862Dr. Stephen Henson
Typo.
2009-03-08Typo.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