summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/x509.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/x509.3')
-rw-r--r--src/lib/libcrypto/man/x509.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/x509.3 b/src/lib/libcrypto/man/x509.3
index 3d2aadb166..51650ca074 100644
--- a/src/lib/libcrypto/man/x509.3
+++ b/src/lib/libcrypto/man/x509.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: x509.3,v 1.4 2016/12/08 21:48:50 jmc Exp $ 1.\" $OpenBSD: x509.3,v 1.5 2016/12/12 22:02:55 jmc Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file was written by Richard Levitte <levitte@openssl.org> 4.\" This file was written by Richard Levitte <levitte@openssl.org>
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 8 2016 $ 51.Dd $Mdocdate: December 12 2016 $
52.Dt X509 3 52.Dt X509 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -57,9 +57,9 @@
57.Sh SYNOPSIS 57.Sh SYNOPSIS
58.In openssl/x509.h 58.In openssl/x509.h
59.Sh DESCRIPTION 59.Sh DESCRIPTION
60A X.509 certificate is a structured grouping of information about an 60An X.509 certificate is a structured grouping of information about an
61individual, a device, or anything one can imagine. 61individual, a device, or anything one can imagine.
62A X.509 CRL (certificate revocation list) is a tool to help determine if 62An X.509 CRL (certificate revocation list) is a tool to help determine if
63a certificate is still valid. 63a certificate is still valid.
64The exact definition of those can be found in the X.509 document from 64The exact definition of those can be found in the X.509 document from
65ITU-T, or in RFC 3280 from PKIX. 65ITU-T, or in RFC 3280 from PKIX.