summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X25519.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document ECDH_compute_key(3) and ECDH_size(3);schwarze2019-08-191-2/+3
| | | | feedback and OK tb@
* Add missing include to X25519 synopsis.jsing2018-08-101-2/+3
|
* jsing@ points out to me that our X25519 interface was copied fromschwarze2018-03-301-98/+85
| | | | | | | | | | | | BoringSSL rather than from OpenSSL and that it is not hooked into evp(3). So delete all text from OpenSSL including the Copyright and license and replace it by some text assembled from comments in BoringSSL code and headers and some text written myself, all under ISC license. In particular, also describe X25519_keypair(3), add SYNOPSIS, RETURN VALUES, STANDARDS, and a reference to D. J. Bernsteins instructions on how to use the algorithm. Delete the text related to EVP_PKEY describing features we do not support.
* include more information about how to create keys;schwarze2018-03-301-6/+19
| | | | | from Matt Caswell <matt at openssl dot org> via OpenSSL commit f929439f Mar 15 12:19:16 2018 +0000
* new X25519(3) manual page;schwarze2017-04-101-0/+99
from Dr. Stephen Henson <steve@openssl.org>, OpenSSL commit d218f3c3