aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/crypto_mbedtls.c
AgeCommit message (Expand)Author
2020-07-28Gently push users towards --data-ciphers in --show-ciphers outputSteffan Karger
2020-07-20Require AEAD support in the crypto libraryArne Schwabe
2020-06-11Make cipher_kt_get also accept OpenVPN config cipher nameArne Schwabe
2020-05-15Do not write extra 0 byte for --gen-key with auth-token/tls-crypt-v2Arne Schwabe
2020-05-07Use crypto library functions for const time memcmp when possibleArne Schwabe
2019-11-10auth.c: make cast explicit in the crypto APIAntonio Quartulli
2019-08-17mbedtls: fix segfault by calling mbedtls_cipher_free() in cipher_ctx_free()Antonio Quartulli
2019-08-16openssl: Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-11mbedtls: don't print unsupported ciphers in insecure cipher listSteffan Karger
2018-10-10List ChaCha20-Poly1305 as stream cipherSteffan Karger
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
2018-01-25Plug memory leak if push is interruptedSteffan Karger
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-08-11make function declarations C99 compliantAntonio Quartulli
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
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-10-13Check --ncp-ciphers list on startupSteffan Karger
2016-08-22Discourage using 64-bit block ciphersSteffan Karger
2016-04-28Rename files with 'polarssl' in the name to 'mbedtls'Steffan Karger