aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/crypto_backend.h
AgeCommit message (Expand)Author
2019-02-06Fix various spelling mistakesJonathan Tooker
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-08Add support for CHACHA20-POLY1305 in the data channelSteffan Karger
2018-07-22Add crypto_pem_{encode,decode}()Steffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-27init_key_ctx: key and iv arguments can (now) be constSteffan Karger
2017-06-18OpenSSL: don't use direct access to the internal of HMAC_CTXEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of EVP_CIPHER_CTXEmmanuel Deloget
2017-06-18OpenSSL: don't use direct access to the internal of EVP_MD_CTXEmmanuel Deloget
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-05-18crypto: Enable SHA256 fingerprint checking in --verify-hashDavid Sommerseth
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-10-13Check --ncp-ciphers list on startupSteffan Karger
2016-07-11Add client-side support for cipher negotiationSteffan Karger
2016-04-28Rename files with 'polarssl' in the name to 'mbedtls'Steffan Karger
2016-04-28Migrate to mbed TLS 2.xSteffan 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-08-01Fix overflow check in openvpn_decrypt()Steffan Karger
2014-12-02Really fix '--cipher none' regressionSteffan Karger
2014-11-08Fix assertion error when using --cipher noneSteffan Karger
2014-07-29Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.Steffan Karger
2014-07-07Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger
2013-03-22Config compatibility patch. Added translate_cipher_name.Steffan Karger
2012-03-22build: win-msvc: msbuild formatAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev