diff options
Diffstat (limited to 'src/lib/libcrypto/man/x509.3')
-rw-r--r-- | src/lib/libcrypto/man/x509.3 | 8 |
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 |
60 | A X.509 certificate is a structured grouping of information about an | 60 | An X.509 certificate is a structured grouping of information about an |
61 | individual, a device, or anything one can imagine. | 61 | individual, a device, or anything one can imagine. |
62 | A X.509 CRL (certificate revocation list) is a tool to help determine if | 62 | An X.509 CRL (certificate revocation list) is a tool to help determine if |
63 | a certificate is still valid. | 63 | a certificate is still valid. |
64 | The exact definition of those can be found in the X.509 document from | 64 | The exact definition of those can be found in the X.509 document from |
65 | ITU-T, or in RFC 3280 from PKIX. | 65 | ITU-T, or in RFC 3280 from PKIX. |