summaryrefslogtreecommitdiffstats
path: root/src/openvpn/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow check in openvpn_decrypt()Steffan Karger2015-08-011-10/+9
* cleanup: remove md5 helper functionsSteffan Karger2015-05-231-58/+0
* Fix frame size calculation for non-CBC modes.Steffan Karger2015-02-271-5/+21
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-20/+0
* Remove possibility of using --tls-auth with non OpenVPN Static key filesArne Schwabe2014-12-061-61/+4
* 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-06-051-1/+1
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-2/+0
* 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