forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMP: add support for genm with crlStatusList and genp with crls
cmp.c: save CRL to file add option -rsp_crl for Mock server add test case of crlStatusList OSSL_CMP_exec_certreq.pod: add OSSL_CMP_get1_crlUpdate() add documentation for GENERAL_NAME_create() add OSSL_CMP_CTX_get0_oldCert() add issuer check and generate warning add error CMP_R_UNKNOWN_CRL_ISSUER Fix OSSL_CMP_get1_crlUpdate parameter in cmp_genm.c add -crlcert option for genm with infotype crlStatusList cmp.c: Refactor CRL update logic Remove OSSL_CMP_CTX_get0_oldCert() function Add options for specifying CRL issuer and saving received CRLs Update test_commands.csv with new crlcert and old crl Add new functions and rearrange existing functions in libcrypto.num Refactor setup_crl function to use setup_mock_crlout Add support for requesting CRL in CMP
- Loading branch information
Showing
27 changed files
with
918 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.