summaryrefslogtreecommitdiff
path: root/providers/defltprov.c
Commit message (Expand)AuthorAgeFilesLines
...
* provider: add RAND algorithm tablesPauli2020-06-241-0/+13
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-191-0/+2
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-6/+13
* PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte2020-05-141-0/+12
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+1
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-3/+16
* Fix some misunderstandings in our providers' main modulesRichard Levitte2020-05-121-4/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-53/+1
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-181-0/+26
* Add ECDSA to providersShane Lontis2020-03-151-1/+2
* Implement provider support for Ed25519 annd Ed448Matt Caswell2020-03-091-0/+4
* Add Key Management support for EdDSA keysMatt Caswell2020-03-091-0/+2
* Add Serializers for ECShane Lontis2020-03-041-7/+25
* Implement the ECX SerializersMatt Caswell2020-02-281-0/+28
* Fix default provider merge glitchRichard Levitte2020-02-231-1/+1
* PROV: add RSA signature implementationRichard Levitte2020-02-221-0/+1
* Introduce the provider propertyMatt Caswell2020-02-211-76/+81
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-0/+2
* Add X25519/X448 Key Exchange to the default providerMatt Caswell2020-02-111-0/+4
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-111-0/+4
* Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte2020-02-071-6/+6
* Implement the NULL cipher in the default providerMatt Caswell2020-01-201-0/+1
* PROV: Adjust the KEYMGMT name specs to include all namesRichard Levitte2020-01-091-3/+3
* Add the DSA serializers to the default provider toolsRichard Levitte2020-01-081-0/+21
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-152/+165
* Fix no-dhMatt Caswell2019-12-231-0/+2
* PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte2019-11-291-0/+19
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-291-0/+19
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-291-0/+3
* Tweak some algorithm naming inconsistenciesMatt Caswell2019-11-211-12/+15
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-141-0/+6
* Add rc4_hmac_md5 cipher to default providerShane Lontis2019-11-111-0/+3
* Add AES SIV ciphers to default providerShane Lontis2019-11-081-0/+5
* KDF: use string names not macros to align with other algorithms.Pauli2019-10-311-10/+10
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+1
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-171-0/+1
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-0/+6
* Cleanup: move provider mains upRichard Levitte2019-10-101-0/+434