X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fx509.pod;h=095203c91243b0c2d8f98139352edbf4b62432ce;hp=a8969deea1b8758970cfebc0324eababdf0176c0;hb=9c0586d5fc7988d2f8544f7884572a3b430406f6;hpb=99d63d4662e16afbeff49f29b48f1c87d5558ed0 diff --git a/doc/man7/x509.pod b/doc/man7/x509.pod index a8969deea1..095203c912 100644 --- a/doc/man7/x509.pod +++ b/doc/man7/x509.pod @@ -10,7 +10,7 @@ x509 - X.509 certificate handling =head1 DESCRIPTION -A X.509 certificate is a structured grouping of information about +An X.509 certificate is a structured grouping of information about an individual, a device, or anything one can imagine. A X.509 CRL (certificate revocation list) is a tool to help determine if a certificate is still valid. The exact definition of those can be @@ -30,20 +30,20 @@ extension) and a few more. Finally, there's the supertype X509_INFO, which can contain a CRL, a certificate and a corresponding private key. -BI<...>, BI<...> and BI<...> handle X.509 -certificates, with some exceptions, shown below. +BI, BI, and BI functions +handle X.509 certificates, with some exceptions, shown below. -BI<...>, BI<...> and BI<...> -handle X.509 CRLs. +BI, BI, and BI +functions handle X.509 CRLs. -BI<...>, BI<...> and BI<...> -handle PKCS#10 certificate requests. +BI, BI, and BI +functions handle PKCS#10 certificate requests. -BI<...> handle certificate names. +BI functions handle certificate names. -BI<...> handle certificate attributes. +BI functions handle certificate attributes. -BI<...> handle certificate extensions. +BI functions handle certificate extensions. =head1 SEE ALSO @@ -58,14 +58,13 @@ L, L, L, L, -L, -L +L =head1 COPYRIGHT -Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2003-2017 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.