diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_sign.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_sign.3 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/lib/libcrypto/man/X509_sign.3 b/src/lib/libcrypto/man/X509_sign.3 index 52890207fb..059d92bac5 100644 --- a/src/lib/libcrypto/man/X509_sign.3 +++ b/src/lib/libcrypto/man/X509_sign.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_sign.3,v 1.10 2023/04/28 15:51:18 job Exp $ | 1 | .\" $OpenBSD: X509_sign.3,v 1.11 2024/03/06 02:34:14 tb Exp $ |
2 | .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 | 2 | .\" full merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@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: April 28 2023 $ | 51 | .Dd $Mdocdate: March 6 2024 $ |
52 | .Dt X509_SIGN 3 | 52 | .Dt X509_SIGN 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -145,16 +145,6 @@ and | |||
145 | .Fn X509_CRL_verify | 145 | .Fn X509_CRL_verify |
146 | sign and verify certificate requests and CRLs, respectively. | 146 | sign and verify certificate requests and CRLs, respectively. |
147 | .Pp | 147 | .Pp |
148 | If | ||
149 | .Xr X509_CRL_set_default_method 3 | ||
150 | was in effect at the time the | ||
151 | .Vt X509_CRL | ||
152 | object was created, | ||
153 | .Fn X509_CRL_verify | ||
154 | calls the | ||
155 | .Fn crl_verify | ||
156 | callback function instead of performing the default action. | ||
157 | .Pp | ||
158 | .Fn X509_sign_ctx | 148 | .Fn X509_sign_ctx |
159 | is used where the default parameters for the corresponding public key | 149 | is used where the default parameters for the corresponding public key |
160 | and digest are not suitable. | 150 | and digest are not suitable. |
@@ -183,7 +173,6 @@ In some cases of failure, the reason can be determined with | |||
183 | .Xr d2i_X509 3 , | 173 | .Xr d2i_X509 3 , |
184 | .Xr EVP_DigestInit 3 , | 174 | .Xr EVP_DigestInit 3 , |
185 | .Xr X509_CRL_get0_by_serial 3 , | 175 | .Xr X509_CRL_get0_by_serial 3 , |
186 | .Xr X509_CRL_METHOD_new 3 , | ||
187 | .Xr X509_CRL_new 3 , | 176 | .Xr X509_CRL_new 3 , |
188 | .Xr X509_get_pubkey 3 , | 177 | .Xr X509_get_pubkey 3 , |
189 | .Xr X509_get_subject_name 3 , | 178 | .Xr X509_get_subject_name 3 , |