summaryrefslogtreecommitdiffstats
path: root/providers/implementations/serializers/serializer_rsa_pub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-193/+0
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-17/+17
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-15/+46
* PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte2020-05-141-2/+8
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+6
* Adapt existing SERIALIZER implementations to the redesigned interfaceRichard Levitte2020-02-071-18/+33
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-291-0/+135