What are the specific uses of -use_deltas and -crl_download in OpenSSL, and how are they used? #25167
Answered
by
t8m
onepeople158
asked this question in
Q&A
-
|
What are the specific uses of -use_deltas and -crl_download in OpenSSL, and how are they used? |
Beta Was this translation helpful? Give feedback.
Answered by
t8m
Sep 6, 2024
Replies: 1 comment
-
|
Citing documentation
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
t8m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Citing documentation
If X509_V_FLAG_USE_DELTAS is set delta CRLs (if present) are used to determine certificate status. If not set deltas are ignored.-crl_downloadwill attempt to download CRLs via the CRL distribution point set in the CA certificate.