]> git.ipfire.org Git - thirdparty/openvpn.git/shortlog
thirdparty/openvpn.git
2022-03-29  Heiko Hundadd support for --dns option
2022-03-17  Arne SchwabeImplement fixed MSS value for mssfix and use it for...
2022-03-17  Lev Stipakovmsvc: adjust build options to harden binaries
2022-03-17  Lev StipakovFix incorrect default mssfix value in server mode
2022-03-17  Lev Stipakovvcpkg-ports\openssl3: update to 3.0.2
2022-03-17  Antonio Quartullinetworking: use OPENVPN_ETH_ALEN instead of ETH_ALEN
2022-03-17  Antonio Quartullioptions: drop useless netmask variable
2022-03-17  Lev Stipakovvcpkg-ports\pkcs11-helper: shorten patch filename
2022-03-15  David Sommersethplug-ins: Disallow multiple deferred authentication...
2022-03-15  David Sommersethplugins: Remove defer/simple.c sample plugin
2022-03-15  David Sommersethsample-plugin: New plugin for testing multiple auth...
2022-03-14  Lev Stipakovvcpkg-ports/pkcs11-helper: adapt to new upstream URL
2022-03-14  Antonio Quartulliremove unused sitnl.h file
2022-02-26  Saifur Rahman... Ignore deprecation warning for daemon() on macOS (plugi...
2022-02-22  Gert DoeringFix --mtu-disc maybe|yes on Linux.
2022-02-20  Lev Stipakovopenvpnmsica: add ovpn-dco custom actions
2022-02-20  Antonio Quartullicrypto: unify key_type creation code
2022-02-17  Arne SchwabeRemove unused function cipher_var_key_size
2022-02-17  Max FillingerAdd warning about mbed TLS licensing problem
2022-02-17  Lev Stipakovvcpkg: link lzo statically
2022-02-16  Arne SchwabeFix mbed TLS compile if OpenSSL headers are not available
2022-02-16  Frank Lichtenhelddoc/options: clean up documentation for --proto and...
2022-02-16  Antonio Quartulliauth_token/tls_crypt: fix usage of md_valid()
2022-02-15  Frank Lichtenhelddoc: fix misc documentation issues
2022-02-14  Arne SchwabeRemove FRAME_HEADROOM, PAYLOAD_SIZE, EXTRA_FRAME and...
2022-02-14  Arne SchwabeAdd unit test for mssfix with compression involved
2022-02-14  Arne SchwabeAdd better documentation for CAS_* states
2022-02-14  Arne SchwabeAdd Werror to github action ubuntu build
2022-02-14  Arne SchwabeFix 'defined but not used' warnings with enable-small...
2022-02-13  Arne SchwabeDefault to --cipher BF-CBC if not set and compat-mode...
2022-02-13  Arne SchwabeRemove frame.extra_frame and frame.extra_buffer
2022-02-13  Arne SchwabeRemove frame->link_mtu
2022-02-13  Arne SchwabeRemove extra_link from frame
2022-02-13  Antonio QuartulliGet rid of README.IPv6 and TODO.IPv6
2022-02-13  Arne SchwabeUse new frame header methods to calculate OCC_MTU_LOAD...
2022-02-13  Arne SchwabeUpdate fragment and mssfix related warnings
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...
next