Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/ECDHE/ECDH/ | jsing | 2021-11-30 | 1 | -3/+3 |
| | | | | | | | If we can provide an EC key that is used, then it is by definition non-ephemeral. ok tb@ | ||||
* | ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS | schwarze | 2018-03-23 | 1 | -1/+7 |
| | |||||
* | ssl.h HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -2/+10 |
| | |||||
* | fix .Xr ordering, found with mandoc -Tlint | schwarze | 2017-08-19 | 1 | -3/+3 |
| | |||||
* | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | schwarze | 2017-08-12 | 1 | -2/+5 |
| | | | | | | the read accessors we don't have and fixing the prototypes - the data type of each and every argument differs in the OpenSSL manuals. Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@. | ||||
* | New manual page SSL_set_tmp_ecdh(3) written from scratch. | schwarze | 2017-08-12 | 1 | -0/+102 |
Feedback and OK jsing@. |