]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2021-12-13  Arne SchwabeRemove md_kt_t and change crypto API to use const char*
2021-12-13  Arne SchwabeAdjust cipher-negotiation.rst with compat-mode changes
2021-12-13  Arne SchwabeMove deprecation of SWEET32/64bit block size ciphers...
2021-12-13  Arne SchwabeRemove cipher_kt_t and change type to const char* in API
2021-12-13  Lev Stipakovconfig-msvc.h: indicate key material export support
2021-12-10  Gert Doeringadd test case(s) to notice 'openvpn --show-cipher'...
2021-12-10  Gert DoeringMove '--push-peer-info' documentation from 'server...
2021-12-09  Arne SchwabeAdd argv_insert_head__empty_argv__head_only to argv...
2021-12-08  Max FillingerDon't use BF-CBC in unit tests if we don't have it
2021-12-07  Arne SchwabeRemove max_size from buffer_list_new
2021-12-07  Arne SchwabeRemove ENABLE_CRYPTO_OPENSSL ifdef inside ENABLE_CRYPTO...
2021-12-06  Arne SchwabeMake --nobind default for --pull
2021-12-06  Arne SchwabeFix handling an optional invalid cipher at the end...
2021-12-06  Arne SchwabeRemove key_type->hmac_length
2021-12-06  Arne SchwabeRemove key_type->cipher_length field
2021-12-06  Arne SchwabeRemove cipher_ctx_get_cipher_kt and replace with direct...
2021-12-05  Lev Stipakovvcpkg/pkcs11-helper: compatibility with latest vcpkg
2021-12-05  Richard T Bonhommedoc/protocol-options.rst: Correct default for --allow...
2021-12-05  Arne SchwabeRemove cipher_kt_var_key_size and remaining --keysize...
2021-12-05  Arne SchwabeDirectly use hardcoed OPENVPN_AEAD_TAG_LENGTH instead...
2021-12-05  Arne SchwabeImplement optional cipher in --data-ciphers prefixed...
2021-12-05  Lev Stipakovssh_openssl.h: remove unused declaration
2021-11-24  Lev Stipakovring_buffer.h: fix GCC warning about unused function
2021-11-24  Lev StipakovLoad OpenSSL config on Windows from trusted location
2021-11-22  Todd Zullingerdoc/man (vpn-network-options): fix foreign_option_...
2021-11-22  Todd ZullingerUpdate IRC information in CONTRIBUTING.rst
2021-11-17  Richard T Bonhommedoc link-options.rst: Use free open-source dynamic...
2021-11-17  Gert DoeringInclude --push-remove in the output of --help.
2021-11-16  Richard T BonhommeLog messages: Replace NCP with --data-ciphers (NFC)
2021-11-14  Arne SchwabeMove IV_TCPNL from comp_generate_peer_info_string to...
2021-11-12  Lev StipakovUse network address for emulated DHCP server as a default
2021-11-12  Arne SchwabeAllow loading of non default providers
2021-11-10  Arne SchwabeAdd macos OpenSSL 3.0 and ASAN builds
2021-11-10  Arne SchwabeUse TYPE_do_all_provided function for listing cipher...
2021-11-09  AdrianFix error in example firewall.sh script
2021-11-09  Ville SkyttäREADME.down-root: Fix plugin module name
2021-11-07  Max FillingerRemove unused havege.h header
2021-11-07  Arne SchwabeRefactor early initialisation and uninitialisation...
2021-11-07  Arne SchwabeCompletely remove DES checks
2021-11-07  Arne SchwabeRemove custom PRNG function
2021-11-06  Sergio E. Nemirowskiresolvconf fails with -p
2021-11-05  Selva NairFix tls-version-min default once again
2021-11-05  Arne SchwabeAdd insecure tls-cert-profile options
2021-11-05  Selva NairAvoid memory leak in hmac_ctx_new (OpenSSL 3.0 only)
2021-11-05  Arne SchwabeFix function name in DH error message
2021-11-05  Arne SchwabeFix error when BF-CBC is not available
2021-11-05  Arne SchwabeImplement DES ECB encrypt via EVP_CIPHER api
2021-11-01  Arne SchwabeRemove dependency on BF-CBC existance from test_ncp
2021-11-01  Arne SchwabeUse EVP_MD_get0_name instead EV_MD_name
2021-11-01  Arne SchwabeReplace EVP_get_cipherbyname with EVP_CIPHER_fetch
2021-11-01  Arne SchwabeUse EVP_PKEY_get_group_name to query group name
2021-10-27  Arne SchwabeAdd --with-openssl-engine autoconf option (auto|yes|no)
2021-10-27  Arne SchwabeUse new EVP_MAC API for HMAC implementation
2021-10-26  Arne SchwabeDo not allow CTS ciphers
2021-10-25  Max FillingerDon't manually free DH params in OpenSSL 3
2021-10-23  Selva NairEnsure the current common_name is in the environment...
2021-10-22  Arne SchwabeRemove DES key fixup code
2021-10-21  Max FillingerFix build with compression disabled
2021-10-21  Arne SchwabeRemove DES check with OpenSSL 3.0
2021-10-21  Arne SchwabeUse EVP_PKEY based API for loading DH keys
2021-10-21  Arne SchwabeDeprecate --ecdh-curve with OpenSSL 3.0 and adjust...
2021-10-21  Arne SchwabeAdd small unit test for testing HMAC
2021-10-21  Arne SchwabeAdd message when decoding PKCS12 file fails.
2021-10-19  Selva NairRequire EC key support in Windows builds
2021-10-19  Selva NairRemove error injection into OpenSSL from cryptoapi.c
2021-10-19  Selva NairRequire Windows CNG keys for cryptoapicert
2021-10-19  Lev StipakovGitHub Actions: use latest working lukka/run-vcpkg
2021-10-19  Selva NairFix some more wrong defines in config-msvc.h
2021-10-15  Selva NairFix the "default" tls-version-min setting
2021-10-14  Lev Stipakovconfig-msvc.h: fix OpenSSL-related defines
2021-10-14  Lev Stipakovmsvc: fix product version display
2021-10-06  Antonio Quartulliconfigure: remove useless -Wno-* from default CFLAGS
2021-10-06  Lev StipakovFix loading PKCS12 files on Windows
2021-09-29  Antonio Quartulliset_lladdr: use networking API net_addr_ll_set() on...
2021-09-29  Antonio Quartullinetworking: add missing brackets
2021-09-28  Antonio Quartullinetworking: add and implement net_addr_ll_set() API
2021-09-28  Lev StipakovGitHub Actions: remove Ubuntu 16.04 environment
2021-09-27  Ilya ShipitsinBUILD: enable CFG and Spectre mitigation for MSVC
2021-09-21  Antonio Quartullidoc: fix indentation in protocol-options.rst
2021-09-21  Antonio QuartulliSet TLS 1.2 as minimum by default
2021-09-20  Antonio Quartullicompat-mode: add --data-cipher-fallback auomatically...
2021-09-20  Antonio Quartullido not include --cipher value in data-ciphers
2021-09-15  Antonio Quartullimulti: remove extra brackets in multi_process_incoming_...
2021-09-13  Antonio Quartulliconfigure: search also for rst2{man, html}.py
2021-09-12  Lev StipakovAdd building man page on Windows
2021-09-12  Antonio QuartulliRemove support for PF (Packet Filter)
2021-09-11  Ilya ShipitsinCI: github actions: keep "pdb" in artifacts
2021-09-10  Arne SchwabeFix Ubuntu spelling and duplicate run in Github Actions
2021-09-10  Arne SchwabeDetect unusable ciphers on patched OpenSSL of RHEL...
2021-09-08  Antonio Quartullireject compression by default
2021-09-08  Antonio Quartullicompat-mode: allow user to specify version to be compat...
2021-09-07  Arne SchwabeInclude Chacha20-Poly1305 into default --data-ciphers...
2021-08-28  Antonio Quartulliman/protocol-options: add missing ending metachar
2021-08-28  Antonio Quartulliroute.c: pass the right parameter to IN6_IS_ADDR_UNSPEC...
2021-08-23  Selva NairMinor doc correction: tls-crypt-v2 key generation
2021-08-16  Arne SchwabeIntroduce webauth auth pending method and deprecate...
2021-08-14  Selva NairFix client-pending-auth help message in management...
2021-08-12  Antonio Quartullimbedtls: do not define mbedtls_ctr_drbg_update_ret...
2021-08-11  Max FillingerReplace deprecated mbedtls DRBG update function
2021-08-05  Gert DoeringUse more C99 initialization in add_route/add_route_ipv6().
next