summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in x509.hbeck2024-04-091-1/+5
* Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()joshua2024-01-281-9/+10
* Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua2024-01-131-8/+15
* Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+4
* Refactor ASN1_item_sign_ctx()tb2023-07-131-54/+89
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-5/+1
* Hide symbols in asn1 and biobeck2023-07-051-1/+12
* Some fixes in ASN1_item_verify()tb2023-06-151-17/+8
* Make another NULL check explicit and put a brace on the proper linetb2023-06-151-4/+3
* Rename a few variables and other cosmeticstb2023-06-151-23/+21
* Switch ASN1_item_sign_ctx() to EVP_DigestSign()tb2023-06-151-9/+7
* Make NULL checks explicit in ASN1_item_sign_ctx()tb2023-06-151-6/+8
* ASN1_item_sign_ctx()tb2023-06-151-3/+7
* Fix a logic error in ASN1_item_sign_ctx()tb2023-06-151-5/+8
* Move comment about ASN1_item_dup() where it belongstb2023-06-131-7/+7
* Make internal header file names consistenttb2022-11-261-3/+3
* Clean up ASN1_item_sign_ctx() a littletb2022-05-241-25/+38
* Remove legacy sign/verify from EVP_MD.tb2022-01-141-10/+7
* Indent goto labels for diffability.jsing2021-12-251-6/+6
* Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.jsing2021-12-251-1/+48
* More consolidation of ASN.1 code.jsing2021-12-251-0/+595