summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms (follow)
Commit message (Expand)AuthorAgeFilesLines
* cms_att.c: tidy includes and add x509_local.h for upcoming changetb2024-08-271-5/+5
* Inline a few trivial X509at_* calls in cmstb2024-07-261-7/+7
* Hide global _it symbola in cms.hbeck2024-07-091-1/+3
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* remove prototypes with no matching functionjsg2024-05-191-6/+1
* Remove more unnecessary GOST codetb2024-04-201-11/+1
* Rework CMS_add_simple_smimecap()tb2024-04-071-24/+43
* Hide symbols in CMSjoshua2024-03-303-3/+12
* Remove pointless guard in cms headerjoshua2024-03-301-4/+2
* Implement Ed25519 signatures for CMS (RFC 8419)tb2024-03-291-20/+64
* Stop playing #ifdef HEADER_PEM_H games in cms.h.jsing2024-03-291-3/+4
* Ignore EVP_MD_CTX_reset() return valuetb2024-02-021-6/+4
* Ignore EVP_CIPHER_CTX_reset() return value, it can't failtb2024-02-021-2/+2
* Tidy a few more includes in cms/tb2024-01-144-8/+13
* Clean up includes in cms_smime.ctb2023-12-221-7/+14
* Clean up includes in cms_pwri.ctb2023-12-201-8/+10
* Tidy includestb2023-10-261-2/+2
* Use X509_ALGOR_set_evp_md() in CMS_add1_signer()tb2023-10-181-16/+24
* cms_DigestedData_create() use X509_ALGOR_set_evp_md()tb2023-10-181-6/+8
* Small cleanups in cms_sd_asn1_ctrl():tb2023-09-111-6/+6
* Rewrite CMS_SignerInfo_{sign,verify}()tb2023-09-111-61/+55
* cms_content_bio() is not used outside of cms_lib.ctb2023-08-242-5/+3
* Some tweaking of cms_content_bio()tb2023-08-241-10/+10
* Better names for the BIOs in CMS_dataInit()tb2023-08-241-14/+14
* Pull the NULL check for cmsbio into the switchtb2023-08-221-14/+10
* Plug a leak of cont in CMS_dataInit()tb2023-08-221-11/+12
* Provide CMS{,_SignerInfo}_get_versiontb2023-07-282-2/+48
* Hide symbols in cms, comp, conf, and bufferbeck2023-07-0812-12/+129
* Remove symbols already declared in the public headertb2023-07-071-6/+1
* Unifdef ZLIBtb2023-06-113-186/+2
* Fix typo in comment: exta -> extratb2023-06-061-2/+2
* cms_asn1.c: zap stray tabstb2023-05-231-8/+1
* KNF nittb2023-04-261-2/+3
* Move low level BIO_new_NDEF API to internal-onlytb2023-04-251-1/+2
* cms_io: sort includestb2023-04-211-3/+4
* cms_io: reverse polarity of an if statement to unindenttb2023-04-211-10/+12
* cms_io: Remove a stupid else branchtb2023-04-211-4/+2
* Rewrap some lines. No binary changetb2023-04-211-10/+10
* Unwrap a linetb2023-04-211-3/+2
* pk7_cb() and cms_cb()tb2023-03-121-4/+6
* Make header guards of internal headers consistenttb2022-11-261-4/+4
* Make internal header file names consistenttb2022-11-2614-35/+35
* Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thattb2022-08-281-3/+6
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-2/+1
* Add check for EVP_CIPHER_CTX_set_key_length return valueinoguchi2022-01-201-2/+2
* Check return value from EVP_CIPHER_CTX_new in cms_pwri.cinoguchi2022-01-191-2/+4
* Garbage collect the app_items field of ASN1_ADBtb2022-01-141-2/+1
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-2/+3
* Fix leak in cms_RecipientInfo_kekri_decrypt()tb2021-09-081-1/+2
* Remove remaining error *_str_functs[]jsing2020-06-051-137/+5