summaryrefslogtreecommitdiff
path: root/providers/implementations
Commit message (Expand)AuthorAgeFilesLines
* rename MIN() macroGerd Hoffmann2021-12-081-2/+2
* key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz2021-12-061-1/+1
* PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz2021-12-061-1/+1
* 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-154-10/+69
* 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-081-0/+1
* fix some code with obvious wrong coding stylex20182021-10-2815-19/+19
* 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 SSKDF to not claim a buffer size that is too small for the MACMatt Caswell2021-10-221-2/+2
* Raise error when invalid digest used with SM2Tomas Mraz2021-10-151-2/+6
* providers: Add SM4 GCM implementationTianjia Zhang2021-09-289-1/+214
* kdf: Add PVK KDF to providers.Pauli2021-09-284-0/+232
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-233-0/+29
* 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
* Update copyright yearRichard Levitte2021-09-071-1/+1
* ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte2021-09-052-1/+57
* 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
* 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
* 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-184-0/+101
* 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
* tls/prov: move the TLS 1.3 KDF code to providersPauli2021-08-053-9/+254
* Update copyright yearMatt Caswell2021-07-291-1/+1
* drbg: allow the ctr derivation function to be disabled in FIPS modePauli2021-07-201-14/+0
* Allow RSA signature operations with RSA_NO_PADDINGTomas Mraz2021-07-161-2/+5
* Signature algos: allow having identical digest in paramsTomas Mraz2021-07-163-17/+43
* Remove lower limit on GCM mode ciphersPauli2021-07-144-12/+5
* Add HKDF negative testsShane Lontis2021-07-061-5/+8