et
> Subject: [Openvpn-devel] [PATCH 0/28] Refactor OpenSSL crypto functions
>
> Hi everyone,
>
> This is the second series of patches for the master branch.
>
> This patch separates the OpenSSL crypto functions (those in crypto.c)
> into a separate OpenSSL backend. Th
Hi everyone,
This is the second series of patches for the master branch.
This patch separates the OpenSSL crypto functions (those in crypto.c) into a
separate OpenSSL backend. The API for this backend is defined in
crypto_backend.h.
Note that I also migrated all functions within OpenVPN that