summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Neuter the remainder of the ameth libtb2024-01-041-65/+13
* ameth_lib: zap trailing empty linetb2023-12-291-2/+1
* Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb2023-12-293-206/+4
* Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemtb2023-12-291-5/+5
* Move EVP_PKEY_asn1_add* to the end of the filetb2023-12-291-15/+20
* Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()tb2023-12-251-14/+26
* Use BIO_indent() for indentation in tasn_prn.ctb2023-12-201-10/+4
* Annotate incorrect value for ub_email_addresstb2023-12-161-2/+2
* Neuter the ASN1_STRING_TABLE modification APItb2023-12-161-133/+16
* asn1.h: mark a type and a bunch of macros for removaltb2023-12-161-2/+3
* Remove strings.h againtb2023-12-151-2/+1