summaryrefslogtreecommitdiffstats
path: root/lib/libssl/doc
AgeCommit message (Collapse)AuthorFilesLines
2016-11-05move manual pages from doc/ to man/ for consistency with otherschwarze84-10313/+0
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@
2016-11-05after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze1-0/+93
2016-03-10http -> https for a few more IETF URLs in comments or man pagesmmcc1-3/+3
2015-12-30Document that the ssl free() functions are NULL safe. OK mmcc@millert3-6/+21
2015-11-15fix references to lhash(3);jmc1-7/+8
2015-11-11add missing functions to NAME, or otherwise correct the mlinkjmc5-16/+21
entry for them; feedback/ok schwarze
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosschwarze1-6/+6
2015-09-14fix formatting by adding the required quotes to .Fa in the SYNOPSISschwarze2-11/+11
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventschwarze1-3/+3
development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree.
2015-09-14Temporarily revive MD4 for MS CHAP support.doug1-0/+6
2015-09-13Remove MD4 support from LibreSSL.doug1-6/+0
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@
2015-09-10delete empty SYNOPSIS sectionschwarze1-3/+2
2015-07-24an TLS -> a TLS; from thanos tsouanasjmc2-6/+6
2015-07-18Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug1-2/+4
This was a hack to work around problems on IE 6 with SSLv3. ok miod@ bcook@
2015-07-18Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.doug1-3/+5
This is a 17 year old workaround from SSLeay 0.9.0b. It was for clients that send RSA client key exchange in TLS using SSLv3 format (no length prefix). ok jsing@
2015-07-17Remove compat hack that disabled ECDHE-ECDSA on OS X.doug1-3/+4
For a few old releases, ECDHE-ECDSA was broken on OS X. This option cannot differentiate between working and broken OS X so it disabled ECDHE-ECDSA support on all OS X >= 10.6. 10.8-10.8.3 were the faulty releases but these are no longer relevant. Tested on OS X 10.10 by jsing. ok jsing@
2015-07-17Remove workaround for TLS padding bug from SSLeay days.doug1-3/+5
OpenSSL doesn't remember which clients were impacted and the functionality has been broken in their stable releases for 2 years. Based on OpenSSL commit a8e4ac6a2fe67c19672ecf0c6aeafa15801ce3a5. ok jsing@
2015-06-18Remove Microsoft Server Gated Crypto.doug3-31/+9
Another relic due to the old US crypto policy. From OpenSSL commit 63eab8a620944a990ab3985620966ccd9f48d681 and 95275599399e277e71d064790a1f828a99fc661a. ok jsing@ miod@
2015-06-15Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.doug1-5/+4
This commit matches the OpenSSL removal in commit 3c33c6f6b10864355553961e638514a6d1bb00f6. ok deraadt@
2015-06-15Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug1-2/+4
This was imported into OpenSSL from SSLeay. It was recently deleted in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9
2015-06-15Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.doug1-2/+4
This is a hack for an old version of SSLeay which predates OpenSSL.
2015-06-15Update SSL_OP_* to remove ancient hacks that are no longer enabled.doug1-13/+11
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk1-5/+5
As discussed with beck@ jsing@ and others OK beck@
2014-12-04add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)schwarze1-5/+5
2014-12-02add some openbsd tags, and a first pass at cleanup;jmc83-105/+354
2014-11-30Remove non-portable use of .Pf that doesn't work with groff;schwarze1-8/+4
found because the groff_mdoc(7) macros warn about it.
2014-11-22Fix incorrect escape.bentley1-2/+2
2014-10-12Convert libssl manpages from pod to mdoc(7).bentley83-0/+9969
libcrypto has not been started yet. ok schwarze@ miod@
2014-07-14whitespacederaadt1-2/+2
2014-06-02Remove RANDFILE remnants.jsing1-2/+0
2012-01-05OpenSSL 1.0.0f: mergedjm1-1/+1
2010-10-01resolve conflicts, fix local changesdjm2-10/+51
2008-09-06resolve conflictsdjm3-9/+48
2005-04-29resolve conflictsdjm2-2/+59
2004-04-08merge 0.9.7dmarkus1-0/+5
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus1-23/+150
2002-09-14merge with openssl-0.9.7-stable-SNAP-20020911,markus1-1/+1
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck2-6/+26
2000-12-15openssl-engine-0.9.6 mergebeck2-0/+180
2000-03-19OpenSSL 0.9.5 mergebeck2-63/+95
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
1999-09-29OpenSSL 0.9.4 mergebeck2-0/+1388