diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 03:16:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 03:16:09 +0000 |
commit | 356b9f233d2e016793fb851d0f75eaed2268f2c1 (patch) | |
tree | 6b2f11d96f5ca9380339706c74dd855afa0c5a43 /lib/libcrypto/man/d2i_X509_NAME.3 | |
parent | 926b02a22191dc3a4fb2423ae479edd374a7e491 (diff) |
x509.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/d2i_X509_NAME.3')
-rw-r--r-- | lib/libcrypto/man/d2i_X509_NAME.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/libcrypto/man/d2i_X509_NAME.3 b/lib/libcrypto/man/d2i_X509_NAME.3 index c1e7efddf13..7d5f3f268e5 100644 --- a/lib/libcrypto/man/d2i_X509_NAME.3 +++ b/lib/libcrypto/man/d2i_X509_NAME.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_X509_NAME.3,v 1.11 2018/02/22 21:53:23 schwarze Exp $ +.\" $OpenBSD: d2i_X509_NAME.3,v 1.12 2018/03/21 03:16:08 schwarze Exp $ .\" checked up to: .\" OpenSSL crypto/d2i_X509_NAME 4692340e Jun 7 15:49:08 2016 -0400 and .\" OpenSSL man3/X509_NAME_get0_der 99d63d46 Oct 26 13:56:48 2016 -0400 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 22 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt D2I_X509_NAME 3 .Os .Sh NAME @@ -174,3 +174,14 @@ ITU-T Recommendation X.690, also known as ISO/IEC 8825-1: Information technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER). +.Sh HISTORY +.Fn d2i_X509_NAME , +.Fn i2d_X509_NAME , +.Fn X509_NAME_dup , +.Fn X509_NAME_hash , +.Fn d2i_X509_NAME_ENTRY , +.Fn i2d_X509_NAME_ENTRY , +and +.Fn X509_NAME_ENTRY_dup +appeared before SSLeay 0.8 and have been available since +.Ox 2.4 . |