rand: set up EVP and DRBG infrastructure for RAND from providers.
[openssl.git] / crypto / cmp /
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_hdr_init(): sould not remember...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbFill in transactionID on any error in OSSL_CMP_SRV_proc...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-13 Dr. David von OheimbImprove cert checking diagnostics of OSSL_CMP_validate_...
2020-06-13 Dr. David von OheimbRemove misleading diagnostics on pinned sender cert...
2020-06-13 Dr. David von OheimbCorrect error reason of verify_signature() in cmp_vfy.c
2020-06-13 Dr. David von OheimbAllow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13 Dr. David von OheimbStreamline the approach to set CMP message recipient...
2020-06-13 Dr. David von OheimbFix too strict checks of ossl_cmp_calc_protection()
2020-05-24 Dr. David von OheimbMove decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local...
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-05-09 Dr. David von OheimbConstify 'req' parameter of OSSL_HTTP_post_asn1()
2020-05-09 Dr. David von OheimbFix bug in OSSL_CMP_SRV_process_request() on transactio...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Matt CaswellFix no-err
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-04-18 Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-07 Dr. David von OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07 Dr. David von OheimbFix bugs in 3GPP exception checking and improve diagnos...
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-04-02 Bernd EdlingerFix a printf format error in cmp_client.c
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 OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2020-02-17 Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
2019-12-03 raja-ashokSet argument only after successful dup on CMP APIs
2019-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-07-16 Rich SalzRegenerate mkerr files
2019-05-30 Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...