Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / crmf / crmf_lib.c
2023-09-07 Matt CaswellCopyright year updates
2023-09-05 Dr. David von OheimbCMP: generalize ossl_cmp_calc_protection() to handle...
2023-05-30 Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-04-18 Dr. David von Oheimbcrmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()
2023-04-18 Dr. David von OheimbOSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return...
2022-12-07 Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-08-24 Dr. David von OheimbCRMF: make create_popo_signature() check that pubkey...
2022-08-24 Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-05-05 Dr. David von Oheimbcrmf_lib.c: Make sure Ed signature for POPO is called...
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-02 Paulicrmf: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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 crmf.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-10 Dr. David von OheimbFix error in case CMP msg POPO is not provided in OSSL_...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-09 Richard LevitteRefactor CRMF_poposigningkey_init() to work with provid...
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
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-14 Andreas Kretschmerfix CRMF symmetric key handling
2019-07-22 Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-16 Rich SalzRemove function name from errors
2019-05-30 Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...
2019-03-20 David von Oheimbreplace 'OpenSSL license' by 'Apache License 2.0'
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration