Make the naming scheme for dispatched functions more consistent
[openssl.git] / providers / implementations / serializers /
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-22 PauliCoverity 1463576: Error handling issues (CHECKED_RETURN)
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-14 Richard LevittePROV & SERIALIZER: Adapt the RSA serializers for PSS...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Matt CaswellFix some build failures with no-dh
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-03 Shane LontisAdd Serializers for EC
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-07 Richard LevitteAdapt existing SERIALIZER implementations to the redesi...
2020-01-23 Richard LevittePROV: Fix bignum printout in text serializers
2020-01-05 Paulicoverity 1456638: fix null check
2020-01-05 Paulicoverity 1456640: fix null check
2020-01-05 Paulicoverity 1456642: fix null check
2019-12-23 Matt CaswellFix no-dsa builds
2019-12-23 Matt CaswellFix no-dh
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DSA keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...