summaryrefslogtreecommitdiff
path: root/providers/implementations/serializers
Commit message (Expand)AuthorAgeFilesLines
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2126-5410/+0
* Fix incorrect selection flags for ec serializer.Shane Lontis2020-08-212-6/+9
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-202-8/+28
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-2/+2
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-125-5/+5
* Add DHX serializationShane Lontis2020-08-115-4/+15
* PROV: Fix MSBLOB / PVK deserializerRichard Levitte2020-08-071-1/+1
* PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte2020-08-074-2/+311
* gettables: provider changes to pass the provider context.Pauli2020-08-077-7/+7
* PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte2020-08-041-0/+5
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-013-242/+236
* DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte2020-08-011-2/+7
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-014-152/+26
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-273-8/+98
* EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte2020-07-271-0/+1
* DER to RSA deserializer: fix inclusionRichard Levitte2020-07-261-1/+1
* PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte2020-07-241-14/+93
* PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte2020-07-243-23/+129
* PROV: Implement PEM to DER deserializerRichard Levitte2020-07-244-1/+138
* PROV: Implement DER to RSA deserializerRichard Levitte2020-07-246-1/+232
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-061-0/+8
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-2420-292/+292
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-2414-14/+14
* Coverity 1463576: Error handling issues (CHECKED_RETURN)Pauli2020-05-221-2/+2
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-1620-209/+572
* PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte2020-05-145-34/+171
* Update copyright yearMatt Caswell2020-04-2312-12/+12
* Fix some build failures with no-dhMatt Caswell2020-04-221-0/+5
* Add DH keygen to providersShane Lontis2020-04-162-24/+8
* Add DSA keygen to providerShane Lontis2020-04-155-68/+120
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-1/+0
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-185-21/+65
* Add Serializers for ECShane Lontis2020-03-0410-27/+770
* Implement the ECX SerializersMatt Caswell2020-02-287-6/+643
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-204-0/+24
* Deprecate the low level RSA functions.Pauli2020-02-203-0/+18
* Deprecate the low level DSA functions.Pauli2020-02-124-0/+24
* Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte2020-02-0713-175/+346
* PROV: Fix bignum printout in text serializersRichard Levitte2020-01-232-40/+49
* coverity 1456638: fix null checkPauli2020-01-051-4/+3
* coverity 1456640: fix null checkPauli2020-01-051-4/+3
* coverity 1456642: fix null checkPauli2020-01-051-4/+2
* Fix no-dsa buildsMatt Caswell2019-12-231-1/+3
* Fix no-dhMatt Caswell2019-12-231-1/+3
* PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte2019-11-296-0/+705
* PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte2019-11-296-0/+692
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-295-6/+522
* PROV SERIALIZER: add common functionality to serialize keysRichard Levitte2019-11-293-0/+414