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.313
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_NAME.3 b/src/lib/libcrypto/man/d2i_X509_NAME.3
index 063a72edeb..3289ccb134 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.13 2018/03/23 23:18:17 schwarze Exp $ 1.\" $OpenBSD: d2i_X509_NAME.3,v 1.14 2018/03/27 17:35:50 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: March 23 2018 $ 20.Dd $Mdocdate: March 27 2018 $
21.Dt D2I_X509_NAME 3 21.Dt D2I_X509_NAME 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -175,15 +175,18 @@ Information 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 177.Sh HISTORY
178.Fn X509_NAME_dup
179first appeared in SSLeay 0.4.4.
178.Fn d2i_X509_NAME , 180.Fn d2i_X509_NAME ,
179.Fn i2d_X509_NAME , 181.Fn i2d_X509_NAME ,
180.Fn X509_NAME_dup ,
181.Fn X509_NAME_hash ,
182.Fn d2i_X509_NAME_ENTRY , 182.Fn d2i_X509_NAME_ENTRY ,
183.Fn i2d_X509_NAME_ENTRY , 183.Fn i2d_X509_NAME_ENTRY ,
184and 184and
185.Fn X509_NAME_ENTRY_dup 185.Fn X509_NAME_ENTRY_dup
186appeared before SSLeay 0.8 and have been available since 186first appeared in SSLeay 0.5.1.
187.Fn X509_NAME_hash
188first appeared in SSLeay 0.8.0.
189These functions have been available since
187.Ox 2.4 . 190.Ox 2.4 .
188.Pp 191.Pp
189.Fn X509_NAME_get0_der 192.Fn X509_NAME_get0_der