summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EC_POINT_new.3
diff options
context:
space:
mode:
authorschwarze <>2019-08-19 13:08:26 +0000
committerschwarze <>2019-08-19 13:08:26 +0000
commit1f66f34e043477d6d7971a65f9c450841a22429a (patch)
treef00acf3ff65a08da19caefca7035aa0e3e715c96 /src/lib/libcrypto/man/EC_POINT_new.3
parent9739ec771b64ca305ba7272c06bb52c6055f4203 (diff)
downloadopenbsd-1f66f34e043477d6d7971a65f9c450841a22429a.tar.gz
openbsd-1f66f34e043477d6d7971a65f9c450841a22429a.tar.bz2
openbsd-1f66f34e043477d6d7971a65f9c450841a22429a.zip
document ECDH_compute_key(3) and ECDH_size(3);
feedback and OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/EC_POINT_new.3')
-rw-r--r--src/lib/libcrypto/man/EC_POINT_new.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EC_POINT_new.3 b/src/lib/libcrypto/man/EC_POINT_new.3
index 06a15fb62a..94ab9054bf 100644
--- a/src/lib/libcrypto/man/EC_POINT_new.3
+++ b/src/lib/libcrypto/man/EC_POINT_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_POINT_new.3,v 1.10 2019/03/18 12:58:00 schwarze Exp $ 1.\" $OpenBSD: EC_POINT_new.3,v 1.11 2019/08/19 13:08:26 schwarze Exp $
2.\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500 2.\" full merge up to: OpenSSL ddc1caac Mar 6 14:00:24 2018 -0500
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: March 18 2019 $ 51.Dd $Mdocdate: August 19 2019 $
52.Dt EC_POINT_NEW 3 52.Dt EC_POINT_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -482,7 +482,8 @@ on error.
482.Xr EC_GROUP_copy 3 , 482.Xr EC_GROUP_copy 3 ,
483.Xr EC_GROUP_new 3 , 483.Xr EC_GROUP_new 3 ,
484.Xr EC_KEY_new 3 , 484.Xr EC_KEY_new 3 ,
485.Xr EC_POINT_add 3 485.Xr EC_POINT_add 3 ,
486.Xr ECDH_compute_key 3
486.Sh HISTORY 487.Sh HISTORY
487.Fn EC_POINT_new , 488.Fn EC_POINT_new ,
488.Fn EC_POINT_free , 489.Fn EC_POINT_free ,