summaryrefslogtreecommitdiff
path: root/crypto/crmf
Commit message (Expand)AuthorAgeFilesLines
* crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()Dr. David von Oheimb2023-04-181-6/+2
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+1
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-074-1/+17
* Fix the check of EVP_PKEY_decrypt_initPeiwei Hu2022-12-051-1/+1
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-244-36/+11
* CRMF: make create_popo_signature() check that pubkey and pkey matchDr. David von Oheimb2022-08-241-0/+6
* add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()Dr. David von Oheimb2022-08-241-0/+6
* crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb2022-05-051-0/+6
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-2/+2
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-301-2/+2
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-301-4/+32
* Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-231-3/+1
* Update copyright yearMatt Caswell2021-06-173-3/+3
* crmf: remove TODOsPauli2021-06-024-24/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-011-1/+1
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-16/+8
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-2/+17
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-182-12/+11
* Update copyright yearMatt Caswell2021-03-111-1/+1
* crmf: updates for the new additional MAC_init argumentsPauli2021-02-281-4/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-132-57/+45
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-6/+6
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-9/+7
* Fix safestack issues in crmf.hMatt Caswell2020-09-132-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-213-56/+58
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-211-5/+10
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-1/+1
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-19/+7
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-3/+3
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-261-20/+1
* Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2020-05-241-1/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-234-4/+4
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-232-7/+7
* Fix error in case CMP msg POPO is not provided in OSSL_CRMF_MSGS_verify_popo()Dr. David von Oheimb2020-03-102-5/+8
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-102-30/+50
* Refactor CRMF_poposigningkey_init() to work with provider keysRichard Levitte2020-03-091-47/+12
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-174-40/+42
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-124-22/+18
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-284-4/+4