summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2021-08-24Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell
2021-08-19sparc: fix cross compile buildPauli
2021-08-18pkcs12: check for zero length digest to avoid division by zeroPauli
2021-08-16s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki
2021-08-13Revert "ASN.1: Refuse to encode to DER if non-optional items are missing"Tomas Mraz
2021-08-13Revert "make update (adds a new function code)"Tomas Mraz
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz
2021-07-20Fix a read buffer overrun in X509_aux_print().Ingo Schwarze
2021-07-13BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno
2021-07-10make update (adds a new function code)Richard Levitte
2021-07-10ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte
2021-07-08Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-06-30apple getentropy removalDavid CARLIER