summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid an oob access in asn1_item_free()tb2024-12-111-4/+3
* Drop a pair of useless parenthesestb2024-12-111-2/+2
* Make X509_VAL opaquetb2024-08-311-1/+3
* Make some more x509 conf stuff internaltb2024-08-311-1/+2
* Unexport some conf layers unused outside of libcryptotb2024-08-312-2/+4
* Avoid polluting the error stack when printing certificatestb2024-08-281-3/+17
* Hide global _it symbols in asn1t.hbeck2024-07-084-7/+9
* Hide global _it variables in asn1.hbeck2024-07-087-7/+30
* Hide global _it variables in x509.hbeck2024-07-0813-13/+34
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* Fix i2d_ASN1_OBJECT()tb2024-05-291-3/+12
* Make i2d_ASN1_OBJECT() return -1 on errortb2024-05-291-2/+2
* Remove unnecessary parens from i2d_ASN1_OBJECT()tb2024-05-291-4/+6
* asn1_str2tag(): no need for tntmp to be statictb2024-05-171-2/+3
* The long primitive function table can be consttb2024-05-171-2/+2
* The bignum primitive function table (bignum_pf) can be consttb2024-05-171-2/+2
* Remove disgusting NULL checks in tm_to_{gentime,utctime}()tb2024-05-031-7/+1
* Intercept a NULL s early in ASN1_TIME_set_string_internal()tb2024-05-031-1/+6
* Simplify type handling in ASN1_TIME_set_string_internal()tb2024-05-031-5/+4
* Simplify tm handling in ASN1_time_parse()tb2024-05-031-3/+2
* Align CRL and CSR version printing with certstb2024-05-032-14/+18
* Remove a useless OBJ_obj2nid() call from X509_CRL_print()tb2024-05-021-2/+1