X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=providers%2Fimplementations%2Fencode_decode%2Fencoder_rsa.c;fp=providers%2Fimplementations%2Fserializers%2Fserializer_rsa.c;h=cd9ff3b7dd9fae7d9666095fce1b7e224c4c9588;hb=ece9304c96f71277ca95696d9bc49fdec51e9f17;hp=9250d497354965a1d977d196ec9c1bdc7e9e4e99;hpb=f650993f1de3dbb5eda9009ad0c4895a7b1b7fe2;p=thirdparty%2Fopenssl.git diff --git a/providers/implementations/serializers/serializer_rsa.c b/providers/implementations/encode_decode/encoder_rsa.c similarity index 98% rename from providers/implementations/serializers/serializer_rsa.c rename to providers/implementations/encode_decode/encoder_rsa.c index 9250d49735..cd9ff3b7dd 100644 --- a/providers/implementations/serializers/serializer_rsa.c +++ b/providers/implementations/encode_decode/encoder_rsa.c @@ -18,7 +18,7 @@ #include "prov/bio.h" /* ossl_prov_bio_printf() */ #include "prov/der_rsa.h" /* DER_w_RSASSA_PSS_params() */ #include "prov/implementations.h" /* rsa_keymgmt_functions */ -#include "serializer_local.h" +#include "encoder_local.h" DEFINE_SPECIAL_STACK_OF_CONST(BIGNUM_const, BIGNUM) @@ -189,7 +189,7 @@ int ossl_prov_print_rsa(BIO *out, RSA *rsa, int priv) } /* - * Helper functions to prepare RSA-PSS params for serialization. We would + * Helper functions to prepare RSA-PSS params for encoding. We would * have simply written the whole AlgorithmIdentifier, but existing libcrypto * functionality doesn't allow that. */