diff options
author | schwarze <> | 2018-03-23 05:48:56 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 05:48:56 +0000 |
commit | a34ac62e7699106b7e4726e71660b351dfe9832e (patch) | |
tree | 361e4c63e74958c7a9af446af555fa493abb7abe /src/lib/libcrypto/man/EC_GFp_simple_method.3 | |
parent | 881747b36ce78d630e1b73ccf23f36538f15b06c (diff) | |
download | openbsd-a34ac62e7699106b7e4726e71660b351dfe9832e.tar.gz openbsd-a34ac62e7699106b7e4726e71660b351dfe9832e.tar.bz2 openbsd-a34ac62e7699106b7e4726e71660b351dfe9832e.zip |
crypto HISTORY up to 1.0.1; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/EC_GFp_simple_method.3')
-rw-r--r-- | src/lib/libcrypto/man/EC_GFp_simple_method.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EC_GFp_simple_method.3 b/src/lib/libcrypto/man/EC_GFp_simple_method.3 index b407d9093d..ad5268fa92 100644 --- a/src/lib/libcrypto/man/EC_GFp_simple_method.3 +++ b/src/lib/libcrypto/man/EC_GFp_simple_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EC_GFp_simple_method.3,v 1.8 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: EC_GFp_simple_method.3,v 1.9 2018/03/23 05:48:56 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Matt Caswell <matt@openssl.org>. | 4 | .\" This file was written by Matt Caswell <matt@openssl.org>. |
@@ -172,3 +172,10 @@ and | |||
172 | .Fn EC_METHOD_get_field_type | 172 | .Fn EC_METHOD_get_field_type |
173 | first appeared in OpenSSL 0.9.8 and have been available since | 173 | first appeared in OpenSSL 0.9.8 and have been available since |
174 | .Ox 4.5 . | 174 | .Ox 4.5 . |
175 | .Pp | ||
176 | .Fn EC_GFp_nistp224_method , | ||
177 | .Fn EC_GFp_nistp256_method , | ||
178 | and | ||
179 | .Fn EC_GFp_nistp521_method | ||
180 | first appeared in OpenSSL 1.0.1 and have been available since | ||
181 | .Ox 5.3 . | ||