0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/crypto
James Yonan 671df2bb14 Reorganized files so that all code that references OpenSSL
is either under openvpn/openssl (implementation) or
openvpn/gencrypto (generic crypto selector).

Reorganized applecrypto with evp files under crypto so
that we can eventually build out applecrypto as a full
crypto/ssl replacement for OpenSSL.
2011-11-23 06:08:26 +00:00
..
cipher.hpp Reorganized files so that all code that references OpenSSL 2011-11-23 06:08:26 +00:00
crypto.hpp Added CryptoContext wrapper struct for Encrypt and Decrypt objects. 2011-10-06 17:22:37 +00:00
decrypt.hpp Move crypto random number headers out of openvpn/openssl 2011-11-21 06:11:06 +00:00
digest.hpp Added OpenSSL-like HMAC API using Apple 2011-11-22 03:01:28 +00:00
encrypt.hpp Move crypto random number headers out of openvpn/openssl 2011-11-21 06:11:06 +00:00
packet_id.hpp Added reltest.cpp for testing ReliableRecv and ReliableSend 2011-11-09 05:52:52 +00:00
static_key.hpp Started on ProtoContext object (master OpenVPN protocol 2011-11-21 04:58:54 +00:00