Hello David,
I guess this is yours:
---
* Additions for eurephia plugin done by:
* David Sommerseth <[email protected]> Copyright (C) 2009
---
Looking at the code the eurephia plugin only do the following:
---
#ifdef ENABLE_PLUGIN_EUREPHIA
/* export X509 cert SHA1 fingerprint */
{
unsigned char *sha1_hash = x509_get_sha1_hash(peer_cert, &gc);
openvpn_snprintf (envname, sizeof(envname), "tls_digest_%d", cert_depth);
setenv_str (es, envname, format_hex_ex(sha1_hash, SHA_DIGEST_LENGTH, 0, 1,
":", &gc));
}
#endif
---
Can you please explain what this plugin is and why just remove the conditional?
Thanks,
Alon.