summaryrefslogtreecommitdiffstats
path: root/providers/implementations
AgeCommit message (Expand)Author
2021-03-18Fix a missing rand -> ossl_rand renameRichard Levitte
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17prov: remove todos in rsa_keymgmt.cPauli
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-12update set_ctx_param store management calls to return 1 for a NULL paramsPauli
2021-03-12update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli
2021-03-12update set_ctx_param MAC calls to return 1 for a NULL paramsPauli
2021-03-12prov: add extra params argument to KDF implementationsPauli
2021-03-12support params argument to AES cipher init callsPauli
2021-03-12prov: support params argument to common cipher init callsPauli
2021-03-12prov: support param argument to DES cipher init callsPauli
2021-03-12prov: support param argument to null cipher init callsPauli
2021-03-12prov: support params argument to CHACHA20 ciphersPauli
2021-03-12prov: support params argument to RCx ciphersPauli
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-12prov: update digests to support modified ctx paramsPauli
2021-03-12prov: support param argument to digest init callsPauli
2021-03-12prov: update KEM to support params on init()Pauli
2021-03-12prov: update exchange algorithms to support params on the init callPauli
2021-03-12prov: asym ciphers take an extra init() params argumentPauli
2021-03-12provider: add params argument to key manager's gen_init callPauli
2021-03-11PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()Richard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb
2021-03-03rand: remove FIPS mode conditional code.Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Remove todos in decode_der2key.c and decode_ms2key.cTomas Mraz
2021-03-03Improve error reporting in key exchange provider implementationsTomas Mraz
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli
2021-02-28prov: add additional argument to KDF derive call in key exchangePauli
2021-02-28prov: add extra params argument to KDF implementationsPauli