aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.Richard Levitte2012-05-041-1/+1
|
* update rather ancient EVP digest documentationDr. Stephen Henson2012-04-101-23/+43
|
* doc/apps: formatting fixes.Andy Polyakov2012-01-112-2/+4
| | | | | PR: 2683 Submitted by: Annie Yousar
* ecdsa.pod: typo.Andy Polyakov2012-01-111-1/+1
| | | | | PR: 2678 Submitted by: Annie Yousar
* Document RFC5114 "generation" options.Dr. Stephen Henson2011-12-071-0/+13
|
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-1/+1
| | | | aspirational __owur annotations.
* PR: 1794Dr. Stephen Henson2011-11-131-0/+5
| | | | | | | | 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
* Clarify warningBodo Möller2011-10-131-4/+10
|
* cryptlib.c: OPENSSL_ia32cap environment variable to interpret ~ as cpuid mask.Andy Polyakov2011-07-231-4/+4
|
* Fix typo.Bodo Möller2011-07-111-1/+1
| | | | Submitted by: Jim Morrison
* x86[_64]cpuid.pl: add function accessing rdrand instruction.Andy Polyakov2011-06-041-0/+2
|
* x86[_64]cpuid.pl: harmonize usage of reserved bits #20 and #30.Andy Polyakov2011-05-271-3/+2
|
* x86[_64]cpuid.pl: handle new extensions.Andy Polyakov2011-05-161-24/+45
|
* Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov2011-04-171-0/+42
|
* CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)Bodo Möller2011-02-031-12/+1
|
* fix doc typosDr. Stephen Henson2010-12-022-2/+2
|
* Minor documentation fixes, PR#2345Dr. Stephen Henson2010-10-041-1/+1
|
* Minor documentation fixes, PR#2344Dr. Stephen Henson2010-10-041-3/+3
|
* PR: 2252Dr. Stephen Henson2010-05-031-2/+7
| | | | | | Submitted By: Ger Hobbelt <ger@hobbelt.com> Update docs to BIO_f_buffer()
* bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov2010-04-281-0/+4
|
* Add SHA2 algorithms to SSL_library_init(). Although these aren't usedDr. Stephen Henson2010-04-071-6/+9
| | | | | | | | 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.
* Remove obsolete PRNG note. Add comment about use of SHA256 et al.Dr. Stephen Henson2010-04-061-4/+5
|
* PR: 2209Dr. Stephen Henson2010-04-061-1/+1
| | | | | | Submitted Daniel Mentz <danielml@sent.com> Documentation typo.
* The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY andDr. Stephen Henson2010-02-231-4/+8
| | | | | X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT error codes were reversed in the verify application documentation.
* clarify documentationDr. Stephen Henson2010-02-181-13/+25
|
* Allow renegotiation if SSL_OP_LEGACY_SERVER_CONNECT is set as well asDr. Stephen Henson2010-02-171-9/+12
| | | | | | initial connection to unpatched servers. There are no additional security concerns in doing this as clients don't see renegotiation during an attack anyway.
* update references to new RI RFCDr. Stephen Henson2010-02-121-2/+2
|
* reword RI descriptionDr. Stephen Henson2010-01-271-22/+29
|
* update documentation to reflect new renegotiation optionsDr. Stephen Henson2010-01-271-23/+46
|
* PR: 2157Dr. Stephen Henson2010-01-271-1/+1
| | | | | | Submitted by: "Green, Paul" <Paul.Green@stratus.com> Typo.
* typoDr. Stephen Henson2010-01-211-1/+1
|
* PR: 2136Dr. Stephen Henson2010-01-121-0/+16
| | | | | | | 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
* TypoDr. Stephen Henson2010-01-051-1/+1
|
* Remove tabs on blank lines: they produce warnings in pod2manDr. Stephen Henson2010-01-051-4/+4
|
* clarify docsDr. Stephen Henson2009-12-091-9/+10
|
* Document option clearning functions.Dr. Stephen Henson2009-12-091-3/+71
| | | | Initial secure renegotiation documentation.
* typoDr. Stephen Henson2009-11-291-1/+1
|
* OPENSSL_ia32cap.pod update.Andy Polyakov2009-11-151-2/+4
|
* PR: 2078Dr. Stephen Henson2009-10-281-9/+19
| | | | | | | Submitted by: Dale Anderson <dra@redevised.net> Approved by: steve@openssl.org Corrections to bn_internal documentation.
* Document more error codes.Dr. Stephen Henson2009-10-181-7/+71
|
* Verification callback functions.Dr. Stephen Henson2009-10-182-0/+215
|
* Clarification.Dr. Stephen Henson2009-10-171-2/+2
|
* Preliminary documentation for X509_VERIFY_PARAM.Dr. Stephen Henson2009-10-172-1/+172
|
* Add docs for X509_STORE_CTX_new() and related functions.Dr. Stephen Henson2009-10-171-0/+122
|
* More X509 verification docs.Dr. Stephen Henson2009-10-173-1/+282
|
* Typo.Dr. Stephen Henson2009-10-171-1/+1
|
* Manual page for X509_verify_cert()Dr. Stephen Henson2009-10-171-0/+52
|
* PR: 2074Dr. Stephen Henson2009-10-161-3/+3
| | | | | | | Submitted by: Bram Neijt <bneijt@gmail.com> Approved by: steve@openssl.org Typo: "contet".
* Change version from 0.9.9 to 1.0.0 in docsDr. Stephen Henson2009-09-3033-39/+39
|
* PR: 2023Dr. Stephen Henson2009-09-123-10/+10
| | | | | | | Submitted by: James Beckett <jmb.openssl@nospam.hackery.net>, steve Approved by: steve@openssl.org Fix documentation errors in d2i_X509 manual pages.