Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 2 | -4/+4 |
| | | | | ok tb | ||||
* | move manual pages from doc/ to man/ for consistency with other | schwarze | 2016-11-05 | 84 | -10313/+0 |
| | | | | | libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ | ||||
* | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | schwarze | 2016-11-05 | 1 | -0/+93 |
| | |||||
* | http -> https for a few more IETF URLs in comments or man pages | mmcc | 2016-03-10 | 1 | -3/+3 |
| | |||||
* | Document that the ssl free() functions are NULL safe. OK mmcc@ | millert | 2015-12-30 | 3 | -6/+21 |
| | |||||
* | fix references to lhash(3); | jmc | 2015-11-15 | 1 | -7/+8 |
| | |||||
* | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 5 | -16/+21 |
| | | | | | | entry for them; feedback/ok schwarze | ||||
* | delete bogus trailing .Ns from SYNOPSIS .Ft macros | schwarze | 2015-09-14 | 1 | -6/+6 |
| | |||||
* | fix formatting by adding the required quotes to .Fa in the SYNOPSIS | schwarze | 2015-09-14 | 2 | -11/+11 |
| | |||||
* | Remove useless quoting from .Fo and .Fn function names, to prevent | schwarze | 2015-09-14 | 1 | -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. | ||||
* | Temporarily revive MD4 for MS CHAP support. | doug | 2015-09-14 | 1 | -0/+6 |
| | |||||
* | Remove MD4 support from LibreSSL. | doug | 2015-09-13 | 1 | -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@ | ||||
* | delete empty SYNOPSIS section | schwarze | 2015-09-10 | 1 | -3/+2 |
| | |||||
* | an TLS -> a TLS; from thanos tsouanas | jmc | 2015-07-24 | 2 | -6/+6 |
| | |||||
* | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | doug | 2015-07-18 | 1 | -2/+4 |
| | | | | | | This was a hack to work around problems on IE 6 with SSLv3. ok miod@ bcook@ | ||||
* | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. | doug | 2015-07-18 | 1 | -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@ | ||||
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. | doug | 2015-07-17 | 1 | -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@ | ||||
* | Remove workaround for TLS padding bug from SSLeay days. | doug | 2015-07-17 | 1 | -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@ | ||||
* | Remove Microsoft Server Gated Crypto. | doug | 2015-06-18 | 3 | -31/+9 |
| | | | | | | | | | Another relic due to the old US crypto policy. From OpenSSL commit 63eab8a620944a990ab3985620966ccd9f48d681 and 95275599399e277e71d064790a1f828a99fc661a. ok jsing@ miod@ | ||||
* | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | doug | 2015-06-15 | 1 | -5/+4 |
| | | | | | | | This commit matches the OpenSSL removal in commit 3c33c6f6b10864355553961e638514a6d1bb00f6. ok deraadt@ | ||||
* | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | doug | 2015-06-15 | 1 | -2/+4 |
| | | | | | This was imported into OpenSSL from SSLeay. It was recently deleted in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9 | ||||
* | Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. | doug | 2015-06-15 | 1 | -2/+4 |
| | | | | This is a hack for an old version of SSLeay which predates OpenSSL. | ||||
* | Update SSL_OP_* to remove ancient hacks that are no longer enabled. | doug | 2015-06-15 | 1 | -13/+11 |
| | |||||
* | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). | reyk | 2015-02-06 | 1 | -5/+5 |
| | | | | | As discussed with beck@ jsing@ and others OK beck@ | ||||
* | add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5) | schwarze | 2014-12-04 | 1 | -5/+5 |
| | |||||
* | add some openbsd tags, and a first pass at cleanup; | jmc | 2014-12-02 | 83 | -105/+354 |
| | |||||
* | Remove non-portable use of .Pf that doesn't work with groff; | schwarze | 2014-11-30 | 1 | -8/+4 |
| | | | | found because the groff_mdoc(7) macros warn about it. | ||||
* | Fix incorrect escape. | bentley | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | Convert libssl manpages from pod to mdoc(7). | bentley | 2014-10-12 | 83 | -0/+9969 |
| | | | | | | libcrypto has not been started yet. ok schwarze@ miod@ | ||||
* | whitespace | deraadt | 2014-07-14 | 1 | -2/+2 |
| | |||||
* | Remove RANDFILE remnants. | jsing | 2014-06-02 | 1 | -2/+0 |
| | |||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 2 | -10/+51 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 3 | -9/+48 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 2 | -2/+59 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -0/+5 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -23/+150 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -1/+1 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 2 | -6/+26 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 2 | -0/+180 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 2 | -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 | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 2 | -0/+1388 |