summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
2024-04-10Hide a couple of LCRYPTO_UNUSED in asn1.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-03-29Retire mime_debug()Theo Buehler
2024-03-29Improve error checking in i2d_ASN1_bio_stream()Theo Buehler
2024-03-28PKCS#1.5 PBE: test and assignTheo Buehler
2024-03-26Remove PKCS5_pbe2_set_iv()Theo Buehler
2024-03-26Add back x509_local.h for PBKDF2PARAMTheo Buehler
2024-03-26PKCS5_pbe2_set_iv() can be local to p5_pbev2Theo Buehler
2024-03-02Remove X509_CRL_METHOD APITheo Buehler
2024-03-02Remove X509_ALGOR_set_md()Theo Buehler
2024-03-02Remove most PBEPARAM stuff from public visibilityTheo Buehler
2024-03-02Remove the ameth libTheo Buehler
2024-03-02Garbage collect ASN1_TIME_set_tm()Theo Buehler
2024-03-02Remove beck's ASN.1 time API from public visibilityTheo Buehler
2024-03-02Remove ASN1_PCTX nonsenseTheo Buehler
2024-03-02Make ASN1_add_oid_module internalTheo Buehler
2024-03-02Remove unused M_ASN1_* macrosTheo Buehler
2024-03-02Remove unused, incomplete ub_* macrosTheo Buehler
2024-03-02Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)Theo Buehler
2024-03-02Remove ASN1_STRING_TABLE_{add,cleanup}Theo Buehler
2024-03-02const correct ASN1_STRING_TABLE_get()Theo Buehler
2024-02-18Add posix_time.h from BoringSSLTheo Buehler
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallyTheo Buehler
2024-01-28Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify()joshua
2024-01-13Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua
2024-01-06Zap some more CRL method thingsTheo Buehler
2024-01-06Remove X509_CRL_METHOD internalsTheo Buehler
2024-01-04Neuter the remainder of the ameth libTheo Buehler
2023-12-29ameth_lib: zap trailing empty lineTheo Buehler
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.cTheo Buehler
2023-12-29Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemTheo Buehler
2023-12-29Move EVP_PKEY_asn1_add* to the end of the fileTheo Buehler
2023-12-25Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()Theo Buehler
2023-12-20Use BIO_indent() for indentation in tasn_prn.cTheo Buehler
2023-12-16Annotate incorrect value for ub_email_addressTheo Buehler
2023-12-16Neuter the ASN1_STRING_TABLE modification APITheo Buehler
2023-12-16asn1.h: mark a type and a bunch of macros for removalTheo Buehler
2023-12-15Remove strings.h againTheo Buehler
2023-12-15Clean up includesTheo Buehler
2023-12-15Neuter EVP_PKEY_asn1_add{0,_alias}()Theo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-11-13Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as publicBob Beck
2023-11-09Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()Theo Buehler
2023-11-01Add X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Explain the weird order of doing things in X509_ALGOR_set0()Theo Buehler