diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/d2i_X509_SIG.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_SIG.3 b/src/lib/libcrypto/man/d2i_X509_SIG.3 index 0be9714241..2f512d3174 100644 --- a/src/lib/libcrypto/man/d2i_X509_SIG.3 +++ b/src/lib/libcrypto/man/d2i_X509_SIG.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_X509_SIG.3,v 1.7 2018/03/21 03:16:08 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_X509_SIG.3,v 1.8 2018/03/21 21:18:08 schwarze Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
@@ -129,6 +129,14 @@ and | |||
129 | .Fn i2d_X509_SIG | 129 | .Fn i2d_X509_SIG |
130 | appeared before SSLeay 0.8 and have been available since | 130 | appeared before SSLeay 0.8 and have been available since |
131 | .Ox 2.4 . | 131 | .Ox 2.4 . |
132 | .Pp | ||
133 | .Fn d2i_PKCS8_bio , | ||
134 | .Fn i2d_PKCS8_bio , | ||
135 | .Fn d2i_PKCS8_fp , | ||
136 | and | ||
137 | .Fn i2d_PKCS8_fp | ||
138 | first appeared in OpenSSL 0.9.4 and have been available since | ||
139 | .Ox 2.6 . | ||
132 | .Sh BUGS | 140 | .Sh BUGS |
133 | .Fn d2i_PKCS8_bio , | 141 | .Fn d2i_PKCS8_bio , |
134 | .Fn i2d_PKCS8_bio , | 142 | .Fn i2d_PKCS8_bio , |