]> git.ipfire.org Git - thirdparty/openvpn.git/history - src/openvpn/ssl_common.h
Fix new doxygen warnings about using @return in void functions
[thirdparty/openvpn.git] / src / openvpn / ssl_common.h
2025-05-31  Frank LichtenheldUpdate copyright statements to 2025
2025-05-05  Frank LichtenheldManually reformat some long trailing comments
2025-04-02  Arne SchwabeAllow tls-crypt-v2 to be setup only on initial packet...
2025-03-11  Arne SchwabeImplement override-username
2025-03-06  Gianmarco De GregoriAdd support for simultaneous use of UDP and TCP sockets
2025-02-12  Arne SchwabeImplement epoch key data format
2025-01-09  Arne SchwabeImplement methods to generate and manage OpenVPN Epoch...
2024-12-27  Frank LichtenheldReview doxygen warnings
2024-12-21  Arne SchwabeTrigger renegotiation of data key if getting close...
2024-11-11  Arne SchwabeChange --reneg-bytes and --reneg-packets to 64 bit...
2024-06-01  Arne SchwabeAllow the TLS session to send out TLS alerts
2024-03-18  Frank LichtenheldUpdate Copyright statements to 2024
2024-01-16  Arne SchwabeImplement the --tls-export-cert feature
2023-12-06  David SommersethRemove --tls-export-cert
2023-09-22  Frank LichtenheldRemove --no-replay option
2023-07-18  Arne SchwabeImplement using --peer-fingerprint without CA certificates
2023-07-17  Arne SchwabeRevert commit 423ced962d
2023-03-07  Arne SchwabeDynamic tls-crypt for secure soft_reset/session renegot...
2023-01-10  Frank LichtenheldUpdate copyright year to 2023
2022-12-24  Arne SchwabeRename TM_UNTRUSTED to TM_INITIAL, always start session...
2022-11-30  Arne SchwabeIntroduce connection state for reconnecting peer in p2p
2022-11-27  Arne SchwabeUse dedicated multi->dco_peer_id for DCO instead of...
2022-11-06  Arne SchwabeAlways include ACKs for the last seen control packets
2022-10-17  Arne SchwabeAllow Authtoken lifetime to be short than renegotiation...
2022-10-07  Antonio Quartulliauth-user-pass: add support for inline credentials
2022-09-17  Arne SchwabeAllow scripts and plugins to set a custom AUTH_FAILED...
2022-09-11  Arne SchwabeImplement --client-crresponse script options and plugin...
2022-07-27  Antonio Quartullidco: initialize context and save pointer in TLS object
2022-04-21  David SommersethThe Great Reformatting of 2022
2022-02-14  Arne SchwabeAdd better documentation for CAS_* states
2022-02-02  Arne SchwabeChange buffer allocation calculation and checks to...
2022-01-26  Antonio Quartulliupdate copyright year to 2022
2021-09-12  Antonio QuartulliRemove support for PF (Packet Filter)
2021-08-02  Arne SchwabeSupport NCP in pure P2P VPN setups
2021-07-28  Arne SchwabeRemove --ncp-disable option
2021-07-28  Arne SchwabeCleanup handling of initial auth token
2021-07-14  Arne SchwabeIntroduce S_GENERATED_KEYS state and generate keys...
2021-07-02  Max FillingerUpdate Fox e-mail address in copyright notices
2021-06-24  Arne SchwabeMake waiting on auth an explicit state in the context...
2021-06-24  Arne SchwabeAdd connection_established as state in tls_multi->conte...
2021-06-18  Arne SchwabeMove auth_token_state from multi to key_state
2021-06-15  David SommersethUpdate copyrights
2021-05-15  Arne SchwabeUse exponential backoff for caching in tls_authenticati...
2021-05-14  Arne SchwabeReturn cached result in tls_authentication_status
2021-04-28  Arne SchwabeUse functions to access key_state instead direct member...
2021-04-28  Arne SchwabeImplement deferred auth for scripts
2021-04-20  Arne SchwabeMove context_auth from context_2 to tls_multi and name...
2021-04-03  Arne SchwabeMove auth deferred related members into its own struct
2021-04-02  Arne SchwabeImplement '--compress migrate' to migrate to non-compre...
2021-04-01  Arne SchwabeRemove unused variable pass_config_info
2021-03-22  Jason A. DonenfeldSupport fingerprint authentication without CA certificate
2021-03-21  Arne SchwabeImplement peer-fingerprint to check fingerprint of...
2021-03-21  Arne SchwabeExtend verify-hash to allow multiple hashes
2021-03-18  Arne SchwabeAvoid generating unecessary mbed debug messages
2021-03-10  Arne SchwabeAllow pending auth to be send from a auth plugin
2021-03-09  Arne SchwabeImplement server side of AUTH_PENDING with extending...
2021-02-14  Arne SchwabeImplement client side handling of AUTH_PENDING message
2020-12-20  Lev Stipakovssl_common.h: fix 'not all control paths return a value...
2020-11-25  Arne SchwabeReplace key_scan array of static pointers with inline...
2020-10-24  Arne SchwabeRemove --disable-def-auth configure argument
2020-10-05  Vladislav GrishenkoSupport X509 field list to be username
2020-08-11  Arne SchwabeRemove S_OP_NORMAL key state.
2020-07-21  Arne SchwabeRemove ENABLE_OCC #define
2020-07-21  Arne SchwabeRemove key-method 1
2020-07-09  Arne SchwabeMake key_state->authenticated more state machine like
2020-07-06  Arne Schwabemerge key_state->authenticated and key_state->auth_deferred
2020-05-07  David Sommersethbuild: Remove --disable-server from ./configure
2020-05-07  Antonio Quartulliconvert *_inline attributes to bool
2020-02-17  Arne SchwabeImplement dynamic NCP negotiation
2020-02-17  Arne SchwabeOnly announce IV_NCP=2 when we are willing to support...
2019-10-01  David SommersethImprove the comments related to auth-token-hmac patches
2019-10-01  David Sommersethauth-token: Fix building with --disable-server
2019-10-01  Arne SchwabeSent indication that a session is expired to clients
2019-10-01  Arne SchwabeImplement a permanent session id in auth-token
2019-10-01  Arne SchwabeRewrite auth-token-gen to be based on HMAC based tokens
2019-06-05  Antonio Quartulliroute.c: use new networking API to handle routing table...
2018-12-12  Gert Doeringuncrustify openvpn/ sources
2018-10-26  Steffan Kargertls-crypt-v2: add script hook to verify metadata
2018-10-26  Steffan Kargertls-crypt-v2: implement tls-crypt-v2 handshake
2018-10-26  Steffan Kargertls-crypt-v2: add P_CONTROL_HARD_RESET_CLIENT_V3 opcode
2018-10-11  Arne SchwabeAdd better support for showing TLS 1.3 ciphersuites...
2018-10-10  Arne SchwabeRemove MANAGMENT_EXTERNAL_KEY, MANAGMENT_IN_EXTRA,...
2018-02-01  David SommersethUpdate copyright to include 2018 plus company name...
2017-12-04  Antonio QuartulliRemove ENABLE_PUSH_PEER_INFO
2017-06-16  David Sommersethcopyright: Update GPLv2 license texts
2017-05-18  David Sommersethcrypto: Enable SHA256 fingerprint checking in --verify...
2016-12-21  David SommersethUpdate copyrights
2016-12-15  David SommersethMerge 'reformatting' branch into master
2016-12-14  David SommersethThe Great Reformatting - first phase reformatting 111/head
2016-12-07  Steffan KargerFix (and cleanup) crypto flags in combination with NCP
2016-11-23  Steffan KargerPoor man's NCP for non-NCP peers
2016-11-16  Steffan KargerAdd control channel encryption (--tls-crypt)
2016-10-31  David Sommersethauth-gen-token: Push generated auth-tokens to the client
2016-10-31  David Sommersethauth-gen-token: Generate an auth-token per client
2016-10-31  David Sommersethauth-gen-token: Add --auth-gen-token option
2016-07-25  Steffan KargerAdd server-side support for cipher negotiation
2016-07-11  Steffan KargerAdd options to restrict cipher negotiation
2016-07-11  Steffan KargerAdd client-side support for cipher negotiation
2016-04-28  Steffan KargerImplemented x509-track for PolarSSL.
2016-04-04  Arne SchwabeImplement inlining of crl files
next