summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-061-5/+7
* pvkkdf: Always reset buflen after clearing the bufferTomas Mraz2021-12-011-1/+3
* various kdfs: Always reset buflen after clearing the bufferTomas Mraz2021-11-306-4/+14
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-3/+27
* rsa_signverify_init: Set the PARAMS after key is setTomas Mraz2021-11-231-6/+10
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-1/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+0
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-10/+11
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-6/+4
* Add null digest implementation to the default providerTomas Mraz2021-11-155-10/+70
* providers: Allow possible reinitialization in all signature algorithmsTomas Mraz2021-11-126-50/+108
* do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz2021-11-121-5/+8
* Fix DER encoder implementations for output structures "EC" and "SM2"Richard Levitte2021-11-091-5/+5
* Address Coverity 1493362 resource leakPauli2021-11-071-0/+1
* fix some code with obvious wrong coding stylex20182021-10-2816-20/+20
* Don't crash encoding a public key with no public key valueMatt Caswell2021-10-271-0/+4
* test-rand: return failure on not enough data, allow parentPauli2021-10-261-11/+3
* Fix a bug in signature self tests in the FIPS moduleMatt Caswell2021-10-221-1/+1
* Fix SSKDF to not claim a buffer size that is too small for the MACMatt Caswell2021-10-221-2/+2
* Update provider_util.c to correctly handle ENGINE referencesMatt Caswell2021-10-191-1/+30
* Raise error when invalid digest used with SM2Tomas Mraz2021-10-151-2/+6
* providers: Add SM4 GCM implementationTianjia Zhang2021-09-2810-1/+216
* kdf: Add PVK KDF to providers.Pauli2021-09-285-0/+233
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-234-0/+34
* rand: don't free an mis-set pointer on errorPauli2021-09-221-2/+2
* Avoid double-free on unsuccessful getting PRNG seedingDmitry Belyavskiy2021-09-211-2/+3
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+17
* Update copyright yearRichard Levitte2021-09-071-1/+1
* ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte2021-09-053-4/+83
* OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte2021-09-051-0/+25
* PEM to DER decoder: Specify object type and data structure more consistentlyRichard Levitte2021-09-051-4/+5
* Fix dh dupctx refcount errorslontis2021-09-031-3/+2
* VMS: Compensate for x86_64 cross compiler type incompatibilityRichard Levitte2021-09-031-2/+2
* Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis2021-08-311-1/+5
* Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier2021-08-271-5/+1
* aes-wrap: improve error handlingPauli2021-08-261-7/+21
* Add invalid input length errorPauli2021-08-261-0/+2
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-1/+1
* pkcs12: check for zero length digest to avoid division by zeroPauli2021-08-181-1/+1
* Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis2021-08-181-3/+12
* Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis2021-08-181-2/+10
* Add support for camellia cbc cts modeShane Lontis2021-08-185-0/+104
* Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis2021-08-185-109/+110
* MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>David Bohman2021-08-111-0/+1
* Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee2021-08-061-2/+2
* fips: add power up test for TLS 1.3 KDFPauli2021-08-051-0/+64
* provider: add TLS13_KDF to the default and FIPS providersPauli2021-08-052-0/+4
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-053-9/+254
* make updateMatt Caswell2021-07-293-39/+41
* Update copyright yearMatt Caswell2021-07-292-2/+2