summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CIPHER_get_name.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix .Ox for SSL_CIPHER_get_handshake_digest()tb2024-07-161-3/+3
|
* ocurred -> occurredjsg2024-07-151-3/+3
|
* Document SSL_CIPHER_get_handshake_digest(3)tb2024-07-141-2/+22
|
* AESCGM -> AESGCMjsg2022-07-171-4/+4
|
* spellingjsg2022-01-151-3/+3
| | | | ok tb@
* Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.tb2021-05-121-2/+29
|
* Update in several respects:schwarze2020-04-141-13/+11
| | | | | | | | * mention TLSv1.3 * remove DSS, DES(56), RC4(64), and IDEA(128), which are no longer supported * remove ChaCha20-Poly1305-Old and STREEBOG512 which don't exist in LibreSSL * correct the instruction for printing the complete list OK jsing@
* In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiersschwarze2018-04-251-3/+3
| | | | | to some parameters and return values of some functions. Update the documentation.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-5/+7
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1schwarze2018-03-241-2/+11
|
* ssl.h HISTORY up to 1.0.1; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+10
|
* In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ providedschwarze2018-03-181-6/+79
| | | | | | SSL_CIPHER_get_cipher_nid(3), SSL_CIPHER_get_digest_nid(3), SSL_CIPHER_get_kx_nid(3), SSL_CIPHER_get_auth_nid(3), and SSL_CIPHER_is_aead(3). Merge the documentation from OpenSSL.
* Merge the documentation of SSL_CIPHER_get_id(3) andschwarze2018-02-271-42/+71
| | | | | the new RETURN VALUES section from OpenSSL, tweaked by me. While here, correct the description of SSL_CIPHER_description(3).
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-051-3/+3
|
* Add Copyright and license.schwarze2016-11-291-67/+99
| | | | | | | SSLv2 and export ciphers are no longer supported, delete related text. Sync SSL_CIPHER_description(3) return values with the source code. Wording simplifications from OpenSSL. Delete empty RETURN VALUES section.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+196
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@