summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Pass library context and property query into private key decodersJon Spillett
2021-06-01Fix up encoder/decoder issues caused by not passing a library context to the ...Jon Spillett
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01Fix param indentation in ciphercommon_hw.cShane Lontis
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-28Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-20Update copyright yearMatt Caswell
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte
2021-05-18keymgmt: fix coverity 1484886 unchecked return valuePauli
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-07Drop libimplementations.aRichard Levitte
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-04-30sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz
2021-04-30STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-23STORE: Simplify error filtering in der2obj_decode()Richard Levitte
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-04-19Do IV reset also for DES and 3DES implementationsTomas Mraz
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-13Fix windows compiler error in kmac_prov.cShane Lontis
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12kmac: fix customistation string overflow bugPauli