summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-01-20[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte
2022-01-20BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte
2022-01-20[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte
2022-01-20[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into oneRichard Levitte
2022-01-20Simpler square-root computation for Ed25519James Muir
2022-01-20Fix sm3ss1 translation issue in sm3-armv8.plfangming.fang
2022-01-19Add context dup functions for digests and ciphersPauli
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-18replace ;; with ; as statement separatorPauli
2022-01-17bn_ppc.c: Fix build failure on AIX with XLC/XLCLANGTomas Mraz
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-17Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc...Tomas Mraz
2022-01-15property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-14EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison
2022-01-14SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang
2022-01-13Cleansing all the temporary data for s390xDmitry Belyavskiy
2022-01-13Clear md_data only when necessaryMatt Caswell
2022-01-13lhash: use lock when TSAN not available for statistics gatheringPauli
2022-01-13mem: do not produce usage counts when tsan is unavailable.Pauli
2022-01-13object: use updated tsan lock detection capabilitiesPauli
2022-01-13core namemap: use updated tsan lock detection capabilitiesPauli
2022-01-13drop unused callback variableGerd Hoffmann
2022-01-12EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz
2022-01-12param dup: add errors to failure returnsPauli
2022-01-12param build set: add errors to failure returnsPauli
2022-01-12param build: add errors to failure returnsPauli
2022-01-12params: add error messages for built in param conversionsPauli
2022-01-12err: add additional errorsPauli
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2022-01-11Statically link the legacy provider to endecode_testMatt Caswell
2022-01-10Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-10Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell
2022-01-10EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz
2022-01-09crypto/bio: fix build on UEFIGerd Hoffmann
2022-01-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2022-01-07v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb
2022-01-07asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb
2022-01-07OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb
2022-01-07EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-05Fix typosDimitris Apostolou
2022-01-05sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg
2022-01-05fix building failure when using -Wconditional-uninitializedfangming.fang
2022-01-05trace.c: Add missing trace category entryTomas Mraz
2022-01-04HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb
2022-01-04Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior
2022-01-04Validate the category in OSSL_trace_end()Matt Caswell
2022-01-03Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb