summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-061-5/+5
| | | | | As discussed with beck@ jsing@ and others OK beck@
* 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
| | | | found because the groff_mdoc(7) macros warn about it.
* Fix incorrect escape.bentley2014-11-221-2/+2
|
* Convert libssl manpages from pod to mdoc(7).bentley2014-10-12166-7737/+9969
| | | | | | libcrypto has not been started yet. ok schwarze@ miod@
* Add a new API function SSL_CTX_use_certificate_chain() that allows toreyk2014-09-281-4/+6
| | | | | | | | | | | read the PEM-encoded certificate chain from memory instead of a file. This idea is derived from an older implementation in relayd that was needed to use the function with a privep'ed process in a chroot. Now it is time to get it into LibreSSL to make the API more privsep- friendly and to make it available for other programs and the ressl library. ok jsing@ miod@
* Document SSL_OP_TLSEXT_PADDING.jsing2014-09-211-0/+6
| | | | From OpenSSL.
* Merge a patch that i successfully pushed to OpenSSL,schwarze2014-08-122-2/+2
| | | | | | | | | | | | | | | | | | | | | original OpenSSL commit message follows: Fixed as shown; to be released post-1.0.2 commit bebbb11d132cc149f7713d6693703f8bfae10072 Author: Ingo Schwarze <schwarze@usta.de> Date: Sat Jan 18 11:46:25 2014 +0100 RT3239: Extra comma in NAME lines of two manpages In two OpenSSL manual pages, in the NAME section, the last word of the name list is followed by a stray trailing comma. While this may seem minor, it is worth fixing because it may confuse some makewhatis(8) implementations. While here, also add the missing word "size" to the one line description in SSL_CTX_set_max_cert_list(3). Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
* 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
| | | | | | | ``The probability that a randomly generated key is weak is -1/2^52, so it is not really worth checking for them.'' This kind of naively optimistic attitude is not compatible with security.
* Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,miod2014-07-1168-191/+1392
| | | | | | Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz, via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support, at least partially removed).
* Also make these files parsable by pod2man..beck2014-07-111-6/+6
| | | | ok bcook@
* Make this file parsable by pod2man without errors.beck2014-07-111-6/+6
| | | | ok bcook@
* 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
| | | | | Instead, fold their description in the main documentation, and update the history section to mention them as well.
* Attempt to (incompletely) document EVP_aes_*().miod2014-07-104-13/+15
| | | | | | | | | When EVP_des_cbc() was suggested, suggest EVP_aes_256_cbc() instead. Remove mention of EVP_des_ede3_cbc() being the algorithm of choice for S/MIME. Don't mention US-export limited RC2 algorithms, you'd better not know about them.
* Update to match the current state of crypto/rand, and remove MLINKS formiod2014-07-094-98/+15
| | | | RAND_event and RAND_screen.
* Remove mention that the PRNG needs to be seeded before invoking somemiod2014-07-0915-38/+4
| | | | functions.
* miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.jsing2014-07-091-5/+0
|
* Document SSL_CIPHER_description() will now use asprintf if passed a NULLmiod2014-07-081-5/+5
| | | | buffer.
* Do not suggest using BUF_strdup() preferably to strdup() for fallaciousmiod2014-07-081-4/+1
| | | | reasons.
* Match the current state of the code.miod2014-07-081-3/+3
|
* Add a missing word.jca2014-06-281-1/+1
|
* remove some of the bigger lies, as applicable to libressl.tedu2014-05-301-9/+3
|
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-172-2/+2
|
* small fix from mancha1. currently unused file, but no harm fixing it.tedu2014-05-061-1/+2
|
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0482-305/+430
| | | | ok jmc@
* Add missing SEE ALSO section header.jim2014-05-041-0/+2
| | | | yup jmc@
* Remove trailing whitespace.jim2014-05-0485-202/+202
| | | | fine jmc@
* Remove a leading whitespace.jim2014-05-041-1/+1
| | | | ok jmc@
* Add missing SEE ALSO section header.jim2014-05-042-0/+4
| | | | ok jmc@
* Improve line wrapping for lines exceeding 80 chars.jim2014-05-0443-58/+115
| | | | ok jmc@
* Remove trailing whitespace.jim2014-05-0422-36/+36
| | | | ok jmc@
* Remove trailing whitespace.jim2014-05-0437-176/+176
| | | | no objection jmc@
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-8/+0
| | | | | | | | ``debug'' code from a 15+ years old bugfix and the SSL_OP_PKCS1_CHECK_* constants have had a value of zero since ages. No production code should use them. ok beck@
* Remove unused/never installed libssl tools and docs and references to themafresh12014-04-2014-1031/+17
| | | | Sure deraadt
* egd is gonederaadt2014-04-192-32/+1
|
* Add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2guenther2014-04-191-4/+13
| | | | Document that SSL_OP_NO_SSLv2 is a no-op now
* tone down some XXXXX to not appear in greptedu2014-04-181-1/+1
|
* Document support for "openssl s_client -starttls lmtp"guenther2014-04-181-1/+1
|
* Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keepguenther2014-04-181-14/+8
| | | | | | | the #define for compat, but document that it's a no-op now. Also, neuter the -legacy_renegotiation option to "openssl s_{client,server}" ok beck@
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-1614-0/+0
| | | | | | | pages instead of doing it in the Makefiles and move a libssl page where it belongs. ok miod@
* Remove pointless man pages that were not installed.mpi2014-04-164-383/+0
| | | | ok miod@