summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.tb2019-10-043-4/+27
* Provide a local version of X509_get0_subject_key_id()jsing2019-08-121-3/+11
* Inline the equivalent of ASN1_TYPE_unpack_sequence().jsing2019-08-121-3/+6
* Use ERR_asprintf_error_data() instead of ERR_add_error_data().jsing2019-08-111-3/+3
* Remove unsupported GOST 2012 NIDs.jsing2019-08-111-3/+1
* Disable DES3 since we do not currently provide DES3 keywrap.jsing2019-08-111-1/+7
* Remove label that is now unused (due to arc4random_buf() returning void).jsing2019-08-111-3/+2
* Fix loading of CMS error strings.jsing2019-08-111-5/+5
* Include string.h for explicit_bzero().jsing2019-08-112-2/+6
* Expand M_ASN1_new_of and M_ASN1_free_of macros.jsing2019-08-119-39/+39
* Use arc4random_buf() instead of RAND_bytes().jsing2019-08-113-12/+8
* Include string.h for memcmp()/memcpy().jsing2019-08-115-5/+15
* Use freezero() rather than OPENSSL_clear_free().jsing2019-08-115-15/+15
* Use explicit_bzero() instead of OPENSSL_cleanse().jsing2019-08-112-5/+5
* Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().jsing2019-08-116-33/+33
* Convert CMSerr() to CMSerror().jsing2019-08-1111-240/+191
* Switch ASN.1 INT32 back to LONG.jsing2019-08-112-28/+28
* Expand a new macro that tried to get away...jsing2019-08-111-2/+8
* Expand ASN.1 macros.jsing2019-08-118-273/+1544