summaryrefslogtreecommitdiffstats
path: root/crypto/property
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-09-14 08:29:45 +0200
committerRichard Levitte <levitte@openssl.org>2020-09-20 17:29:31 +0200
commit5a6d6fe66614ee5ff5976ca6e90bd156c8143553 (patch)
treec00404fca24246dc9d7ef442f8915a6dc95e9b62 /crypto/property
parent4a71bee6cf84d0e6daa9857586ffcebf42aa1842 (diff)
ENCODER: Redefine the libcrypto <-> provider interface
This is part of an effort to make OSSL_ENCODER work more like OSSL_DECODER. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12873)
Diffstat (limited to 'crypto/property')
-rw-r--r--crypto/property/property_parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/property/property_parse.c b/crypto/property/property_parse.c
index 6d6ca9b266..d53961daea 100644
--- a/crypto/property/property_parse.c
+++ b/crypto/property/property_parse.c
@@ -596,9 +596,9 @@ int ossl_property_parse_init(OPENSSL_CTX *ctx)
"provider", /* Name of provider (default, legacy, fips) */
"version", /* Version number of this provider */
"fips", /* FIPS validated or FIPS supporting algorithm */
- "format", /* output format for encoders */
- "type", /* output type for encoders */
- "input", /* input type for decoders */
+ "output", /* Output type for encoders */
+ "input", /* Input type for decoders */
+ "structure", /* Structure name for encoders and decoders */
};
size_t i;