On Wed, Dec 17, 2014, Sean Leonard wrote: > #define PEM_STRING_PARAMETERS "PARAMETERS" > (note, this label does not have any algorithms in it, so I presume > it refers to some kind of generic parameter structure) >
It's used internally to indicate to the PEM routines that it should accept any kind of algorithm parameters and set up an EVP_PKEY structure appropriately. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org _______________________________________________ openssl-dev mailing list [email protected] https://mta.opensslfoundation.net/mailman/listinfo/openssl-dev
