Lines Matching defs:key
77 * a vhost key. since the key is stored in a table with lifetime
78 * of s->process->pool, the key needs to have the same lifetime.
94 char *key = apr_psprintf(p, "%s:%d", id, i);
95 void *keyptr = apr_hash_get(mc->tVHostKeys, key,
100 keyptr = apr_pstrdup(mc->pPool, key);
151 "Init: No private key specified for %s", key_id);
157 "Init: Can't open server private key file %s", pkey_file);
173 * if the private key is encrypted and SSLPassPhraseDialog
176 * in this case if we already have a private key and the
177 * file name/mtime hasn't changed, then reuse the existing key.
187 * but we fall through with a chance of success if the key
196 "Reusing existing private key from %s on restart",
203 "Attempting to load encrypted (?) private key %s", key_id);
207 * Try to read the private key file with the help of
224 * when the private key file now was readable,
269 "supported on Win32 (key file "
285 "[Hint: key introduced or changed "
291 s, APLOGNO(02579) "Init: Private key not found");
295 apr_file_printf(writetty, "Apache:mod_ssl:Error: Private key not found.\n");
301 "Init: Pass phrase incorrect for key %s",
315 "Init: Unable to read server private key from file %s",
326 "unencrypted %s private key - pass phrase not "
333 "encrypted %s private key - pass phrase "
339 "encrypted %s private key - pass phrase"
354 * Insert private key into the global module configuration
370 * Free the private key structure
535 apr_file_printf(writetty, "Some of your private key files are encrypted for security reasons.\n");
541 apr_file_printf(writetty, "Private key %s (%s)\n",