summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internaltb2024-04-151-3/+3
* Remove parentheses after returntb2024-04-111-40/+40
* Rework internal tm_to_*() converterstb2024-04-111-69/+66
* Hide a couple of LCRYPTO_UNUSED in asn1.hbeck2024-04-103-9/+5
* Plug leaks in ASN1_TIME_set_string_internal()tb2024-04-091-6/+17
* Hide public symbols in x509.hbeck2024-04-0921-21/+205
* Hide public symbols in evp.hbeck2024-04-092-2/+7
* Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pagebeck2024-04-081-26/+14
* Retire mime_debug()tb2024-03-291-5/+1
* Improve error checking in i2d_ASN1_bio_stream()tb2024-03-291-23/+24
* PKCS#1.5 PBE: test and assigntb2024-03-281-3/+2
* Remove PKCS5_pbe2_set_iv()tb2024-03-261-28/+9
* Add back x509_local.h for PBKDF2PARAMtb2024-03-261-1/+2
* PKCS5_pbe2_set_iv() can be local to p5_pbev2tb2024-03-261-3/+2
* Remove X509_CRL_METHOD APItb2024-03-021-34/+1
* Remove X509_ALGOR_set_md()tb2024-03-021-7/+1
* Remove most PBEPARAM stuff from public visibilitytb2024-03-022-2/+5
* Remove the ameth libtb2024-03-021-180/+0
* Garbage collect ASN1_TIME_set_tm()tb2024-03-022-13/+2
* Remove beck's ASN.1 time API from public visibilitytb2024-03-023-9/+7
* Remove ASN1_PCTX nonsensetb2024-03-022-107/+2
* Make ASN1_add_oid_module internaltb2024-03-022-5/+2
* Remove unused M_ASN1_* macrostb2024-03-021-14/+1
* Remove unused, incomplete ub_* macrostb2024-03-021-12/+1
* Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)tb2024-03-021-4/+1
* Remove ASN1_STRING_TABLE_{add,cleanup}tb2024-03-022-20/+2
* const correct ASN1_STRING_TABLE_get()tb2024-03-022-7/+6
* Add posix_time.h from BoringSSLtb2024-02-184-58/+113
* Use EVP_CIPHER_CTX_legacy_clear() internallytb2024-02-181-2/+2
* 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
* Zap some more CRL method thingstb2024-01-061-10/+1
* Remove X509_CRL_METHOD internalstb2024-01-062-89/+24