aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-11options.c: fix broken unary minus usageLev Stipakov
2018-10-11mbedtls: don't print unsupported ciphers in insecure cipher listSteffan Karger
2018-10-10List ChaCha20-Poly1305 as stream cipherSteffan Karger
2018-10-10Add support for tls-ciphersuites for TLS 1.3Arne Schwabe
2018-10-10Remove MANAGMENT_EXTERNAL_KEY, MANAGMENT_IN_EXTRA, ENABLE_CLIENT_CRArne Schwabe
2018-10-10interactive.c: fix usage of potentially uninitialized variableLev Stipakov
2018-10-08Remove AUTO_USERID featureArne Schwabe
2018-10-08build: Fix another compile warning in console_systemd.cDavid Sommerseth
2018-10-08build: Fix build warnings related to get_random()David Sommerseth
2018-10-08msvc: Unify Unicode/MultiByte string setting across all cfg|platSimon Rozman
2018-10-08Add support for CHACHA20-POLY1305 in the data channelSteffan Karger
2018-10-08crypto.h: remove unused function declarationLev Stipakov
2018-10-08msvc: Move common project settings to reusable property sheetsSimon Rozman
2018-10-08Reference msvc-generate from compat to assure correct build orderSimon Rozman
2018-10-07Don't print OCC warnings about 'key-method', 'keydir' and 'tls-auth'Steffan Karger
2018-10-07Simplify --genkey option syntaxSteffan Karger
2018-10-07openvpnserv: clarify return values typeLev Stipakov
2018-10-07Fix use-after-free in tls_ctx_use_management_external_keySteffan Karger
2018-10-07Signed/unsigned warnings of MSVC resolvedSimon Rozman
2018-10-07Change quoted to angled form when #including external .h filesSimon Rozman
2018-10-06ensure function declarations are compiled with their definitionsAntonio Quartulli
2018-10-06merge *-inline.h files with their main headerAntonio Quartulli
2018-10-06pf: restyle pf_c2c/addr_test() to make them 'struct context' agnosticAntonio Quartulli
2018-10-06Factor out convert_tls_list_to_openssl methodArne Schwabe
2018-10-06init.c: refine functions names and descriptionLev Stipakov
2018-10-05Skip error about ioctl(SIOCGIFCONF) failed on AndroidArne Schwabe
2018-10-05Refactor sending commands to interactive serviceSelva Nair
2018-10-05Enable dhcp on tap adapter using interactive serviceSelva Nair
2018-10-05Move get system directory to a separate functionSelva Nair
2018-10-05Add OpenSSL compat definition for RSA_meth_set_signArne Schwabe
2018-10-05Pass the hash without the DigestInfo header to NCryptSignHash()Selva Nair
2018-10-05Refactor NCP-negotiable options handlingLev Stipakov
2018-10-01win: support for Visual Studio 2017Lev Stipakov
2018-09-27Fix memory leak in SSL_CTX_use_certificateSteffan Karger
2018-09-26mbedtls: remove dependency on mbedtls pkcs11 moduleSteffan Karger
2018-09-26mbedtls: make external signing code genericSteffan Karger
2018-09-25Do not load certificate from tls_ctx_use_external_private_key()Steffan Karger
2018-09-25Properly free tuntap struct on android when emulating persist-tunArne Schwabe
2018-09-19Remove unused void_ptr_hash_function and void_ptr_compare_functionSteffan Karger
2018-09-03Fix memory leak after sighupSteffan Karger
2018-09-03mbedtls: print warning if random personalisation failsSteffan Karger
2018-08-09Fix subnet topology on NetBSD.Adam CiarcinĖski
2018-08-08Introduce buffer_write_file()Steffan Karger
2018-08-08Accept empty password and/or response in auth-pam pluginSelva Nair
2018-08-08Bump version of openvpn plugin argument structs to 5Selva Nair
2018-08-07Parse static challenge response in auth-pam pluginSelva Nair
2018-08-05plugin: Export base64 encode and decode functionsDavid Sommerseth
2018-07-24make tls-auth and tls-crypt per-connection-block optionsAntonio Quartulli
2018-07-24crypto: always reload tls-auth/crypt key contextsAntonio Quartulli
2018-07-22Add crypto_pem_{encode,decode}()Steffan Karger