summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* asn1t.h: whitespace tweakstb2026-01-161-81/+74
* asn1t.h: Otherwiser -> Otherwisetb2026-01-161-2/+2
* asn1t.h: more macro cleanup, add missing C99 initializers for ADB_ENTRY()tb2026-01-161-69/+99
* More asn1t.h cleanuptb2026-01-111-58/+88
* asn1t.h: add C99 initializers for some ASN.1 templatestb2026-01-091-155/+195
* asn1t.h: whitespace nittb2026-01-091-2/+2
* Fix ASN1_ADB_END macro, make it compatible with OpenSSLtb2026-01-071-4/+3
* ASN.1 templates: make internal *_PUBKEY_it statictb2026-01-051-5/+5
* ASN.1 templates: make ASN1_EXTERN_FUNCS statictb2026-01-052-7/+7
* a_bitstr: remove parentheses in return statementstb2026-01-041-5/+5
* i2c_ASN1_BIT_STRING() vs ASN1_STRING_FLAG_BITS_LEFTtb2026-01-041-10/+9
* i2c_ASN1_BIT_STRING(): zap nonsensical commenttb2026-01-041-2/+2
* a_bitstr.c: whitespace nittb2026-01-041-2/+2
* Unexport ASN1_LONG_UNDEFtb2026-01-022-7/+8
* Remove STABLE_FLAGS_MALLOCtb2025-12-311-2/+3
* Garbage collect V_ASN1_APP_CHOOSEtb2025-12-211-2/+1
* Remove last internal use of ASN1_STRING_data()tb2025-12-071-13/+19
* Replace trivial uses of ASN1_STRING_data()tb2025-12-052-6/+6
* libcrypto: add header guards to *_local.htb2025-11-261-1/+6
* Hide primitive BOOLEAN itemstb2025-08-221-1/+4
* x_crl.c: wont -> won't + KNF for a commenttb2025-08-191-3/+4
* Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't.tb2025-08-141-3/+4
* Merge the two functions from x_pkey.c into pem_info.ctb2025-07-121-124/+0
* Merge the two functions from x_info.c into pem_info.ctb2025-07-121-97/+0
* Add missing check to X509_CRL_verify()tb2025-07-101-1/+7
* X509_print: emit UIDs unless X509_FLAG_NO_IDS is settb2025-07-011-1/+28
* X509_print and friends: switch from BIO_write() to BIO_printf()tb2025-06-251-17/+16
* Fix smatch warning in asn1_primitive_print()tb2025-06-071-2/+2
* correct indentation, no functional changejsg2025-06-021-3/+4
* Crank default salt length of PBE2 to 16 octetstb2025-05-242-4/+13
* Switch the default PBMAC to hmacWithSHA256tb2025-05-241-2/+2
* asn_moid: move inclusion of err_local.h to the proper placetb2025-05-101-2/+2
* Use err_local.h rather than err.h in most placestb2025-05-1035-71/+70
* Plug a memory leak in x509_name_encode()tb2025-03-201-2/+4
* Fix traditional SSLeay X509_NAME printingtb2025-03-191-29/+1
* Unexport X509_NAME_print()tb2025-03-091-3/+2
* asn1_multi: remove a pointless casttb2025-03-061-2/+2
* Rename X509V3_get_section() to X509V3_get0_section()tb2025-03-061-2/+2
* Garbage collect X509V3_section_free()tb2025-03-061-5/+2
* Rename the crl_inf_cb() to crl_info_cb()tb2025-02-271-3/+3
* Hoist X509_REVOKED_cmp() above its only callertb2025-02-271-9/+7
* x_crl.c: remove two NULL checks before *_free()tb2025-02-241-5/+3
* Remove unused name member from x509_sttb2025-02-211-9/+1
* Remove unused valid member of x509_sttb2025-02-201-2/+1
* Move X509_NAME_print() next to its only internal callertb2025-02-082-93/+91
* X509_NAME_print(): remove no longer useful length checktb2025-01-271-4/+1
* X509_NAME_print: NUL-terminate and switch to BIO_printf()tb2025-01-271-2/+5
* Rework X509_NAME_print()tb2025-01-261-33/+65
* asn_mime: deteched -> detached + a knf nittb2025-01-171-2/+3
* Remove seven pairs of unnecessary parenthesestb2025-01-111-5/+5