Update dependencies for krb5 external test
[openssl.git] / crypto / cmp /
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02 Paulicms: remove TODOs
2021-06-02 Paulicmp: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Petr GotthardFix memory leak in OSSL_CMP_CTX
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Matt CaswellUpdate copyright year
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbCMP test server: Extend error reporting on cert rejecte...
2021-05-14 Dr. David von Oheimbcmp_server.c: Improve transaction management and logging
2021-05-14 Dr. David von OheimbOSSL_CMP_SRV_process_request(): Log any error queue...
2021-05-12 Dr. David von OheimbHTTP client: Minimal changes that include the improved API
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-17 Dr. David von OheimbOSSL_CMP_CTX_new(): Fix distinction of out-of-memory...
2021-04-14 Dr. David von Oheimbcmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-11 Matt CaswellUpdate copyright year
2021-03-09 Dr. David von Oheimbcmp_hdr.c: Fix minor Coverity issue CID 1473605
2021-03-02 Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
2021-02-22 Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2021-02-19 Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-04 Dr. David von OheimbAllow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2020-12-02 Ankita Shettycmp_client.c: Fix indentation and remove empty line
2020-12-02 Ankita Shettycmp_client.c: Remove dead code of variable 'txt' in...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-20 Dr. David von Oheimbossl_cmp_certreq_new(): Fix POPO key mismatch in case...
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Dr. David von Oheimbcmp_msg.c: Use issuer of reference cert as default...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in crmf.h
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13 Matt CaswellFix safestack issues in cmp.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von Oheimbbugfix in ossl_cmp_msg_protect(): set senderKID and...
2020-09-10 Dr. David von Oheimbbugfix in ossl_cmp_msg_add_extraCerts(): should include...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-08 Dr. David von OheimbAllow unauthenticated CMP server if missing -trusted...
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von Oheimbcmp_msg.c: Copy libctx and propq of CMP_CTX to newly...
2020-08-21 Dr. David von Oheimbcmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build...
2020-08-21 Dr. David von Oheimbcmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX...
2020-08-21 Dr. David von Oheimbcrypto/cmp: Prevent misleading errors in case x509v3_ca...
2020-08-21 Dr. David von OheimbAdd OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-21 Dr. David von Oheimbcmp_vfy.c: Fix bug: must verify msg signature also...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
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...
next