> From: chantra [mailto:chan...@debuntu.org] > Sent: donderdag 7 juli 2011 1:08 > I believe the plugins should not need to know if openvpn uses polarssl or > openssl... that might meant that openvpn will need to provide a generic x509 > cert library to > be used by openvpn plugins.
The backends defined ssl_verify_backend.h contain much of that. Refactoring could help to make that clearer. If they can't use that backend, plugins need to be aware of whether OpenSSL or PolarSSL was used. Adriaan