summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-12-14make updateMatt Caswell
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-12-08rename MIN() macroGerd Hoffmann
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-12-01various kdfs: Always reset buflen after clearing the bufferTomas Mraz
2021-11-23rsa_signverify_init: Set the PARAMS after key is setTomas Mraz
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12providers: Allow possible reinitialization in all signature algorithmsTomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-09Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte
2021-11-08Address Coverity 1493362 resource leakPauli
2021-10-27Don't crash encoding a public key with no public key valueMatt Caswell
2021-10-26test-rand: return failure on not enough data, allow parentPauli
2021-10-22Fix a bug in signature self tests in the FIPS moduleMatt Caswell
2021-10-22Fix SSKDF to not claim a buffer size that is too small for the MACMatt Caswell
2021-10-19Update provider_util.c to correctly handle ENGINE referencesMatt Caswell
2021-10-15Raise error when invalid digest used with SM2Tomas Mraz
2021-09-22rand: don't free an mis-set pointer on errorPauli
2021-09-21Avoid double-free on unsuccessful getting PRNG seedingDmitry Belyavskiy
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-09-07make updateRichard Levitte
2021-09-07Update copyright yearRichard Levitte
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte
2021-09-05OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte
2021-09-05PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte
2021-09-03Fix dh dupctx refcount errorslontis
2021-09-03VMS: Compensate for x86_64 cross compiler type incompatibilityRichard Levitte
2021-08-31Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-26aes-wrap: improve error handlingPauli
2021-08-26Add invalid input length errorPauli
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-18pkcs12: check for zero length digest to avoid division by zeroPauli
2021-08-18Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis
2021-08-18Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis
2021-08-18Add support for camellia cbc cts modeShane Lontis
2021-08-18Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis
2021-08-11MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>David Bohman
2021-08-06Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee
2021-08-05fips: add power up test for TLS 1.3 KDFPauli
2021-08-05provider: add TLS13_KDF to the default and FIPS providersPauli
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-07-29make updateMatt Caswell
2021-07-29Update copyright yearMatt Caswell
2021-07-28Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell
2021-07-20drbg: allow the ctr derivation function to be disabled in FIPS modePauli
2021-07-16Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz