summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* typosmiod2015-08-183-3/+3
* double words fix; docs are slowly getting moved to mdoc, but thissobrado2015-07-252-2/+2
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-242-6/+6
* Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.doug2015-07-181-2/+4
* Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.doug2015-07-181-3/+5
* delete doubled words;schwarze2015-07-174-4/+4
* Remove compat hack that disabled ECDHE-ECDSA on OS X.doug2015-07-171-3/+4
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-3/+5
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-2013-26/+20
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-191-4/+4
* Remove Microsoft Server Gated Crypto.doug2015-06-183-31/+9
* Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.doug2015-06-151-5/+4
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-151-2/+4
* Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.doug2015-06-151-2/+4
* Update SSL_OP_* to remove ancient hacks that are no longer enabled.doug2015-06-151-13/+11
* Maximilian dot Fillinger at uni-duesseldorf dot deschwarze2015-05-241-72/+0
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-111-5/+2
* fourth batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-2318-1273/+0
* third batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-1612-1364/+0
* Words read better when they are separated by spaces.miod2015-02-141-1/+1
* second batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-1411-920/+0
* While doing development work on pod2mdoc(1),schwarze2015-02-145-531/+0
* Fix pod markup error.miod2015-02-141-1/+1
* End sentences with dots.miod2015-02-131-3/+3
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-061-5/+5
* fix manual names that clash with other manualsschwarze2014-12-062-2/+2
* add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)schwarze2014-12-041-5/+5
* add some openbsd tags, and a first pass at cleanup;jmc2014-12-0283-105/+354
* Remove non-portable use of .Pf that doesn't work with groff;schwarze2014-11-301-8/+4
* Fix incorrect escape.bentley2014-11-221-2/+2
* Convert libssl manpages from pod to mdoc(7).bentley2014-10-12166-7737/+9969
* Add a new API function SSL_CTX_use_certificate_chain() that allows toreyk2014-09-281-4/+6
* Document SSL_OP_TLSEXT_PADDING.jsing2014-09-211-0/+6
* Merge a patch that i successfully pushed to OpenSSL,schwarze2014-08-122-2/+2
* OPENSSL_{malloc,free} -> {malloc,free}miod2014-07-1311-15/+15
* Warn about the use of BUF_strdup.miod2014-07-131-2/+4
* duplicate function names in head1miod2014-07-122-2/+2
* Remove this sentence:miod2014-07-121-3/+2
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-1168-191/+1392
* Also make these files parsable by pod2man..beck2014-07-111-6/+6
* Make this file parsable by pod2man without errors.beck2014-07-111-6/+6
* Fix examples description, and use less ambiguous wording.miod2014-07-101-4/+4
* Try and fix the horrible coding style of the example code snippets.miod2014-07-1012-220/+244
* Remove empty sections and references to des_modes(7) which we don't have.miod2014-07-1045-145/+28
* Fewer lies, also do not document DES_3cbc_encrypt anymore.miod2014-07-101-22/+6
* Features introduce in OpenSSL 0.9.8 do not deserve their own section.miod2014-07-101-21/+19
* Attempt to (incompletely) document EVP_aes_*().miod2014-07-104-13/+15
* Update to match the current state of crypto/rand, and remove MLINKS formiod2014-07-094-98/+15
* Remove mention that the PRNG needs to be seeded before invoking somemiod2014-07-0915-38/+4
* miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.jsing2014-07-091-5/+0