diff options
| author | schwarze <> | 2018-03-20 23:56:07 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-20 23:56:07 +0000 |
| commit | 09b628599eb08d09a57235b614a6bdf6d830efab (patch) | |
| tree | 147fb7bd7308489f33310cf1fec00457b91cd770 /src/lib/libcrypto/man/d2i_PrivateKey.3 | |
| parent | e72ce29e836c34202034145b76b069b447ffa102 (diff) | |
| download | openbsd-09b628599eb08d09a57235b614a6bdf6d830efab.tar.gz openbsd-09b628599eb08d09a57235b614a6bdf6d830efab.tar.bz2 openbsd-09b628599eb08d09a57235b614a6bdf6d830efab.zip | |
evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/d2i_PrivateKey.3')
| -rw-r--r-- | src/lib/libcrypto/man/d2i_PrivateKey.3 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_PrivateKey.3 b/src/lib/libcrypto/man/d2i_PrivateKey.3 index caf7479289..a130ccba4f 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.5 2016/12/28 01:38:16 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_PrivateKey.3,v 1.6 2018/03/20 23:56:07 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: December 28 2016 $ | 68 | .Dd $Mdocdate: March 20 2018 $ |
| 69 | .Dt D2I_PRIVATEKEY 3 | 69 | .Dt D2I_PRIVATEKEY 3 |
| 70 | .Os | 70 | .Os |
| 71 | .Sh NAME | 71 | .Sh NAME |
| @@ -265,3 +265,11 @@ For all functions, the error code can be obtained by calling | |||
| 265 | .Sh STANDARDS | 265 | .Sh STANDARDS |
| 266 | RFC 5208: Public-Key Cryptography Standards (PKCS) #8: Private-Key | 266 | RFC 5208: Public-Key Cryptography Standards (PKCS) #8: Private-Key |
| 267 | Information Syntax Specification | 267 | Information Syntax Specification |
| 268 | .Sh HISTORY | ||
| 269 | .Fn d2i_PrivateKey , | ||
| 270 | .Fn i2d_PrivateKey , | ||
| 271 | .Fn d2i_PublicKey , | ||
| 272 | and | ||
| 273 | .Fn i2d_PublicKey | ||
| 274 | appeared in SSLeay 0.8.1b or earlier and have been available since | ||
| 275 | .Ox 2.4 . | ||
