summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_X509_NAME.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_NAME.3')
-rw-r--r--src/lib/libcrypto/man/d2i_X509_NAME.315
1 files changed, 13 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_NAME.3 b/src/lib/libcrypto/man/d2i_X509_NAME.3
index c1e7efddf1..7d5f3f268e 100644
--- a/src/lib/libcrypto/man/d2i_X509_NAME.3
+++ b/src/lib/libcrypto/man/d2i_X509_NAME.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_X509_NAME.3,v 1.11 2018/02/22 21:53:23 schwarze Exp $ 1.\" $OpenBSD: d2i_X509_NAME.3,v 1.12 2018/03/21 03:16:08 schwarze Exp $
2.\" checked up to: 2.\" checked up to:
3.\" OpenSSL crypto/d2i_X509_NAME 4692340e Jun 7 15:49:08 2016 -0400 and 3.\" OpenSSL crypto/d2i_X509_NAME 4692340e Jun 7 15:49:08 2016 -0400 and
4.\" OpenSSL man3/X509_NAME_get0_der 99d63d46 Oct 26 13:56:48 2016 -0400 4.\" OpenSSL man3/X509_NAME_get0_der 99d63d46 Oct 26 13:56:48 2016 -0400
@@ -17,7 +17,7 @@
17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19.\" 19.\"
20.Dd $Mdocdate: February 22 2018 $ 20.Dd $Mdocdate: March 21 2018 $
21.Dt D2I_X509_NAME 3 21.Dt D2I_X509_NAME 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -174,3 +174,14 @@ ITU-T Recommendation X.690, also known as ISO/IEC 8825-1:
174Information technology - ASN.1 encoding rules: 174Information technology - ASN.1 encoding rules:
175Specification of Basic Encoding Rules (BER), Canonical Encoding 175Specification of Basic Encoding Rules (BER), Canonical Encoding
176Rules (CER) and Distinguished Encoding Rules (DER). 176Rules (CER) and Distinguished Encoding Rules (DER).
177.Sh HISTORY
178.Fn d2i_X509_NAME ,
179.Fn i2d_X509_NAME ,
180.Fn X509_NAME_dup ,
181.Fn X509_NAME_hash ,
182.Fn d2i_X509_NAME_ENTRY ,
183.Fn i2d_X509_NAME_ENTRY ,
184and
185.Fn X509_NAME_ENTRY_dup
186appeared before SSLeay 0.8 and have been available since
187.Ox 2.4 .