]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2022-02-13  Arne SchwabeAdd mtu paramter to --fragment and change fragment...
2022-02-11  Arne SchwabeChange the default for mssfix to mssfix 1492 mtu
2022-02-11  Arne SchwabeReplace TUN_MTU_SIZE with frame->tun_mtu
2022-02-10  Frank Lichtenhelddoc/Makefile: rebuild rst docs if input files change
2022-02-08  Lev Stipakovmsvc: cleanup
2022-02-04  Gert DoeringRepair --inactive with 'bytes' argument larger 2Gbytes.
2022-02-04  Antonio Quartullicrypto: move OpenSSL specific FIPS check to its backend
2022-02-04  Antonio Quartullicrypto: move validation logic from cipher_get to cipher...
2022-02-03  Arne SchwabeRemove link_mtu parameter when running up/down scripts
2022-02-03  Antonio Quartullikeyingmaterialexporter.c: include strings.h
2022-02-03  Selva Nairpkcs11_openssl.c: check EVP_get_digestbyname() != NULL
2022-02-02  Arne SchwabeImplement optional mtu parameter for mssfix
2022-02-02  Lev Stipakovmsvc: switch to openssl3
2022-02-02  Arne SchwabeFix datagram_overhead and assorted functions
2022-02-02  Arne SchwabeChange buffer allocation calculation and checks to...
2022-02-02  Arne SchwabeFix mssfix and frame calculation in CBC mode
2022-01-27  Arne SchwabeDeprecate link-mtu
2022-01-26  Selva NairFix a potential memory leak in tls_ctx_use_management_e...
2022-01-26  Selva NairDo not error when md_kt_size() is called with mdname...
2022-01-26  Lev Stipakovxkey: fix msvc build
2022-01-26  Selva NairSupport PSS signing using pkcs11-helper >= 1.28
2022-01-26  Selva NairFix max saltlen calculation in cryptoapi.c
2022-01-26  Selva Nairxkey: Use a custom error level for debug messages
2022-01-26  Antonio Quartulliupdate copyright year to 2022
2022-01-21  Antonio Quartulliunit-test: fix test_crypto when USE_COMP is not defined
2022-01-21  Antonio QuartulliGitHub Actions: add other config flavours
2022-01-21  Lev Stipakovvcpkg-ports/pkcs11-helper: indicate OpenSSL EC support
2022-01-21  Lev Stipakovvcpkg-ports/pkcs11-helper: bump to release 1.28
2022-01-21  Lev Stipakovtun: remove tun_finalize()
2022-01-20  David Sommersethcrypto: Fix OPENSSL_FIPS enabled builds
2022-01-20  Selva NairAdd a unit test for external key provider
2022-01-20  Selva NairEnable signing using CNG through xkey provider
2022-01-20  Selva Nairpkcs11: Interface the xkey provider with pkcs11-helper
2022-01-20  Selva NairAdd a generic key loading helper function for xkey...
2022-01-20  Selva NairIncrease ERR_BUF_SIZE when management interface support...
2022-01-20  Selva NairSupport sending DigestSign request to management client
2022-01-20  Selva NairRespect algorithm support announced by management client
2022-01-20  Selva NairAllow management client to announce pss padding support
2022-01-20  Selva NairAdd a function to encode digests with PKCS1 DigestInfo...
2022-01-20  Selva NairEnable signing via provider for management-external-key
2022-01-20  Selva NairAdd xkey_provider sources and includes to MSVC project
2022-01-20  Selva NairA helper function to import private key for management...
2022-01-20  Selva NairInitialize the xkey provider and use it in SSL context
2022-01-20  Selva NairImplement import of custom external keys
2022-01-20  Selva NairImplement SIGNATURE operations in xkey provider
2022-01-20  Selva NairImplement KEYMGMT in the xkey provider
2022-01-20  Selva NairA built-in provider for using external key with OpenSSL 3.0
2022-01-18  Antonio Quartulliuse 'static inline' instead of 'inline static'
2022-01-14  Arne SchwabeRemove BUFFER_LIST_AGGREGATE_TEST test code
2022-01-14  Antonio Quartullissl.c: use arrow operator to access object member
2022-01-14  Antonio QuartulliGitHub Actions: ensure Ubuntu builds are made with...
2022-01-14  Antonio Quartullisig.c: define signal_handler on non-windows only
2022-01-14  Antonio Quartullidoc: remove PF leftovers from documentation
2022-01-10  Antonio Quartullidoc/cipher-negotiation.rst: avoid warning by fixing...
2022-01-10  Lev Stipakovauth_token.c: add NULL initialization
2022-01-10  Camille GuérinRemoved error message for an option flag not supported...
2021-12-31  Arne SchwabeRemove pointless do_init_frame_tls function
2021-12-31  Arne SchwabeRework occ link-mtu calculation
2021-12-30  Arne SchwabeDecouple MSS fix calculation from frame calculation
2021-12-30  Arne SchwabeAdd helper functions to calculate header/payload sizes
2021-12-29  Antonio Quartullioptions.c: fix version reported in --cipher warning...
2021-12-29  Arne SchwabeMake github actions names nicer, include Ubuntu18+OpenS...
2021-12-14  Arne SchwabeRemove post_open_mtu code
2021-12-14  Arne SchwabeDocument frame related function and variables a bit...
2021-12-14  Arne SchwabeFix triggering assertion of ks->authenticated after...
2021-12-14  Arne SchwabeRemove align_adjust frame code
2021-12-13  Arne SchwabeInitialise kt_cipher even when no crypto is enabled
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
next