summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-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-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
2024-02-18Add EVP_CIPHER_CTX_legacy_clear()Theo Buehler
2024-02-17Use calloc() instead of malloc() in BIO_new().Joel Sing
2024-02-16Inline and disable BIO_set().Joel Sing
2024-02-16Use 'bio' more consistently for function arguments.Joel Sing
2024-02-16Make it explicit that the EC_KEY setters don't check thingsTheo Buehler
2024-02-15BIO_dump*() avoid signed integer overflowTheo Buehler
2024-02-13Document a portability caveat about GeneralizedTime and UTCTimeJob Snijders
2024-02-09Remove a useless EVP_MD_CTX_init() callTheo Buehler
2024-02-02Ignore EVP_MD_CTX_reset() return valueTheo Buehler
2024-02-02Ignore EVP_CIPHER_CTX_reset() return value, it can't failTheo Buehler
2024-02-02Reimplement BIO_dump_indent() with CBS/CBB and BIO_printf()Theo Buehler