aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-20interactive.c: Fix potential stack overflow issueLev Stipakov
2024-03-19interactive.c: disable remote access to the service pipeLev Stipakov
2024-03-19win32: Enforce loading of plugins from a trusted directoryLev Stipakov
2022-12-19Do not include auth-token in pulled option digestSelva Nair
2022-12-16Fix corner case that might lead to leaked file descriptorArne Schwabe
2022-12-16Remove unused gc_arenaArne Schwabe
2022-12-16Improve documentation on user/password requirement and unicodize functionArne Schwabe
2022-12-16Ensure that argument to parse_line has always space for final sentinelArne Schwabe
2022-11-30pull-filter: ignore leading "spaces" in option namesSelva Nair
2022-11-30Do not add leading space to pushed optionsSelva Nair
2022-11-23Check if pkcs11_cert is NULL before freeing itMax Fillinger
2022-11-11Fix handling an optional invalid cipher at the end of data-ciphersArne Schwabe
2022-11-11Implement optional cipher in --data-ciphers prefixed with ?Arne Schwabe
2022-10-28Do not copy auth_token username to itselfSelva Nair
2022-10-27Purge auth-token as well while purging passwordsSelva Nair
2022-10-26Ensure --auth-nocache is handled during renegotiationSelva Nair
2022-10-09Fix OpenVPN querying user/password if auth-token with user expiresArne Schwabe
2022-09-08Change command help to match man page and implementationArne Schwabe
2022-08-23Allow a few levels of recursion in virtual_output_callback()Selva Nair
2022-08-19Fix auth-token usage with management-def-authSelva Nair
2022-08-02Do not skip ERROR:/SUCCESS: response from management interfaceSelva Nair
2022-06-28tls-crypt-v2: bail out if the client key is too smallAntonio Quartulli
2022-06-09Allow running a default configuration with TLS libraries without BF-CBCArne Schwabe
2022-05-31Remove useless empty line from CR_RESPONSE messageArne Schwabe
2022-05-24Fix client-pending-auth error message to say ERROR instead of SUCCESSArne Schwabe
2022-05-23Translate OpenSSL 3.0 digest names to OpenSSL 1.1 digest namesArne Schwabe
2022-05-18Add message when decoding PKCS12 file fails.Arne Schwabe
2022-05-13Fix allowing/showing unsupported ciphers and digestsArne Schwabe
2022-05-13Allow loading of non default providersArne Schwabe
2022-05-13Refactor early initialisation and uninitialisation into methodsArne Schwabe
2022-05-12Fix M_ERRNO behavior on WindowsLev Stipakov
2022-05-05vcpkg: switch to manifestLev Stipakov
2022-05-04Add insecure tls-cert-profile optionsArne Schwabe
2022-04-22auth-pam.c: add missing include limits.hAntonio Quartulli
2022-04-08networking_iproute2: don't pass M_WARN to openvpn_execve_check()Antonio Quartulli
2022-03-17tapctl: Resolve MSVC C4996 warningsSimon Rozman
2022-03-17msvc: adjust build options to harden binariesLev Stipakov
2022-03-17networking: use OPENVPN_ETH_ALEN instead of ETH_ALENAntonio Quartulli
2022-03-15plug-ins: Disallow multiple deferred authentication plug-insDavid Sommerseth
2022-03-14remove unused sitnl.h fileAntonio Quartulli
2022-02-22Fix --mtu-disc maybe|yes on Linux.Gert Doering
2022-02-16doc/options: clean up documentation for --proto and related optionsFrank Lichtenheld
2022-02-09msvc: cleanupLev Stipakov
2022-02-04Repair --inactive with 'bytes' argument larger 2Gbytes.Gert Doering
2022-01-27update copyright year to 2022Antonio Quartulli
2022-01-10auth_token.c: add NULL initializationLev Stipakov
2021-12-13Move deprecation of SWEET32/64bit block size ciphers to 2.7Arne Schwabe
2021-12-05ssh_openssl.h: remove unused declarationLev Stipakov
2021-11-24ring_buffer.h: fix GCC warning about unused functionLev Stipakov
2021-11-24BUILD: enable CFG and Spectre mitigation for MSVCIlya Shipitsin