summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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