summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 05:48:56 +0000
committerschwarze <>2018-03-23 05:48:56 +0000
commita34ac62e7699106b7e4726e71660b351dfe9832e (patch)
tree361e4c63e74958c7a9af446af555fa493abb7abe /src
parent881747b36ce78d630e1b73ccf23f36538f15b06c (diff)
downloadopenbsd-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')
-rw-r--r--src/lib/libcrypto/man/EC_GFp_simple_method.39
-rw-r--r--src/lib/libcrypto/man/EC_KEY_new.310
-rw-r--r--src/lib/libcrypto/man/ERR_put_error.38
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.315
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_meth_get0_info.38
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_meth_new.36
-rw-r--r--src/lib/libcrypto/man/RSA_PSS_PARAMS_new.310
-rw-r--r--src/lib/libcrypto/man/X509_ALGOR_dup.38
-rw-r--r--src/lib/libcrypto/man/X509_sign.311
-rw-r--r--src/lib/libcrypto/man/d2i_RSAPublicKey.310
10 files changed, 79 insertions, 16 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
173first appeared in OpenSSL 0.9.8 and have been available since 173first 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 ,
178and
179.Fn EC_GFp_nistp521_method
180first appeared in OpenSSL 1.0.1 and have been available since
181.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/EC_KEY_new.3 b/src/lib/libcrypto/man/EC_KEY_new.3
index e03aa7e53c..06a85aaed1 100644
--- a/src/lib/libcrypto/man/EC_KEY_new.3
+++ b/src/lib/libcrypto/man/EC_KEY_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_KEY_new.3,v 1.11 2018/03/23 04:34:23 schwarze Exp $ 1.\" $OpenBSD: EC_KEY_new.3,v 1.12 2018/03/23 05:48:56 schwarze Exp $
2.\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 2.\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200
3.\" 3.\"
4.\" This file was written by Matt Caswell <matt@openssl.org>. 4.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -557,3 +557,11 @@ first appeared in OpenSSL 0.9.8 and have been available since
557.Fn EC_KEY_up_ref 557.Fn EC_KEY_up_ref
558first appeared in OpenSSL 1.0.0 and has been available since 558first appeared in OpenSSL 1.0.0 and has been available since
559.Ox 4.9 . 559.Ox 4.9 .
560.Pp
561.Fn EC_KEY_get_flags ,
562.Fn EC_KEY_set_flags ,
563.Fn EC_KEY_clear_flags ,
564and
565.Fn EC_KEY_set_public_key_affine_coordinates
566first appeared in OpenSSL 1.0.1 and have been available since
567.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/ERR_put_error.3 b/src/lib/libcrypto/man/ERR_put_error.3
index ecc5506abc..3651503144 100644
--- a/src/lib/libcrypto/man/ERR_put_error.3
+++ b/src/lib/libcrypto/man/ERR_put_error.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ERR_put_error.3,v 1.7 2018/03/21 06:44:51 schwarze Exp $ 1.\" $OpenBSD: ERR_put_error.3,v 1.8 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 Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 21 2018 $ 51.Dd $Mdocdate: March 23 2018 $
52.Dt ERR_PUT_ERROR 3 52.Dt ERR_PUT_ERROR 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -152,3 +152,7 @@ appeared in SSLeay 0.8.1b or earlier.
152first appeared in SSLeay 0.9.0. 152first appeared in SSLeay 0.9.0.
153These functions have been available since 153These functions have been available since
154.Ox 2.4 . 154.Ox 2.4 .
155.Pp
156.Fn ERR_add_error_vdata
157first appeared in OpenSSL 1.0.1 and has been available since
158.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 050cf5a5d4..752c5a5316 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.17 2018/03/23 01:05:50 schwarze Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.18 2018/03/23 05:48:56 schwarze Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100 3.\" selective merge up to: OpenSSL 5c5eb286 Dec 5 00:36:43 2017 +0100
4.\" 4.\"
@@ -1302,6 +1302,19 @@ first appeared in OpenSSL 0.9.8b.
1302These functions have been available since 1302These functions have been available since
1303.Ox 4.5 . 1303.Ox 4.5 .
1304.Pp 1304.Pp
1305.Fn EVP_rc4_hmac_md5 ,
1306.Fn EVP_aes_128_gcm ,
1307.Fn EVP_aes_192_gcm ,
1308.Fn EVP_aes_256_gcm ,
1309.Fn EVP_aes_128_ccm ,
1310.Fn EVP_aes_192_ccm ,
1311.Fn EVP_aes_256_ccm ,
1312.Fn EVP_aes_128_cbc_hmac_sha1 ,
1313and
1314.Fn EVP_aes_256_cbc_hmac_sha1
1315first appeared in OpenSSL 1.0.1 and have been available since
1316.Ox 5.3 .
1317.Pp
1305.Fn EVP_CIPHER_CTX_reset 1318.Fn EVP_CIPHER_CTX_reset
1306first appeared in OpenSSL 1.1.0. 1319first appeared in OpenSSL 1.1.0.
1307.Sh BUGS 1320.Sh BUGS
diff --git a/src/lib/libcrypto/man/EVP_PKEY_meth_get0_info.3 b/src/lib/libcrypto/man/EVP_PKEY_meth_get0_info.3
index a5d8ad92b3..eef35fad5c 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_meth_get0_info.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_meth_get0_info.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_meth_get0_info.3,v 1.1 2017/08/20 19:21:20 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_meth_get0_info.3,v 1.2 2018/03/23 05:48:56 schwarze Exp $
2.\" OpenSSL EVP_PKEY_meth_get_count.pod 6a2da303 Aug 9 11:25:19 2017 -0400 2.\" OpenSSL EVP_PKEY_meth_get_count.pod 6a2da303 Aug 9 11:25:19 2017 -0400
3.\" OpenSSL EVP_PKEY_meth_get_count.pod 48ed9c23 Jul 25 17:48:26 2017 +0100 3.\" OpenSSL EVP_PKEY_meth_get_count.pod 48ed9c23 Jul 25 17:48:26 2017 +0100
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: August 20 2017 $ 52.Dd $Mdocdate: March 23 2018 $
53.Dt EVP_PKEY_METH_GET0_INFO 3 53.Dt EVP_PKEY_METH_GET0_INFO 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -71,3 +71,7 @@ public key method
71.Pf * Fa meth . 71.Pf * Fa meth .
72.Sh SEE ALSO 72.Sh SEE ALSO
73.Xr EVP_PKEY_new 3 73.Xr EVP_PKEY_new 3
74.Sh HISTORY
75.Fn EVP_PKEY_meth_get0_info
76first appeared in OpenSSL 1.0.1 and has been available since
77.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/EVP_PKEY_meth_new.3 b/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
index 07c80e28cc..a3c5884488 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_meth_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_meth_new.3,v 1.2 2018/03/23 04:34:23 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_meth_new.3,v 1.3 2018/03/23 05:48:56 schwarze Exp $
2.\" selective merge up to: OpenSSL 43f985fd Aug 21 11:47:17 2017 -0400 2.\" selective merge up to: OpenSSL 43f985fd Aug 21 11:47:17 2017 -0400
3.\" 3.\"
4.\" This file was written by Paul Yang <yang.yang@baishancloud.com> 4.\" This file was written by Paul Yang <yang.yang@baishancloud.com>
@@ -545,3 +545,7 @@ and
545.Fn EVP_PKEY_meth_set_ctrl 545.Fn EVP_PKEY_meth_set_ctrl
546first appeared in OpenSSL 1.0.0 and have been available since 546first appeared in OpenSSL 1.0.0 and have been available since
547.Ox 4.9 . 547.Ox 4.9 .
548.Pp
549.Fn EVP_PKEY_meth_copy
550first appeared in OpenSSL 1.0.1 and has been available since
551.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3 b/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
index 25a1c25ed3..c0a88dd2a0 100644
--- a/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
+++ b/src/lib/libcrypto/man/RSA_PSS_PARAMS_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RSA_PSS_PARAMS_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $ 1.\" $OpenBSD: RSA_PSS_PARAMS_new.3,v 1.3 2018/03/23 05:48:56 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 25 2016 $ 17.Dd $Mdocdate: March 23 2018 $
18.Dt RSA_PSS_PARAMS_NEW 3 18.Dt RSA_PSS_PARAMS_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -51,3 +51,9 @@ if an error occurs.
51.Xr X509_sign 3 51.Xr X509_sign 3
52.Sh STANDARDS 52.Sh STANDARDS
53RFC 8017: PKCS#1: RSA Cryptography Specifications Version 2.2 53RFC 8017: PKCS#1: RSA Cryptography Specifications Version 2.2
54.Sh HISTORY
55.Fn RSA_PSS_PARAMS_new
56and
57.Fn RSA_PSS_PARAMS_free
58first appeared in OpenSSL 1.0.1 and have been available since
59.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3
index fef1c7274d..c85dbd1d32 100644
--- a/src/lib/libcrypto/man/X509_ALGOR_dup.3
+++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.10 2018/03/23 02:20:16 schwarze Exp $ 1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.11 2018/03/23 05:48:56 schwarze Exp $
2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -230,5 +230,9 @@ first appeared in OpenSSL 0.9.8h and have been available since
230.Ox 4.5 . 230.Ox 4.5 .
231.Pp 231.Pp
232.Fn X509_ALGOR_cmp 232.Fn X509_ALGOR_cmp
233first appeared in OpenSSL 0.9.8zd and have been available since 233first appeared in OpenSSL 0.9.8zd and 1.0.0p and has been available since
234.Ox 4.9 . 234.Ox 4.9 .
235.Pp
236.Fn X509_ALGOR_set_md
237first appeared in OpenSSL 1.0.1 and has been available since
238.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/X509_sign.3 b/src/lib/libcrypto/man/X509_sign.3
index 88616a589a..f7ea043374 100644
--- a/src/lib/libcrypto/man/X509_sign.3
+++ b/src/lib/libcrypto/man/X509_sign.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_sign.3,v 1.2 2018/03/21 03:16:08 schwarze Exp $ 1.\" $OpenBSD: X509_sign.3,v 1.3 2018/03/23 05:48:56 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@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 21 2018 $ 51.Dd $Mdocdate: March 23 2018 $
52.Dt X509_SIGN 3 52.Dt X509_SIGN 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -204,3 +204,10 @@ appeared before SSLeay 0.8 and have been available since
204and 204and
205.Fn X509_CRL_sign_ctx 205.Fn X509_CRL_sign_ctx
206were first added to OpenSSL 1.0.1. 206were first added to OpenSSL 1.0.1.
207.Pp
208.Fn X509_sign_ctx ,
209.Fn X509_REQ_sign_ctx ,
210and
211.Fn X509_CRL_sign_ctx
212first appeared in OpenSSL 1.0.1 and have been available since
213.Ox 5.3 .
diff --git a/src/lib/libcrypto/man/d2i_RSAPublicKey.3 b/src/lib/libcrypto/man/d2i_RSAPublicKey.3
index b0103e8914..a98fd44018 100644
--- a/src/lib/libcrypto/man/d2i_RSAPublicKey.3
+++ b/src/lib/libcrypto/man/d2i_RSAPublicKey.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.11 2018/03/22 16:06:33 schwarze Exp $ 1.\" $OpenBSD: d2i_RSAPublicKey.3,v 1.12 2018/03/23 05:48:56 schwarze Exp $
2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -67,7 +67,7 @@
67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
68.\" OF THE POSSIBILITY OF SUCH DAMAGE. 68.\" OF THE POSSIBILITY OF SUCH DAMAGE.
69.\" 69.\"
70.Dd $Mdocdate: March 22 2018 $ 70.Dd $Mdocdate: March 23 2018 $
71.Dt D2I_RSAPUBLICKEY 3 71.Dt D2I_RSAPUBLICKEY 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -376,3 +376,9 @@ and
376.Fn i2d_RSA_PUBKEY_fp 376.Fn i2d_RSA_PUBKEY_fp
377first appeared in OpenSSL 0.9.5 and have been available since 377first appeared in OpenSSL 0.9.5 and have been available since
378.Ox 2.7 . 378.Ox 2.7 .
379.Pp
380.Fn d2i_RSA_PSS_PARAMS
381and
382.Fn i2d_RSA_PSS_PARAMS
383first appeared in OpenSSL 1.0.1 and have been available since
384.Ox 5.3 .