summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_set_tmp_ecdh.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/ECDHE/ECDH/jsing2021-11-301-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 CVSschwarze2018-03-231-1/+7
|
* ssl.h HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+10
|
* fix .Xr ordering, found with mandoc -Tlintschwarze2017-08-191-3/+3
|
* Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deletingschwarze2017-08-121-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.schwarze2017-08-121-0/+102
Feedback and OK jsing@.