Home | History | Annotate | Download | only in syslogd

Lines Matching defs:openssl

88 /* DH parameter precomputed with "openssl dhparam -C -2 1024" */
144 * init OpenSSL lib and one context.
176 logerror("Unable to initialize OpenSSL: %s",
285 /* make sure the OpenSSL error queue is empty */
287 logerror("Unexpected OpenSSL error: %s",
335 * We have to map them to the hash function names used by OpenSSL.
337 * and to let the user use "openssl -fingerprint ..."
340 * but allow the user to use OpenSSL names as well
345 const char *openssl;
365 openssl_algname = hash_alg_namemap[i].openssl;
381 if (!strcasecmp(openssl_algname, hash_alg_namemap[i].openssl))
669 * Callback after OpenSSL has verified a peer certificate,
704 DPRINTF(D_TLS, "openssl verify error:"
714 DPRINTF(D_TLS, "openssl verify error:missing "
1897 * http://www.mail-archive.com/openssl-dev@openssl.org/msg24105.html