]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2016-06-08  Steffan KargerDon't limit max incoming message size based on c2-...
2016-06-07  Selva NairIgnore SIGUSR1/SIGHUP during exit notification
2016-06-07  Selva NairAdd an option to filter options received from server
2016-06-05  Selva NairMake block-outside-dns work with persist-tun
2016-06-05  Selva NairSet WFP engine handle to NULL in win_wfp_uninit()
2016-06-05  Selva NairFix the comparison of pull options hash on restart
2016-06-03  David SommersethAnother fix related to unit test framework
2016-05-31  Samuli SeppänenClarify the fact that build instructions in README...
2016-05-31  Ivo MancaPlug memory leak in mbedTLS backend
2016-05-31  David SommersethOnly build and run cmocka unit tests if its submodule...
2016-05-30  Jeffrey CutterUpdate contrib/pull-resolv-conf/client.up for no DOMAIN
2016-05-30  Leon KlingeleAdd link to bug tracker
2016-05-30  Jens NeuhalfenAdd a test for auth-pam searchandreplace
2016-05-30  Jens NeuhalfenAdd unit testing support via cmocka
2016-05-22  Selva NairFix handling of out of memory error in interactive...
2016-05-19  Samuli SeppänenUpdate CONTRIBUTING.rst to allow GitHub PRs for code...
2016-05-18  Josh CepekPush an IPv6 CIDR mask used by the server, not the...
2016-05-16  Gert DoeringImplement push-remove option to selectively remove...
2016-05-16  Selva NairAdd support for register-dns through interactive service
2016-05-16  Selva NairMake error non-fatal while deleting address using netsh
2016-05-15  Dorian HarmansAdd CHACHA20-POLY1305 ciphersuite IANA name translations.
2016-05-09  James YonanFixed port-share bug with DoS potential
2016-05-09  Jens NeuhalfenPrevent integration test timeout bc. of sudo
2016-05-05  Steffan KargerRemove trailing newline from verify callback error...
2016-05-05  Gert DoeringFix library order in -lmbedtls test.
2016-05-05  Steffan Kargermbedtls: improve error reporting in tls verify callback
2016-05-05  Steffan Kargermbedtls: check that private key and certificate match...
2016-05-01  Steffan Kargerconfigure.ac: link to all mbed TLS libs during library...
2016-05-01  Jens Neuhalfenignore the local config file t_client.rc in git
2016-04-28  Steffan KargerRename files with 'polarssl' in the name to 'mbedtls'
2016-04-28  Steffan KargerMigrate to mbed TLS 2.x
2016-04-28  Steffan KargerImplemented x509-track for PolarSSL.
2016-04-28  Steffan KargerPolarSSL x509_get_sha1_hash now returns correct SHA1...
2016-04-27  Lev StipakovFix "implicit declaration" compiler warning
2016-04-27  Daniel KubecFix buffer size parameter for exported keying material.
2016-04-21  Jens NeuhalfenFix buffer overflow by user supplied data
2016-04-18  Selva NairSupport reading the challenge-response from console
2016-04-18  Steffan KargerFurther restrict default cipher list
2016-04-17  Jens NeuhalfenMake intent of utun device name validation clear
2016-04-17  Steffan Kargerfixup: change init_key_type() param name in declaration too
2016-04-14  Selva NairEnsure input read using systemd-ask-password is null...
2016-04-04  Arne SchwabeImplement inlining of crl files
2016-04-04  James YonanExtended x509-track for OpenSSL to report SHA1 fingerprint.
2016-04-04  James YonanAdded flags parameter to format_hex_ex.
2016-04-04  Steffan KargerReplace MSG_TEST() macro for static inline msg_test()
2016-04-04  Steffan KargerFix memory leak in argv_extract_cmd_name()
2016-04-01  Steffan KargerFix potential null-pointer dereference
2016-03-06  Selva NairAdd support for block-outside-dns through the interacti...
2016-03-06  Selva NairRefactor and move the block-outside-dns code to a new...
2016-03-06  Steffan KargerOnly include aead encrypt/decrypt functions if AEAD...
2016-03-06  Steffan Kargerhardening: add safe FD_SET() wrapper openvpn_fd_set()
2016-03-06  Steffan KargerMake AEAD modes work with OpenSSL 1.0.1-1.0.1c
2016-03-06  Selva NairUse appropriate buffer size for WideCharToMultiByte...
2016-03-06  Selva NairFix interactive service ignoring stop command if openvp...
2016-03-06  Selva NairHandle localized Administrators group name in windows
2016-02-26  FishAdd lz4 support to MSVC.
2016-02-25  Gert DoeringFix openserv/validate.o linking issues on mingw.
2016-02-25  Steffan KargerFix OCSP_check.sh
2016-02-25  Selva NairSend stdout and stderr of OpenVPN started by interactiv...
2016-02-25  ValdikSSUpdate --block-outside-dns to work on Windows Vista
2016-02-25  Selva NairRestrict options/configs for startup through interactiv...
2016-02-22  Steffan KargerClean up get_tls_handhake_key()
2016-02-21  Steffan KargerMinor AEAD patch cleanup
2016-02-15  Steffan KargerAdd preliminary server-side support for negotiable...
2016-02-15  Steffan KargerAdd cipher name translation for OpenSSL.
2016-02-15  Steffan KargerAdd AEAD cipher support (GCM)
2016-02-10  Leonardo BasilioCorrectly report TCP connection timeout on windows.
2016-02-10  Lev StipakovReport Windows bitness
2016-02-09  Steffan KargerCreate separate function for replay check
2016-02-09  Steffan KargerChange openvpn_encrypt() to append to work buffer only
2016-02-09  Steffan KargerMove packet_id into crypto_options
2016-02-09  Steffan KargerMove key_ctx_bi into crypto_options
2016-02-09  Steffan KargerMove crypto_options into key_state and stop using conte...
2016-02-09  Steffan KargerRemove reuse of key_type during init of data channel...
2016-02-09  Steffan KargerAllow NULL argument in cipher_ctx_get_cipher_kt()
2016-02-05  Heiko Hundinteractive service v3
2016-02-05  Michael McConvilleFix undefined signed shift overflow
2016-01-18  Steffan Kargerconfigure.ac: fix polarssl autodetection
2016-01-16  Steffan Kargerconfigure.ac: simplify crypto library configuration
2016-01-16  ValdikSSClarify --block-outside-dns documentation
2016-01-15  ValdikSSClarify mssfix documentation
2016-01-15  Niels Ole SalscheiderFix build with libressl
2016-01-15  Steffan Kargersocks.c: fix check on get_user_pass() return value(s)
2016-01-08  Arne SchwabeIgnore stamp-h2 we generate during build process
2016-01-08  Steffan Kargerpolarssl: remove now redundant 128-bit blowfish key...
2016-01-08  Steffan Kargerpolarssl: use wrappers to access md_info_t member functions
2016-01-08  Steffan KargerUpdate manpage: OpenSSL might also need /dev/urandom...
2016-01-07  Steffan Kargerpolarssl: optimize polar_ok() for non-errors
2016-01-07  Steffan Kargerpolarssl: actually use polarssl debug logging
2016-01-05  Arne SchwabeFix assert when comp is called with unknown algorithm...
2016-01-04  Arne SchwabeImplement the compression V2 data format for stub and...
2016-01-03  Steffan KargerFix regression in setups without a client certificate
2015-12-30  Lev StipakovDetecting and logging Windows versions
2015-12-26  Jan Just KeijserMake certificate expiry warning patch (091edd8e299686...
2015-12-25  Phillip SmithUse bob.example.com and alice.example.com to improve...
2015-12-21  Steffan Kargercleanup: get rid of httpdigest.c type warnings
2015-12-20  Steffan KargerMake assert_failed() print the failed condition
2015-12-15  Steffan KargerDisable certificate notBefore/notAfter sanity check...
2015-12-14  Steffan KargerWarn user if their certificate has expired
2015-12-14  Lev StipakovPass adapter index to up/down scripts
next