Home
last modified time | relevance | path

Searched refs:Upkey (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c160 EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL; in x509_main() local
797 if (Upkey == NULL) { in x509_main()
798 Upkey = load_key(keyfile, keyformat, 0, in x509_main()
800 if (Upkey == NULL) in x509_main()
804 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates)) in x509_main()
899 EVP_PKEY_free(Upkey); in x509_main()