summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_X509_EXTENSION.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_EXTENSION.3')
-rw-r--r--src/lib/libcrypto/man/d2i_X509_EXTENSION.310
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_EXTENSION.3 b/src/lib/libcrypto/man/d2i_X509_EXTENSION.3
index 8b31e2c667..dff071882d 100644
--- a/src/lib/libcrypto/man/d2i_X509_EXTENSION.3
+++ b/src/lib/libcrypto/man/d2i_X509_EXTENSION.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_X509_EXTENSION.3,v 1.1 2016/12/28 13:45:30 schwarze Exp $ 1.\" $OpenBSD: d2i_X509_EXTENSION.3,v 1.2 2018/03/21 03:16:08 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 28 2016 $ 17.Dd $Mdocdate: March 21 2018 $
18.Dt D2I_X509_EXTENSION 3 18.Dt D2I_X509_EXTENSION 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -90,3 +90,9 @@ if an error occurs.
90.Sh STANDARDS 90.Sh STANDARDS
91RFC 5280: Internet X.509 Public Key Infrastructure Certificate and 91RFC 5280: Internet X.509 Public Key Infrastructure Certificate and
92Certificate Revocation List (CRL) Profile 92Certificate Revocation List (CRL) Profile
93.Sh HISTORY
94.Fn d2i_X509_EXTENSION
95and
96.Fn i2d_X509_EXTENSION
97appeared before SSLeay 0.8 and have been available since
98.Ox 2.4 .