diff options
author | schwarze <> | 2018-03-22 16:06:33 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 16:06:33 +0000 |
commit | 84c3174286898ff13a0365705279864b06320097 (patch) | |
tree | d3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/d2i_PrivateKey.3 | |
parent | 62540710d193a8120bb7efa8d79a080971b587d3 (diff) | |
download | openbsd-84c3174286898ff13a0365705279864b06320097.tar.gz openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2 openbsd-84c3174286898ff13a0365705279864b06320097.zip |
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PrivateKey.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_PrivateKey.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_PrivateKey.3 b/src/lib/libcrypto/man/d2i_PrivateKey.3 index a130ccba4f..7a2824bc57 100644 --- a/src/lib/libcrypto/man/d2i_PrivateKey.3 +++ b/src/lib/libcrypto/man/d2i_PrivateKey.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.6 2018/03/20 23:56:07 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.7 2018/03/22 16:06:33 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 is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: March 20 2018 $ | 68 | .Dd $Mdocdate: March 22 2018 $ |
69 | .Dt D2I_PRIVATEKEY 3 | 69 | .Dt D2I_PRIVATEKEY 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -273,3 +273,14 @@ and | |||
273 | .Fn i2d_PublicKey | 273 | .Fn i2d_PublicKey |
274 | appeared in SSLeay 0.8.1b or earlier and have been available since | 274 | appeared in SSLeay 0.8.1b or earlier and have been available since |
275 | .Ox 2.4 . | 275 | .Ox 2.4 . |
276 | .Pp | ||
277 | .Fn d2i_AutoPrivateKey , | ||
278 | .Fn d2i_PrivateKey_bio , | ||
279 | .Fn i2d_PrivateKey_bio , | ||
280 | .Fn d2i_PrivateKey_fp , | ||
281 | .Fn i2d_PrivateKey_fp , | ||
282 | .Fn i2d_PKCS8PrivateKeyInfo_bio , | ||
283 | and | ||
284 | .Fn i2d_PKCS8PrivateKeyInfo_fp | ||
285 | first appeared in OpenSSL 0.9.5 and have been available since | ||
286 | .Ox 2.7 . | ||