summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
2024-08-31Make X509_VAL opaqueTheo Buehler
2024-08-31Make some more x509 conf stuff internalTheo Buehler
2024-08-31Unexport some conf layers unused outside of libcryptoTheo Buehler
2024-08-28Avoid polluting the error stack when printing certificatesTheo Buehler
2024-07-08Hide global _it symbols in asn1t.hBob Beck
2024-07-08Hide global _it variables in asn1.hBob Beck
2024-07-08Hide global _it variables in x509.hBob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-29Fix i2d_ASN1_OBJECT()Theo Buehler
2024-05-29Make i2d_ASN1_OBJECT() return -1 on errorTheo Buehler
2024-05-29Remove unnecessary parens from i2d_ASN1_OBJECT()Theo Buehler
2024-05-17asn1_str2tag(): no need for tntmp to be staticTheo Buehler
2024-05-17The long primitive function table can be constTheo Buehler
2024-05-17The bignum primitive function table (bignum_pf) can be constTheo Buehler
2024-05-03Remove disgusting NULL checks in tm_to_{gentime,utctime}()Theo Buehler
2024-05-03Intercept a NULL s early in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify type handling in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify tm handling in ASN1_time_parse()Theo Buehler
2024-05-03Align CRL and CSR version printing with certsTheo Buehler
2024-05-02Remove a useless OBJ_obj2nid() call from X509_CRL_print()Theo Buehler
2024-04-15X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internalTheo Buehler
2024-04-11Remove parentheses after returnTheo Buehler
2024-04-11Rework internal tm_to_*() convertersTheo Buehler
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