diff options
Diffstat (limited to 'src/lib/libcrypto/man')
| -rw-r--r-- | src/lib/libcrypto/man/X509_check_ca.3 | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509_check_ca.3 b/src/lib/libcrypto/man/X509_check_ca.3 index 70b0d20ff6..b78e349084 100644 --- a/src/lib/libcrypto/man/X509_check_ca.3 +++ b/src/lib/libcrypto/man/X509_check_ca.3  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: X509_check_ca.3,v 1.5 2019/06/06 01:06:59 schwarze Exp $ | 1 | .\" $OpenBSD: X509_check_ca.3,v 1.6 2022/02/18 01:41:17 jsg Exp $ | 
| 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 
| 3 | .\" | 3 | .\" | 
| 4 | .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. | 4 | .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. | 
| @@ -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: June 6 2019 $ | 51 | .Dd $Mdocdate: February 18 2022 $ | 
| 52 | .Dt X509_CHECK_CA 3 | 52 | .Dt X509_CHECK_CA 3 | 
| 53 | .Os | 53 | .Os | 
| 54 | .Sh NAME | 54 | .Sh NAME | 
| @@ -61,12 +61,14 @@ | |||
| 61 | .Fa "X509 *cert" | 61 | .Fa "X509 *cert" | 
| 62 | .Fc | 62 | .Fc | 
| 63 | .Sh DESCRIPTION | 63 | .Sh DESCRIPTION | 
| 64 | This function checks whether the given certificate is a CA certificate, | 64 | The | 
| 65 | .Fn X509_check_ca | ||
| 66 | function checks whether the given certificate is a CA certificate, | ||
| 65 | that is, whether it can be used to sign other certificates. | 67 | that is, whether it can be used to sign other certificates. | 
| 66 | .Sh RETURN VALUES | 68 | .Sh RETURN VALUES | 
| 67 | This functions returns non-zero if | 69 | If | 
| 68 | .Fa cert | 70 | .Fa cert | 
| 69 | is a CA certificate or 0 otherwise. | 71 | is a CA certificate, a non-zero value is returned; 0 otherwise. | 
| 70 | .Pp | 72 | .Pp | 
| 71 | The following return values identify specific kinds of CA certificates: | 73 | The following return values identify specific kinds of CA certificates: | 
| 72 | .Bl -tag -width 2n | 74 | .Bl -tag -width 2n | 
