search for: engkey

Displaying 1 result from an estimated 1 matches for "engkey".

Did you mean: enckey
2008 May 07
2
Request for generic engine support
...to authfile.c: --------------------------------------------- 48a49,50 > #include <openssl/conf.h> > #include <openssl/engine.h> 611a614,679 > return prv; > } > > /* Arguments passphrase and commentp are not used */ > Key * > key_load_engine_private(char *engkey, const char *conffile, > const char* stanza, const char *passphrase, char **commentp) > { > ENGINE *eng = NULL; > EVP_PKEY *pk = NULL; > Key *prv = NULL; > char *name = "<no key>"; > > // Load the OpenSSL internal engin...