]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2015-05-02  Gert DoeringAdd note about file permissions and --crl-verify to...
2015-05-02  Steffan KargerRemove size limit for files inlined in config
2015-04-30  Gert Doeringexplain effect of --topology subnet on --ifconfig
2015-04-28  Gert DoeringPrint helpful error message on --mktun/--rmtun if not...
2015-04-13  Matthias AndreeManual page update for Re-enabled TLS version negotiation.
2015-04-13  Steffan KargerRe-enable TLS version negotiation by default
2015-04-13  Steffan KargerRemove unneeded parameter 'first_time' from possibly_be...
2015-03-08  Gert DoeringFix incorrect use of get_ipv6_addr() for iroute options.
2015-03-07  Lev StipakovFix mssfix default value in connection_list context
2015-03-06  Steffan KargerAllow for CN/username of 64 characters (fixes off-by...
2015-02-27  Gert DoeringNew approach to handle peer-id related changes to link...
2015-02-27  Steffan KargerFix frame size calculation for non-CBC modes.
2015-02-15  Steffan KargerDisable SSL compression
2015-01-23  Steffan KargerAccount for peer-id in frame size calculation
2014-12-31  Alexander PyhalovDefault gateway can't be determined on illumos/Solaris...
2014-12-28  Steffan KargerSet tls-version-max to 1.1 if cryptoapicert is used
2014-12-27  David WoodhouseMake 'provider' option to --show-pkcs11-ids optional...
2014-12-27  David Woodhousepkcs11: Load p11-kit-proxy.so module by default
2014-12-09  David Sommersethplugins, down-root: Code style clean-up
2014-12-09  David Sommersethsockets: Remove the limitation of --tcp-nodelay to...
2014-12-08  David Sommersethplugin, down-root: Fix compiler warnings
2014-12-07  Steffan KargerUpdate doxygen (a bit)
2014-12-06  David Sommersethdown-root: Improve error messages
2014-12-06  David Sommersethdown-root plugin: Replaced system() calls with execve()
2014-12-06  Arne SchwabeWarn that tls-auth with free form files is going to...
2014-12-02  Steffan KargerReally fix '--cipher none' regression
2014-12-02  Mike GilbertInclude systemd units in the source tarball (make dist)
2014-11-30  David Sommersethautotools: Fix wrong ./configure help screen default...
2014-11-28  Gert DoeringPreparing for release v2.3.6 (ChangeLog, version.m4) v2.3.6
2014-11-28  Steffan KargerDrop too-short control channel packets instead of asser...
2014-11-24  Gert DoeringAdd client-only support for peer-id.
2014-11-24  David Sommersethsystemd: Reworked the systemd unit file to handle serve...
2014-11-23  Steffan KargerModernize sample keys and sample configs
2014-11-23  Samuli SeppänenFix to --shaper documentation on the man-page
2014-11-14  Steffan KargerAdd --tls-version-max
2014-11-08  Steffan KargerFix assertion error when using --cipher none
2014-10-25  Gert DoeringPreparing for release v2.3.5 (ChangeLog, version.m4) v2.3.5
2014-10-25  Steffan KargerRemove unused variables from ssl_verify_openssl.c extra...
2014-10-25  Steffan Kargerssl_polarssl.c: fix includes and make casts explicit
2014-10-24  Steffan KargerFix regression with password protected private keys...
2014-10-24  TDivineFix "code=995" bug with windows NDIS6 tap driver.
2014-10-20  Samuel ThibaultEnsure that client-connect files are always deleted
2014-10-16  David Sommersethsystemd: Use systemd functions to consider systemd...
2014-10-16  David SommersethAdd systemd unit file for OpenVPN
2014-10-16  David SommersethDon't let openvpn_popen() keep zombies around
2014-10-16  Mike GilbertAdd configure check for the path to systemd-ask-password
2014-10-14  Philipp HagemeisterImplement on-link route adding for iproute2
2014-10-06  Hubert Karioocsp_check - double check if ocsp didn't report any...
2014-10-06  Hubert Karioocsp_check - signature verification and cert staus...
2014-09-14  Jann HornRemove quadratic complexity from openvpn_base64_decode()
2014-07-29  Steffan KargerFix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.
2014-07-13  Philipp HagemeisterAdd topology in sample server configuration file
2014-07-13  Arne SchwabeFix server routes not working in topology subnet with...
2014-07-10  Steffan KargerDon't exit daemon if opening or parsing the CRL fails.
2014-07-10  Andris KalnozolsDo not upcase x509-username-field for mixed-case arguments.
2014-07-08  Gert DoeringCall init script helpers with explicit path (./)
2014-07-08  Gert DoeringFix t_lpback.sh platform-dependent failures
2014-07-07  Steffan KargerExtend t_lpback tests to test all ciphers reported...
2014-07-07  Steffan KargerImprove --show-ciphers to show if a cipher can be used...
2014-07-07  Steffan KargerAdd proper check for crypto modes (CBC or OFB/CFB)
2014-07-07  Steffan KargerRename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE...
2014-07-07  Heiko Hundrefine assertion to allow other modes than CBC
2014-06-30  James BekkemaFix socket-flag/TCP_NODELAY on Mac OS X
2014-06-28  Andris KalnozolsFix some typos in the man page.
2014-06-24  Steffan KargerUpdate README.polarssl
2014-06-24  Steffan KargerFix bug that incorrectly refuses oid representation...
2014-06-22  David SommersethImprove error reporting on file access to --client...
2014-06-08  Gert DoeringDrop incoming fe80:: packets silently now.
2014-05-26  Steffan KargerRemove unneeded wrapper functions in crypto_openssl.c
2014-05-26  Steffan KargerRemove function without effect (cipher_ok() always...
2014-05-20  James YonanFixed some compile issues with show_library_versions()
2014-05-20  James YonanDefine PATH_SEPARATOR for MSVC builds.
2014-05-20  James YonanMSVC 2008 doesn't support dimensioning an array with...
2014-05-20  James YonanExplicitly cast the third parameter of setsockopt to...
2014-05-20  James YonanIn socket.c, fixed issue where uninitialized value...
2014-05-20  James YonanFixed several instances of declarations after statements.
2014-04-30  Gert DoeringPreparing for release v2.3.4 (ChangeLog, version.m4) v2.3.4
2014-04-30  Steffan KargerMake serial env exporting consistent amongst OpenSSL...
2014-04-30  James YonanWhen tls-version-min is unspecified, revert to original...
2014-04-30  Gert DoeringConditionalize calls to print_default_gateway on !ENABL...
2014-04-29  Dmitrij TejblumFix is_ipv6 in case of tap interface.
2014-04-27  Steffan KargerFix build system to accept non-system crypto library...
2014-04-27  Gert DoeringMore IPv6-related updates to the openvpn man page.
2014-04-27  Steffan KargerFix OCSP_check.sh to also use decimal for stdout verifi...
2014-04-27  Steffan KargerChange signedness of hash in x509_get_sha1_hash(),...
2014-04-25  Gert DoeringRewrite manpage section about --multihome
2014-04-25  Gert DoeringRepair --multihome on FreeBSD for IPv4 sockets.
2014-04-25  Arne SchwabeFix man page and OSCP script: tls_serial_{n} is decimal
2014-04-21  Gert DoeringMinor t_client.sh cleanups
2014-04-21  James YonanUse native strtoull() with MSVC 2013.
2014-04-18  Gert DoeringAdd SSL library version reporting.
2014-04-13  Gert DoeringIPv6 address/route delete fix for Win8
2014-04-13  Yawning AngelFix SOCKSv5 method selection
2014-04-13  kangsterizerFix typo in sample build script to use LDFLAGS
2014-04-08  Gert DoeringPreparing for v2.3.3 (ChangeLog, version.m4) v2.3.3
2014-03-23  Steffan KargerAdd openssl-specific common cipher list names to ssl.c.
2014-03-23  Gert DoeringWorkaround missing SSL_OP_NO_TICKET in earlier OpenSSL...
2014-03-17  James YonanSet SSL_OP_NO_TICKET flag in SSL context for OpenSSL...
2014-03-17  Arne SchwabeIntroduce safety check for http proxy options
2014-01-23  Thomas VeermanFix "." in description of utun.
next