| Commit message (Expand) | Author | Age | Files | Lines |
* | typos |  miod | 2015-08-18 | 3 | -3/+3 |
* | double words fix; docs are slowly getting moved to mdoc, but this |  sobrado | 2015-07-25 | 2 | -2/+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 |
* | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. |  doug | 2015-07-18 | 1 | -3/+5 |
* | delete doubled words; |  schwarze | 2015-07-17 | 4 | -4/+4 |
* | Remove compat hack that disabled ECDHE-ECDSA on OS X. |  doug | 2015-07-17 | 1 | -3/+4 |
* | Remove workaround for TLS padding bug from SSLeay days. |  doug | 2015-07-17 | 1 | -3/+5 |
* | Remove obsolete MDC-2DES from libcrypto. |  doug | 2015-06-20 | 13 | -26/+20 |
* | Disable ENGINE_load_dynamic (dynamic engine support). |  bcook | 2015-06-19 | 1 | -4/+4 |
* | Remove Microsoft Server Gated Crypto. |  doug | 2015-06-18 | 3 | -31/+9 |
* | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. |  doug | 2015-06-15 | 1 | -5/+4 |
* | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. |  doug | 2015-06-15 | 1 | -2/+4 |
* | Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. |  doug | 2015-06-15 | 1 | -2/+4 |
* | Update SSL_OP_* to remove ancient hacks that are no longer enabled. |  doug | 2015-06-15 | 1 | -13/+11 |
* | Maximilian dot Fillinger at uni-duesseldorf dot de |  schwarze | 2015-05-24 | 1 | -72/+0 |
* | Remove all getenv() calls, especially those wrapped by issetugid(). |  deraadt | 2015-04-11 | 1 | -5/+2 |
* | fourth batch of perlpod(1) to mdoc(7) conversion |  schwarze | 2015-02-23 | 18 | -1273/+0 |
* | third batch of perlpod(1) to mdoc(7) conversion |  schwarze | 2015-02-16 | 12 | -1364/+0 |
* | Words read better when they are separated by spaces. |  miod | 2015-02-14 | 1 | -1/+1 |
* | second batch of perlpod(1) to mdoc(7) conversion |  schwarze | 2015-02-14 | 11 | -920/+0 |
* | While doing development work on pod2mdoc(1), |  schwarze | 2015-02-14 | 5 | -531/+0 |
* | Fix pod markup error. |  miod | 2015-02-14 | 1 | -1/+1 |
* | End sentences with dots. |  miod | 2015-02-13 | 1 | -3/+3 |
* | Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem(). |  reyk | 2015-02-06 | 1 | -5/+5 |
* | fix manual names that clash with other manuals |  schwarze | 2014-12-06 | 2 | -2/+2 |
* | 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 |
* | Fix incorrect escape. |  bentley | 2014-11-22 | 1 | -2/+2 |
* | Convert libssl manpages from pod to mdoc(7). |  bentley | 2014-10-12 | 166 | -7737/+9969 |
* | Add a new API function SSL_CTX_use_certificate_chain() that allows to |  reyk | 2014-09-28 | 1 | -4/+6 |
* | Document SSL_OP_TLSEXT_PADDING. |  jsing | 2014-09-21 | 1 | -0/+6 |
* | Merge a patch that i successfully pushed to OpenSSL, |  schwarze | 2014-08-12 | 2 | -2/+2 |
* | OPENSSL_{malloc,free} -> {malloc,free} |  miod | 2014-07-13 | 11 | -15/+15 |
* | Warn about the use of BUF_strdup. |  miod | 2014-07-13 | 1 | -2/+4 |
* | duplicate function names in head1 |  miod | 2014-07-12 | 2 | -2/+2 |
* | Remove this sentence: |  miod | 2014-07-12 | 1 | -3/+2 |
* | Huge documentation update for libcrypto and libssl, mostly from Matt Caswell, |  miod | 2014-07-11 | 68 | -191/+1392 |
* | Also make these files parsable by pod2man.. |  beck | 2014-07-11 | 1 | -6/+6 |
* | Make this file parsable by pod2man without errors. |  beck | 2014-07-11 | 1 | -6/+6 |
* | Fix examples description, and use less ambiguous wording. |  miod | 2014-07-10 | 1 | -4/+4 |
* | Try and fix the horrible coding style of the example code snippets. |  miod | 2014-07-10 | 12 | -220/+244 |
* | Remove empty sections and references to des_modes(7) which we don't have. |  miod | 2014-07-10 | 45 | -145/+28 |
* | Fewer lies, also do not document DES_3cbc_encrypt anymore. |  miod | 2014-07-10 | 1 | -22/+6 |
* | Features introduce in OpenSSL 0.9.8 do not deserve their own section. |  miod | 2014-07-10 | 1 | -21/+19 |
* | Attempt to (incompletely) document EVP_aes_*(). |  miod | 2014-07-10 | 4 | -13/+15 |
* | Update to match the current state of crypto/rand, and remove MLINKS for |  miod | 2014-07-09 | 4 | -98/+15 |
* | Remove mention that the PRNG needs to be seeded before invoking some |  miod | 2014-07-09 | 15 | -38/+4 |
* | miod@ fixed the "bug" so remove reference to it in the man pod^Wpage. |  jsing | 2014-07-09 | 1 | -5/+0 |