summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* EVP: fix evp_keymgmt_util_match so that it actually tries cross export the ot...manison2022-01-141-1/+1
* SM3 acceleration with SM3 hardware instruction on aarch64fangming.fang2022-01-146-3/+335
* Cleansing all the temporary data for s390xDmitry Belyavskiy2022-01-131-2/+2
* Clear md_data only when necessaryMatt Caswell2022-01-131-2/+3
* lhash: use lock when TSAN not available for statistics gatheringPauli2022-01-133-17/+66
* mem: do not produce usage counts when tsan is unavailable.Pauli2022-01-131-4/+10
* object: use updated tsan lock detection capabilitiesPauli2022-01-131-15/+5
* core namemap: use updated tsan lock detection capabilitiesPauli2022-01-131-9/+6
* drop unused callback variableGerd Hoffmann2022-01-131-1/+0
* EVP_DigestSignFinal: *siglen should not be read if sigret == NULLTomas Mraz2022-01-121-2/+2
* param dup: add errors to failure returnsPauli2022-01-121-3/+9
* param build set: add errors to failure returnsPauli2022-01-121-1/+3
* param build: add errors to failure returnsPauli2022-01-121-1/+3
* params: add error messages for built in param conversionsPauli2022-01-121-50/+255
* err: add additional errorsPauli2022-01-122-2/+33
* Fix Decoder, Encoder and Store loader fetchingMatt Caswell2022-01-123-6/+9
* Statically link the legacy provider to endecode_testMatt Caswell2022-01-111-2/+2
* Fix a leak in EVP_DigestInit_ex()Matt Caswell2022-01-101-14/+17
* Ensure that MDs created via EVP_MD_meth_new() go down the legacy routeMatt Caswell2022-01-101-1/+2
* EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmtTomas Mraz2022-01-101-3/+21
* crypto/bio: fix build on UEFIGerd Hoffmann2022-01-091-0/+9
* Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin2022-01-094-17/+18
* Fix: some patches related to error exitingPeiwei Hu2022-01-074-7/+11
* v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/optionsDr. David von Oheimb2022-01-073-11/+28
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-075-46/+44
* OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb2022-01-071-0/+4
* EVP_PKEY_fromdata(): Do not return newly allocated pkey on failureTomas Mraz2022-01-071-2/+8
* Fix copyright year issuesBernd Edlinger2022-01-064-4/+4
* Fix typosDimitris Apostolou2022-01-0517-21/+21
* sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg2022-01-052-2/+2
* fix building failure when using -Wconditional-uninitializedfangming.fang2022-01-051-1/+1
* trace.c: Add missing trace category entryTomas Mraz2022-01-051-0/+1
* HTTP client: Work around HTTPS proxy use bug due to callback design flawDr. David von Oheimb2022-01-041-0/+1
* Use USE_SWAPCONTEXT on IA64.Sebastian Andrzej Siewior2022-01-041-1/+3
* Validate the category in OSSL_trace_end()Matt Caswell2022-01-041-0/+2
* Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb2022-01-035-5/+5
* close_console: Always unlock as the lock is always heldTomas Mraz2022-01-031-2/+4
* try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz2022-01-031-2/+3
* try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz2022-01-031-4/+10
* Compensate for UI method always adding NUL terminationTomas Mraz2022-01-031-9/+24
* property: use a stack to efficiently convert index to stringPauli2022-01-011-62/+52
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-2/+2
* Fix a misuse of NULL checkWeiguo Li2021-12-291-1/+1
* Add static check in BN_hex2bnKan2021-12-231-0/+4
* namemap: handle a NULL return when looking for a non-legacy cipher/MDPauli2021-12-231-2/+4
* HTTP client: Fix cleanup of TLS BIO via 'bio_update_fn' callback functionDr. David von Oheimb2021-12-221-3/+9
* HTTP client: Work around the 'gets' method not being supported by SSL BIOsDr. David von Oheimb2021-12-211-7/+16
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-2116-35/+37
* Fix the null pointer dereferenceKan2021-12-201-1/+1
* cmp_ctx.c: Remove redundancy form the defs of many getters and settersDr. David von Oheimb2021-12-181-288/+141