summaryrefslogtreecommitdiffstats
path: root/src/openvpn/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix frame size calculation for non-CBC modes.Steffan Karger2015-02-271-5/+21
* Warn that tls-auth with free form files is going to be removed from OpenVPN 2.4Arne Schwabe2014-12-061-0/+1
* Improve --show-ciphers to show if a cipher can be used in static key modeSteffan Karger2014-07-071-4/+0
* Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger2014-07-071-21/+15
* Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.Steffan Karger2014-07-071-1/+1
* refine assertion to allow other modes than CBCHeiko Hund2014-07-071-1/+1
* Use constant time memcmp when comparing HMACs in openvpn_decrypt.Steffan Karger2013-03-221-1/+19
* Config compatibility patch. Added translate_cipher_name.Steffan Karger2013-03-221-1/+1
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-6/+0
* Remove calls to OpenSSL when building with --disable-sslIgor Novgorodov2012-03-291-4/+0
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-3/+3
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-5/+5
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+1455