summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_hdr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-011-30/+2
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-0/+10
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMP: add subject of any provided CSR as default message senderDr. David von Oheimb2022-02-221-1/+2
* CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb2021-12-091-2/+1
* Fix CMP code to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+2
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb2021-03-091-3/+0
* CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb2021-03-021-7/+17
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-2/+1
* cmp_hdr.c: Adapt ossl_cmp_hdr_init() to use OPENSSL_CTX for random number gen...Dr. David von Oheimb2020-08-211-20/+9
* Bug fix in ossl_cmp_hdr_init(): sould not remember recipient as expected senderDr. David von Oheimb2020-06-131-4/+0
* Make CMP server use same protection for response as for requestDr. David von Oheimb2020-06-131-0/+8
* Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb2020-06-131-4/+5
* Streamline the approach to set CMP message recipient and expected senderDr. David von Oheimb2020-06-131-11/+10
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-4/+4
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-131-16/+22
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-2/+2
* Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb2020-03-101-16/+20
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-23/+5
* chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb2019-10-291-0/+377