summaryrefslogtreecommitdiffstats
path: root/providers/implementations (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix errors found by parfait static analyser.Shane Lontis2021-06-031-0/+2
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* providers: remove TODOsPauli2021-06-023-3/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0123-61/+62
* Pass library context and property query into private key decodersJon Spillett2021-06-011-4/+6
* Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett2021-06-012-3/+2
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-012-3/+6
* Fix param indentation in ciphercommon_hw.cShane Lontis2021-06-011-10/+10
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+11
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-0/+12
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-298-13/+13
* Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis2021-05-281-1/+1
* Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis2021-05-281-1/+0
* Use "" for include crypto/xxxRich Salz2021-05-272-2/+2
* Use <> for #include openssl/xxxRich Salz2021-05-273-3/+3
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-273-5/+5
* mac: add a getter for the MAC block size.Pauli2021-05-256-18/+49
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-2/+2
* Add PBKDF1 to the legacy providerJon Spillett2021-05-243-0/+246
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-191-0/+1
* keymgmt: fix coverity 1484886 unchecked return valuePauli2021-05-181-3/+4
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-132-10/+2
* A few cleanups of the provider build.infosTomas Mraz2021-05-122-11/+5
* Allow arbitrary digests with ECDSA and DSATomas Mraz2021-05-123-7/+7
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-112-0/+2
* Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius2021-05-091-0/+5
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-5/+5
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-13/+17
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-2/+4
* Drop libimplementations.aRichard Levitte2021-05-0713-79/+74
* Rename files in providers/implementations/signaturesRichard Levitte2021-05-077-7/+7
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-13/+20
* Fix KMAC bounds checks.Shane Lontis2021-05-051-35/+50
* sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz2021-04-301-43/+47
* STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte2021-04-301-4/+10
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+93
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-215-51/+91
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-192-0/+9
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-183-2/+324
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-167-14/+19
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+1
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-151-25/+34
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-4/+7
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-155-10/+10
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-155-2/+50
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-142-1/+42
* Fix windows compiler error in kmac_prov.cShane Lontis2021-04-131-2/+6