aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* BIO_ctrl: Avoid spurious error being raised on NULL bio parameterTomas Mraz2021-09-281-12/+4
* Fix return value of BIO_freePeiwei Hu2021-09-281-1/+1
* pvk: use PVK KDFPauli2021-09-281-19/+26
* obj: add locking to the OBJ sigid callsPauli2021-09-251-40/+117
* obj: make new NIDs use tsan if possiblePauli2021-09-251-14/+50
* obj: make the OBJ_ calls thread safePauli2021-09-251-153/+178
* Explicitly #include <synchapi.h> is unnecessaryKelvin Lee2021-09-231-1/+0
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-231-0/+4
* Fix the parameter type of gf_serializeBernd Edlinger2021-09-172-2/+2
* Fix nc_email to check ASN1 strings with NULL byte in the middleNikita Ivanov2021-09-131-0/+3
* dh_ameth: Fix dh_cmp_parameters to really compare the paramsTomas Mraz2021-09-101-1/+1
* crypto/bio/bss_bio.c/bio_write: improve border checkPW Hu2021-09-071-1/+1
* Update copyright yearRichard Levitte2021-09-073-3/+3
* DECODER: check the first decoded structure name against user given structureRichard Levitte2021-09-052-35/+23
* Fix double free in EVP_PKEY_CTX_dup()slontis2021-09-031-0/+4
* Prioritise DANE TLSA issuer certs over peer certsViktor Dukhovni2021-09-031-8/+12
* rand: avoid using the derivation function for the public and private DRBGsPauli2021-09-031-14/+18
* Openssl fails to compile on Debian with kfreebsd kernelsMattias Ellert2021-09-021-1/+1
* Ensure that we check the ASN.1 type of an "otherName" before using itMatt Caswell2021-08-311-5/+12
* Refactor provider_core.c to adhere to the locking rulesMatt Caswell2021-08-311-54/+102
* Add commentary about lock usage in provider_core.cMatt Caswell2021-08-311-0/+83
* Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass testsTomas Mraz2021-08-312-6/+12
* [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OIDNicola Tuveri2021-08-302-1/+38
* Ensure that _GNU_SOURCE is defined for bss_dgram.cDaniel Krügler2021-08-291-0/+4
* cms: fix memleaks in cms_env.czhaozg2021-08-271-0/+1
* Add locking for the provider_conf.cMatt Caswell2021-08-271-36/+53
* When activating providers via config check we've not already activated themMatt Caswell2021-08-271-2/+23
* EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz2021-08-261-8/+27
* ts: fix memleaks caused by TS_VERIFY_CTX_set_imprintzhaozg2021-08-261-0/+1
* Add invalid input length errorPauli2021-08-261-0/+1
* Avoid invoking memcpy if size is zero or the supplied buffer is NULLPaul Dreik2021-08-251-2/+6
* sm2: fix error raise to not fail make updatePauli2021-08-251-1/+1
* Check the plaintext buffer is large enough when decrypting SM2Matt Caswell2021-08-241-0/+4
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-16/+8
* Fix the error handling in i2v_AUTHORITY_KEYIDMatt Caswell2021-08-241-7/+26
* Allow fuzz builds to detect string overrunsMatt Caswell2021-08-241-1/+11
* Fix EC_GROUP_new_from_ecparameters to check the base lengthMatt Caswell2021-08-241-1/+2
* Fix NETSCAPE_SPKI_print function to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+1
* Fix append_ia5 function to not assume NUL terminated stringsMatt Caswell2021-08-241-4/+12
* Fix CMP code to not assume NUL terminated stringsMatt Caswell2021-08-245-8/+10
* Fix the name constraints code to not assume NUL terminated stringsMatt Caswell2021-08-241-42/+93
* Fix printing of PROXY_CERT_INFO_EXTENSION to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+2
* Fix GENERAL_NAME_print to not assume NUL terminated stringsMatt Caswell2021-08-241-5/+10
* Fix POLICYINFO printing to not assume NUL terminated stringsMatt Caswell2021-08-241-3/+6
* Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell2021-08-242-16/+50
* EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminatedRichard Levitte2021-08-181-6/+14
* s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki2021-08-161-0/+12
* Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz2021-08-161-5/+18
* Allow small RSA exponents in the default providerShane Lontis2021-08-131-18/+9
* EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settableTomas Mraz2021-08-111-1/+3