aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/options.c
AgeCommit message (Expand)Author
2020-11-24Normalise ncp-ciphers option and restrict it to 127 bytesArne Schwabe
2019-10-28Force combinationation of --socks-proxy and --proto UDP to use IPv4.Gert Doering
2019-10-25Ignore --pull-filter for --mode serverRichard Bonhomme
2018-10-16ifconfig-ipv6(-push): allow using hostnamesAntonio Quartulli
2018-10-11options.c: fix broken unary minus usageLev Stipakov
2018-10-10Add support for tls-ciphersuites for TLS 1.3Arne Schwabe
2018-10-07Don't print OCC warnings about 'key-method', 'keydir' and 'tls-auth'Steffan Karger
2018-03-05Management: warn about password only when the option is in useSelva Nair
2018-03-01management: Warn if TCP port is used without passwordDavid Sommerseth
2018-02-26Warn if tls-version-max < tls-version-minSteffan Karger
2018-02-20show the right string for key-directionArne Schwabe
2018-02-04Treat dhcp-option DNS6 and DNS identicalArne Schwabe
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2018-01-25TLS v1.2 support for cryptoapicert -- RSA onlySelva Nair
2018-01-09Fix typo in error message: "optione" -> "option"Bertrand Bonnefoy-Claudet
2017-11-19Add --tls-cert-profile option.Steffan Karger
2017-11-11Remove warning on pushed tun-ipv6 option.Gert Doering
2017-09-30Check whether in pull_mode before warning about previous connection blocksSelva Nair
2017-09-30Fix '--bind ipv6only'hashiz
2017-09-07Warn that DH config option is only meaningful in a tls-server contextGert van Dijk
2017-08-17Use consistent version referencesDavid Sommerseth
2017-08-17Highlight deprecated featuresDavid Sommerseth
2017-08-15Deprecate --no-replaySteffan Karger
2017-08-15Deprecate --keysizeSteffan Karger
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-07-17use M_ERRNO instead of explicitly printing errnoAntonio Quartulli
2017-06-19Restrict --x509-alt-username extension typesSteffan Karger
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-06-12Ensure option array p[] is always NULL-terminatedGuido Vranken
2017-06-10Fix memory leak in add_option() for option 'connection'Guido Vranken
2017-05-20Remove erroneous limitation on max number of args for --pluginGert Doering
2017-05-18crypto: Enable SHA256 fingerprint checking in --verify-hashDavid Sommerseth
2017-03-19Be less picky about keyUsage extensionsSteffan Karger
2017-03-19Deprecate --ns-cert-typeSteffan Karger
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2017-01-09Always release dhcp address in close_tun() on Windows.Selva Nair
2017-01-04Crash in options.cGisle Vanem
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-12-07Deprecate --no-ivSteffan Karger
2016-12-07Fix (and cleanup) crypto flags in combination with NCPSteffan Karger
2016-12-01Do not restart dns client service as a part of --register-dns processingSelva Nair
2016-11-30Force 'def1' method when --redirect-gateway is done through serviceSelva Nair
2016-11-30When parsing '--setenv opt xx ..' make sure a third parameter is presentSelva Nair
2016-11-29Introduce and use secure_memzero() to erase secretsSteffan Karger
2016-11-28update year in copyright messageChristian Hesse
2016-11-23Poor man's NCP for non-NCP peersSteffan Karger
2016-11-22Handle --dhcp-option DNS6 on Windows using netshSelva Nair
2016-11-21Stub implementation of "--dhcp-option DNS6 <v6addr>"Gert Doering
2016-11-16options: Remove --tls-remoteDavid Sommerseth