Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmp add genm crl status #5

Closed
wants to merge 6 commits into from
Closed

Cmp add genm crl status #5

wants to merge 6 commits into from

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    d8925c8 View commit details
    Browse the repository at this point in the history
  2. cmp.c: save CRL to file

    rajeev-0 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2feaaf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8c4f8 View commit details
    Browse the repository at this point in the history
  4. 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
    
    review
    
    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
    rajeev-0 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9517a1d View commit details
    Browse the repository at this point in the history
  5. update as per review

    rajeev-0 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ab8d368 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9e6f4d View commit details
    Browse the repository at this point in the history