summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2022-05-24Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-05-24Fix a memory leak in ec_key_simple_oct2privBernd Edlinger
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-21Backport a missing bug-fix from masterBernd Edlinger
2022-05-03Update copyright yearMatt Caswell
2022-04-09err: get rid of err_free_strings_int()Dr. Matthias St. Pierre
2022-04-09err: fix indentation of preprocessor directiveDr. Matthias St. Pierre
2022-04-09err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-03-25s390x: Hide internal cpuid symbol and functionJuergen Christ
2022-03-25Fix Coverity 1498612: integer overflowPauli
2022-03-23Fix integer overflow in evp_EncryptDecryptUpdateHugo Landau
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli
2022-03-21Fix coverity 1498607: uninitialised valuePauli
2022-03-18eng_dyn: Avoid spurious errors when checking for 3.x engineTomas Mraz
2022-03-15Update copyright yearMatt Caswell
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2022-03-11Fix issue where OBJ_nid2obj doesn't always raise an errorHugo Landau
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-02-28crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang
2022-02-09Check for presence of 3.x openssl runtimeBernd Edlinger
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-02-02Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz
2022-01-13Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-11Remove unsafe call to OPENSSL_cpuid_setupBernd Edlinger
2022-01-05close_console: Always unlock as the lock is always heldTomas Mraz
2022-01-04Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb
2021-12-20Fix the null pointer dereferenceKan
2021-12-14Update copyright yearMatt Caswell
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-09Fix a deadlock in OBJ_NAME_addBernd Edlinger
2021-11-24Fix detection of ARMv7 and ARM64 CPU features on FreeBSDAllan Jude
2021-11-23ERR: Add a missing common reason stringRichard Levitte
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-11-17evp: fix EVP_PKEY_get0_EC_KEY when EC_KEY is SM2zhaozg
2021-11-09Fix: invoking x509_name_cannon improperlyPW Hu
2021-10-21Ensure pkey_set_type handles ENGINE references correctlyMatt Caswell
2021-10-07Fix some possible memory leaks in EVP_CipherInit_exBernd Edlinger
2021-09-13Fix nc_email to check ASN1 strings with NULL byte in the middleNikita Ivanov
2021-09-09VMS: Fix misspelt typeRichard Levitte
2021-09-07VMS: Compensate for compiler type incompatibilityRichard Levitte
2021-09-03Prioritise DANE TLSA issuer certs over peer certsViktor Dukhovni