Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix .Ox for SSL_CIPHER_get_handshake_digest() | tb | 2024-07-16 | 1 | -3/+3 |
| | |||||
* | ocurred -> occurred | jsg | 2024-07-15 | 1 | -3/+3 |
| | |||||
* | Document SSL_CIPHER_get_handshake_digest(3) | tb | 2024-07-14 | 1 | -2/+22 |
| | |||||
* | AESCGM -> AESGCM | jsg | 2022-07-17 | 1 | -4/+4 |
| | |||||
* | spelling | jsg | 2022-01-15 | 1 | -3/+3 |
| | | | | ok tb@ | ||||
* | Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1. | tb | 2021-05-12 | 1 | -2/+29 |
| | |||||
* | Update in several respects: | schwarze | 2020-04-14 | 1 | -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 qualifiers | schwarze | 2018-04-25 | 1 | -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 tarballs | schwarze | 2018-03-27 | 1 | -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.1 | schwarze | 2018-03-24 | 1 | -2/+11 |
| | |||||
* | ssl.h HISTORY up to 1.0.1; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -2/+6 |
| | |||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+10 |
| | |||||
* | In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ provided | schwarze | 2018-03-18 | 1 | -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) and | schwarze | 2018-02-27 | 1 | -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 -Tlint | schwarze | 2017-07-05 | 1 | -3/+3 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-11-29 | 1 | -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 other | schwarze | 2016-11-05 | 1 | -0/+196 |
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ |