summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clean up includestb2023-12-151-6/+4
* Neuter EVP_PKEY_asn1_add{0,_alias}()tb2023-12-151-42/+10
* Ignore ENGINE at the API boundarytb2023-11-291-6/+6
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-192-37/+2
* Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicbeck2023-11-132-2/+23
* Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()tb2023-11-091-8/+4
* Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()tb2023-11-011-6/+6
* Add X509_ALGOR_set0_by_nid()tb2023-11-011-1/+30
* Explain the weird order of doing things in X509_ALGOR_set0()tb2023-11-011-1/+2
* Rename ptype and pval to parameter_type and parameter_valuetb2023-11-011-7/+9
* Unindent X509_ALGOR_set0_parameter()tb2023-11-011-8/+11
* Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()tb2023-11-011-6/+15
* Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()tb2023-11-011-3/+12
* Some housekeeping in x_algortb2023-10-111-3/+5
* Rewrite X509_ALGOR_set0()tb2023-10-111-17/+13
* Ensure that out_value is initialized even if out_type is NULLtb2023-10-111-1/+5
* Rewrite X509_ALGOR_get0()tb2023-10-111-13/+19
* Add internal version of X509_ALGOR_set_md()tb2023-10-111-6/+14