]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cmp/cmp_msg.c
Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serial...
[thirdparty/openssl.git] / crypto / cmp / cmp_msg.c
2020-07-16  Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-06-22  Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-13  Dr. David von OheimbBug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13  Dr. David von OheimbStreamline the approach to set CMP message recipient...
2020-05-13  Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13  Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-18  Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18  Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-03-25  Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-18  Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-10  Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10  Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-17  Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2019-12-12  Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL