summaryrefslogtreecommitdiffstats
path: root/src/openvpn/crypto_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion error when using --cipher noneSteffan Karger2014-11-081-2/+2
* Improve --show-ciphers to show if a cipher can be used in static key modeSteffan Karger2014-07-071-6/+13
* Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger2014-07-071-3/+32
* Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.Steffan Karger2014-07-071-1/+1
* Remove unneeded wrapper functions in crypto_openssl.cSteffan Karger2014-05-261-16/+4
* Remove function without effect (cipher_ok() always returned true).Steffan Karger2014-05-261-8/+2
* Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger2013-04-151-2/+4
* Config compatibility patch. Added translate_cipher_name.Steffan Karger2013-03-221-0/+12
* Remove calls to OpenSSL when building with --disable-sslIgor Novgorodov2012-03-291-0/+15
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-19/+7
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+744