summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2012-12-14Documentation improvements by Chris Palmer (Google).Ben Laurie
2012-12-13Document -pubkey.Ben Laurie
2012-12-06documentation fixesDr. Stephen Henson
2012-11-20reorganise SSL_CONF_cmd manual page and update some linksDr. Stephen Henson
2012-11-19correct docsDr. Stephen Henson
2012-11-19document -trace and -msgfile optionsDr. Stephen Henson
2012-11-19update docs for s_server/s_clientDr. Stephen Henson
2012-11-18clarify docsDr. Stephen Henson
2012-11-18fix manual page file nameDr. Stephen Henson
2012-11-18document -naccept optionDr. Stephen Henson
2012-11-18PR: 2909Dr. Stephen Henson
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
2012-11-17Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov
2012-11-17initial decription of GCM/CCM usage via EVPDr. Stephen Henson
2012-11-17fix typos in SSL_CONF documentationDr. Stephen Henson
2012-11-16add SSL_CONF functions and documentationDr. Stephen Henson
2012-11-16typoDr. Stephen Henson
2012-11-16update ciphers documentation to indicate implemented fixed DH ciphersuitesDr. Stephen Henson
2012-11-16initial update of ciphers docDr. 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.Andy Polyakov
PR: 2683 Submitted by: Annie Yousar
2012-01-11ecdsa.pod: typo.Andy Polyakov
PR: 2678 Submitted by: Annie Yousar
2011-12-07Document RFC5114 "generation" options.Dr. Stephen Henson
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
aspirational __owur annotations.
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-23cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.Andy Polyakov
2011-07-11Fix typo.Bodo Möller
Submitted by: Jim Morrison
2011-06-04x86[_64]cpuid.pl: add function accessing rdrand instruction.Andy Polyakov
2011-05-27x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov
2011-05-16x86[_64]cpuid.pl: handle new extensions.Andy Polyakov
2011-04-17Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov
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: 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