HomeSort by: relevance | last modified time | path
    Searched defs:openssl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 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; member in struct:get_fingerprint::hash_alg_namemap
365 openssl_algname = hash_alg_namemap[i].openssl;
    [all...]
tls.c 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; member in struct:get_fingerprint::hash_alg_namemap
365 openssl_algname = hash_alg_namemap[i].openssl;
    [all...]

Completed in 23 milliseconds