summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include
AgeCommit message (Expand)Author
2023-11-08Implement BLAKE2s with the same macro as BLAKE2bнаб
2023-11-03update/final: Return error if key is not setTomas Mraz
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-10-16Avoid another copy of key schedule pointer in PROV_GCM_CTXTomas Mraz
2023-09-14Have legacy blake2 EVP structure use base blake2 implementationRichard Levitte
2023-09-12Add dupctx support to aead ciphersNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-07-01prov(legacy): update to structure based atomicsPauli
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17providers: add XOF support to blake2bČestmír Kalina
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-29providers: Add SM4 XTS implementationXu Yizhou
2022-10-27rand: remove the ossl_rand_pool_add_additional_data() function.Pauli
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-14Add support for loading root CAs from Windows crypto APIHugo Landau
2022-08-23Support decode SM2 parametersK1
2022-08-19Limit the size of various MAXCHUNK definitionsPauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-11Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng
2022-05-03Update copyright yearMatt Caswell
2022-02-16Add define guards to avoid multi-inclusionWeiguo Li
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-09-28providers: Add SM4 GCM implementationTianjia Zhang
2021-09-28kdf: Add PVK KDF to providers.Pauli
2021-09-23Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte
2021-08-18Add support for camellia cbc cts modeShane Lontis
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-07-14Remove lower limit on GCM mode ciphersPauli
2021-07-05provider: use #define for PBKDF1 algorithm namePauli
2021-06-17Update copyright yearMatt Caswell
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-12prov: support param argument to digest init callsPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-03Remove unused MAX_TLS_MAC_SIZE defineTomas Mraz
2021-03-03Remove todos in providers/implementations/include/provTomas Mraz
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli