aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/crypto_openssl.c
AgeCommit message (Expand)Author
2017-03-16Fix non-C99-compliant builds: don't use const size_t as array lengthSteffan Karger
2017-03-05OpenSSL: use EVP_CipherInit_ex() instead of EVP_CipherInit()Emmanuel Deloget
2017-02-19OpenSSL: check for the SSL reason, not the full errorEmmanuel Deloget
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-19Fix warning that RAND_bytes is undeclaredArne Schwabe
2016-10-13Check --ncp-ciphers list on startupSteffan Karger
2016-08-22Discourage using 64-bit block ciphersSteffan Karger
2016-02-15Add cipher name translation for OpenSSL.Steffan Karger
2016-02-15Add AEAD cipher support (GCM)Steffan Karger
2016-02-09Allow NULL argument in cipher_ctx_get_cipher_kt()Steffan Karger
2015-11-28openssl: properly check return value of RAND_bytes()Steffan Karger
2014-12-31openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-12-31openssl: add more descriptive message for 'no shared cipher' errorSteffan Karger
2014-12-31openssl: add crypto_msg(), to easily log openssl errorsSteffan Karger
2014-11-08Fix assertion error when using --cipher noneSteffan Karger
2014-07-07Improve --show-ciphers to show if a cipher can be used in static key modeSteffan Karger
2014-07-07Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger
2014-07-07Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.Steffan Karger
2014-05-26Remove unneeded defines (were needed for pre-0.9.7 OpenSSL).Steffan Karger
2014-05-26Remove unneeded wrapper functions in crypto_openssl.cSteffan Karger
2014-05-26Remove function without effect (cipher_ok() always returned true).Steffan Karger
2014-03-23Bump minimum OpenSSL version to 0.9.8Steffan Karger
2013-04-15Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger
2013-03-22Config compatibility patch. Added translate_cipher_name.Steffan Karger
2012-03-29Remove calls to OpenSSL when building with --disable-sslIgor Novgorodov
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev