Add Attribute Certificate suport comments to CHANGES and NEWS
[openssl.git] / test / cmp_ctx_test.c
2023-12-01 Neil HormanDon't free aliased pointers in ctx cmp_ctx tests
2023-09-07 Matt CaswellCopyright year updates
2023-06-06 Vladimír Kotalallow to disable http
2022-11-23 Dr. David von OheimbCMP: add API functions OSSL_CMP_CTX_get0_libctx() and...
2022-08-18 Dr. David von OheimbFix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-07-10 Tomas Mraztest_cmp_ctx: Avoid using empty X509 with i2d
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-03-11 Matt CaswellUpdate copyright year
2021-02-22 Dr. David von OheimbHandle NULL result of ERR_reason_error_string() in...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-04 Shane LontisFix aix compile error in cmp_ctx_test.c
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
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-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-16 Xiaokang QianFix the compile error once enabled Werror
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-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-10-08 Shane LontisFix CMP test error on platforms which set OPENSSL_FUNC...
2019-10-07 Matt CaswellFix no-autoerrinit
2019-10-03 Matt CaswellFix no-err
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...