diff options
Diffstat (limited to 'upstream/debian-unstable/man3/X509_check_purpose.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/X509_check_purpose.3ssl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man3/X509_check_purpose.3ssl b/upstream/debian-unstable/man3/X509_check_purpose.3ssl index 6ff7100c..5087ccaa 100644 --- a/upstream/debian-unstable/man3/X509_check_purpose.3ssl +++ b/upstream/debian-unstable/man3/X509_check_purpose.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "X509_CHECK_PURPOSE 3SSL" -.TH X509_CHECK_PURPOSE 3SSL 2024-02-03 3.1.5 OpenSSL +.TH X509_CHECK_PURPOSE 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -79,7 +79,7 @@ otherwise the function returns an error. .PP Below are the potential ID's that can be checked: .PP -.Vb 9 +.Vb 10 \& # define X509_PURPOSE_SSL_CLIENT 1 \& # define X509_PURPOSE_SSL_SERVER 2 \& # define X509_PURPOSE_NS_SSL_SERVER 3 @@ -89,6 +89,7 @@ Below are the potential ID's that can be checked: \& # define X509_PURPOSE_ANY 7 \& # define X509_PURPOSE_OCSP_HELPER 8 \& # define X509_PURPOSE_TIMESTAMP_SIGN 9 +\& # define X509_PURPOSE_CODE_SIGN 10 .Ve .PP The checks performed take into account the X.509 extensions |