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 21e9af62fb..3d2aadb166 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.3 2016/12/06 15:22:12 schwarze Exp $ | 1 | .\" $OpenBSD: x509.3,v 1.4 2016/12/08 21:48:50 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 6 2016 $ | 51 | .Dd $Mdocdate: December 8 2016 $ |
52 | .Dt X509 3 | 52 | .Dt X509 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -62,7 +62,7 @@ individual, a device, or anything one can imagine. | |||
62 | A X.509 CRL (certificate revocation list) is a tool to help determine if | 62 | A 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 RFC3280 from PKIX. | 65 | ITU-T, or in RFC 3280 from PKIX. |
66 | In OpenSSL, the type | 66 | In OpenSSL, the type |
67 | .Vt X509 | 67 | .Vt X509 |
68 | is used to express such a certificate, and the type | 68 | is used to express such a certificate, and the type |
@@ -70,7 +70,7 @@ is used to express such a certificate, and the type | |||
70 | is used to express a CRL. | 70 | is used to express a CRL. |
71 | .Pp | 71 | .Pp |
72 | A related structure is a certificate request, defined in PKCS#10 from | 72 | A related structure is a certificate request, defined in PKCS#10 from |
73 | RSA Security, Inc., also reflected in RFC2896. | 73 | RSA Security, Inc., also reflected in RFC 2896. |
74 | In OpenSSL, the type | 74 | In OpenSSL, the type |
75 | .Vt X509_REQ | 75 | .Vt X509_REQ |
76 | is used to express such a certificate request. | 76 | is used to express such a certificate request. |