summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-02Remove unused OBJ_create_and_add_object()Theo Buehler
2024-03-02Remove no longer supported OBJ_NAME_TYPEsTheo Buehler
2024-03-02Make OBJ_add_object() staticTheo Buehler
2024-03-02Remove OBJ_bsearch_()Theo Buehler
2024-03-02Switch name member of OBJ_NAME to const void *Theo Buehler
2024-03-02Remove unused public OBJ_NAME_* APITheo Buehler
2024-03-02Remove EVP_{add,delete}_{cipher,digest}_alias()Theo Buehler
2024-03-02Remove EVP_add_{cipher,digest}() from public APITheo Buehler
2024-03-02Remove DSA_generate_parametersTheo Buehler
2024-03-02Remove CMAC_resume()Theo Buehler
2024-03-02Make BN_mod_exp2_mont() and BN_mod_exp_mont_word() internalTheo Buehler
2024-03-02Make BN_mod_exp_simple() internalTheo Buehler
2024-03-02Remove BIO_set()Theo Buehler
2024-03-02Remove BIO_dump_*{cb,fp}()Theo Buehler
2024-03-02Remove BIO_{sn,v,vsn}printf(3)Theo Buehler
2024-03-02Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}()Theo 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-03-01Add mkdtemps(3), like mkdtemp(3) but with a suffix.Todd C. Miller
2024-03-01Fix OPENSSL_{gmtime,timegm} in namespace buildTheo Buehler
2024-02-28Small tweak for X509_check_purpose()Theo Buehler
2024-02-28Use an accessor instead of reaching into X509_PURPOSETheo Buehler
2024-02-27align read-only sections on masm/windows to 64 bytesBrent Cook
2024-02-26Neuter OBJ_bsearch{_,ex_}()Theo Buehler
2024-02-26type mgtv -> mgt; from todd carsonJason McIntyre
2024-02-25Fix a typoYASUOKA Masahiko
2024-02-24Add a few missing endbr64 to libcryptoTheo Buehler
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.hTheo Buehler
2024-02-24Remove custom key length handlingTheo Buehler
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()Theo Buehler
2024-02-24err.c: fix incorrect line wrappingTheo Buehler
2024-02-23Prepare to provide X509_STORE_get1_objects()Theo Buehler
2024-02-23Remove ASN1_time_clamp_notafter() prototypeTheo Buehler
2024-02-20x509_asid: NULL out min/max on extract_min_max() failureTheo Buehler
2024-02-19x509_asid: fix some KNF botchesTheo Buehler
2024-02-19pk7_attr.c: tidy includesTheo Buehler
2024-02-18Update ASN1_TIME_set(3)Theo Buehler
2024-02-18Add posix_time.h from BoringSSLTheo Buehler
2024-02-18Align EVP_CIPHER_CTX_init() and _legacy_clear()Theo Buehler
2024-02-18Hide EVP_{CIPHER,MD}_CTX_init() from internalsTheo Buehler
2024-02-18Use EVP_MD_CTX_legacy_clear() internallyTheo Buehler
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallyTheo Buehler
2024-02-18Add EVP_MD_CTX_legacy_clear()Theo Buehler