aboutsummaryrefslogtreecommitdiff
path: root/providers/implementations/include/prov/implementations.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-09providers: Add SM4 GCM implementationTianjia Zhang1-0/+2
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz1-2/+2
2021-11-15Add null digest implementation to the default providerTomas Mraz1-0/+1
2021-09-05ENCODER PROV: Add encoders with EncryptedPrivateKeyInfo outputRichard Levitte1-0/+22
2021-08-18Add support for camellia cbc cts modeShane Lontis1-0/+3
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli1-0/+1
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell1-0/+1
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte1-33/+34
2021-05-24Add PBKDF1 to the legacy providerJon Spillett1-0/+1
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte1-1/+1
2021-02-27PROV: Implement an EC key -> blob encoder, to get the public keyRichard Levitte1-0/+2
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte1-0/+17
2021-02-01Fix some odd names in our provider source codeRichard Levitte1-5/+5
2020-12-15PROV: Add MSBLOB and PVK encodersRichard Levitte1-0/+4
2020-12-09rand: add a provider side seed source.Pauli1-0/+1
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis1-2/+0
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte1-25/+79
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte1-10/+40
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis1-0/+6
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli1-277/+277
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell1-0/+3
2020-09-22Add SM2 signature algorithm to default providerPaul Yang1-0/+1
2020-09-22Add SM2 key managementPaul Yang1-0/+3
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte1-57/+32
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis1-0/+3
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte1-57/+58
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte1-0/+2
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell1-6/+6
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell1-0/+2
2020-08-29Extend the provider MAC bridge for Poly1305Matt Caswell1-0/+1
2020-08-29Extend the provider MAC bridge for SIPHASHMatt Caswell1-0/+1
2020-08-29Implement signature functions for EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell1-1/+1
2020-08-29Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell1-0/+1
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-73/+73
2020-08-14Move PKCS#12 KDF to provider.Pauli1-0/+1
2020-08-11Add DHX serializationShane Lontis1-0/+1
2020-08-11Add DHX support to keymanagerShane Lontis1-0/+1
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell1-0/+1
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell1-1/+2
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell1-0/+2
2020-08-07PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte1-0/+4
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte1-0/+7
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte1-0/+1
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte1-0/+1
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte1-0/+2
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis1-0/+3
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli1-0/+9
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte1-0/+1