summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2021-09-02Openssl fails to compile on Debian with kfreebsd kernelsMattias Ellert
2021-09-01Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz
2021-08-30[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri
2021-08-29Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler
2021-08-27Fix instances of pointer addition with the NULL pointerBernd Edlinger
2021-08-27cms: fix memleaks in cms_env.czhaozg
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-26ts: fix memleaks caused by TS_VERIFY_CTX_set_imprintzhaozg
2021-08-26Check for null-pointer dereference in dh_cms_set_peerkeyBernd Edlinger
2021-08-25Fix some strict gcc-12 warningsBernd Edlinger
2021-08-24Run make updateMatt Caswell
2021-08-24Update copyright yearMatt Caswell
2021-08-24Check the plaintext buffer is large enough when decrypting SM2Matt Caswell
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-24Fix the error handling in i2v_AUTHORITY_KEYIDMatt Caswell
2021-08-24Allow fuzz builds to detect string overrunsMatt Caswell
2021-08-24Fix EC_GROUP_new_from_ecparameters to check the base lengthMatt Caswell
2021-08-24Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix append_ia5 function to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix the name constraints code to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated stringsMatt Caswell