summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cms
AgeCommit message (Expand)Author
2024-11-01More include sweeping in cms.Theo Buehler
2024-11-01Fix includes in cms_env.cTheo Buehler
2024-11-01Only include cryptlib.h where it's neededTheo Buehler
2024-08-27cms_att.c: tidy includes and add x509_local.h for upcoming changeTheo Buehler
2024-07-26Inline a few trivial X509at_* calls in cmsTheo Buehler
2024-07-09Hide global _it symbola in cms.hBob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-04-20Remove more unnecessary GOST codeTheo Buehler
2024-04-07Rework CMS_add_simple_smimecap()Theo Buehler
2024-03-30Hide symbols in CMSjoshua
2024-03-30Remove pointless guard in cms headerjoshua
2024-03-29Implement Ed25519 signatures for CMS (RFC 8419)Theo Buehler
2024-03-29Stop playing #ifdef HEADER_PEM_H games in cms.h.Joel Sing
2024-02-02Ignore EVP_MD_CTX_reset() return valueTheo Buehler
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failTheo Buehler
2024-01-14Tidy a few more includes in cms/Theo Buehler
2023-12-22Clean up includes in cms_smime.cTheo Buehler
2023-12-20Clean up includes in cms_pwri.cTheo Buehler
2023-10-26Tidy includesTheo Buehler
2023-10-18Use X509_ALGOR_set_evp_md() in CMS_add1_signer()Theo Buehler
2023-10-18cms_DigestedData_create() use X509_ALGOR_set_evp_md()Theo Buehler
2023-09-11Small cleanups in cms_sd_asn1_ctrl():Theo Buehler
2023-09-11Rewrite CMS_SignerInfo_{sign,verify}()Theo Buehler
2023-08-24cms_content_bio() is not used outside of cms_lib.cTheo Buehler
2023-08-24Some tweaking of cms_content_bio()Theo Buehler
2023-08-24Better names for the BIOs in CMS_dataInit()Theo Buehler
2023-08-22Pull the NULL check for cmsbio into the switchTheo Buehler
2023-08-22Plug a leak of cont in CMS_dataInit()Theo Buehler
2023-07-28Provide CMS{,_SignerInfo}_get_versionTheo Buehler
2023-07-08Hide symbols in cms, comp, conf, and bufferBob Beck
2023-07-07Remove symbols already declared in the public headerTheo Buehler
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-06Fix typo in comment: exta -> extraTheo Buehler
2023-05-23cms_asn1.c: zap stray tabsTheo Buehler
2023-04-26KNF nitTheo Buehler
2023-04-25Move low level BIO_new_NDEF API to internal-onlyTheo Buehler
2023-04-21cms_io: sort includesTheo Buehler
2023-04-21cms_io: reverse polarity of an if statement to unindentTheo Buehler
2023-04-21cms_io: Remove a stupid else branchTheo Buehler
2023-04-21Rewrap some lines. No binary changeTheo Buehler
2023-04-21Unwrap a lineTheo Buehler
2023-03-12pk7_cb() and cms_cb()Theo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-08-28Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thatTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-01-20Add check for EVP_CIPHER_CTX_set_key_length return valueKinichiro Inoguchi
2022-01-19Check return value from EVP_CIPHER_CTX_new in cms_pwri.cKinichiro Inoguchi
2022-01-14Garbage collect the app_items field of ASN1_ADBTheo Buehler