summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte2021-10-277-159/+213
* EVP: Add evp_keymgmt_fetch_from_prov()Richard Levitte2021-10-272-0/+14
* EVP: Add the internal function evp_generic_fetch_from_prov()Richard Levitte2021-10-272-1/+34
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-276-14/+28
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-276-2/+17
* X509_PUBKEY_dup: Do not just up-ref the EVP_PKEYTomas Mraz2021-10-251-3/+17
* X509_dup: Avoid duplicating the embedded EVP_PKEYTomas Mraz2021-10-251-17/+2
* OCSP_sendreq_bio: Avoid doublefree of mem BIOTomas Mraz2021-10-251-5/+3
* Permit no/empty digest in core_obj_add_sigidMichael Baentsch2021-10-222-4/+7
* Enforce a size check in EVP_MAC_final()Matt Caswell2021-10-221-1/+7
* Prevent an overflow if an application supplies a buffer that is too smallMatt Caswell2021-10-223-6/+9
* Add missing define to enable AES-NI usage on x86 platformTomas Mraz2021-10-211-1/+1
* Ensure pkey_set_type handles ENGINE references correctlyMatt Caswell2021-10-191-1/+7
* Avoid NULL+X UB in bss_mem.cjwalch2021-10-191-2/+2
* Fix lock leak in evp_keymgmt_util_export_to_provider()Richard Levitte2021-10-161-0/+1
* Fix another memory leak reported in CIFuzzBernd Edlinger2021-10-142-2/+6
* Fix a memory leak reported in CIFuzzBernd Edlinger2021-10-141-0/+1
* cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz2021-10-122-3/+8
* ctrl_params_translate: Fix leak of BN_CTXTomas Mraz2021-10-121-0/+3
* Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu2021-10-111-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu2021-10-111-1/+1
* property: produce error if a name is duplicatedPauli2021-10-091-3/+17
* obj: Add SM4 GCM/CCM OIDTianjia Zhang2021-10-053-5/+19
* RISC-V support for the SHA256Mark Fedorov2021-10-041-7/+52
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2021-10-0115-80/+228
* RISC-V support for the SHA512marcfedorow2021-09-301-6/+115
* 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