aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ssl_verify.c
AgeCommit message (Expand)Author
2024-03-26Add bracket in fingerprint message and do not warn about missing verificationArne Schwabe
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-01-16Implement the --tls-export-cert featureArne Schwabe
2023-12-06Remove --tls-export-certDavid Sommerseth
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-03-20Make sending plain text control message session awareArne Schwabe
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-16ssl_verify: Fix memleak if creating deferred auth control files failsDavid Sommerseth
2022-09-17Allow scripts and plugins to set a custom AUTH_FAILED messageArne Schwabe
2022-09-11Implement --client-crresponse script options and plugin interfaceArne Schwabe
2022-08-19Fix auth-token usage with management-def-authSelva Nair
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-10-23Ensure the current common_name is in the environment for scriptsSelva Nair
2021-09-12Remove support for PF (Packet Filter)Antonio Quartulli
2021-07-28Cleanup handling of initial auth tokenArne Schwabe
2021-07-02Update Fox e-mail address in copyright noticesMax Fillinger
2021-06-25Extracting key_state deferred auth status update into functionArne Schwabe
2021-06-18Move auth_token_state from multi to key_stateArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-06-02Fix parsing of IV_SSO stringSelva Nair
2021-05-15Use exponential backoff for caching in tls_authentication_statusArne Schwabe
2021-05-14Return cached result in tls_authentication_statusArne Schwabe
2021-05-03Replace OS_SPECIFIC_DIRSEP with PATH_SEPARATORArne Schwabe
2021-04-28Implement deferred auth for scriptsArne Schwabe
2021-04-03Move auth deferred related members into its own structArne Schwabe
2021-03-21Implement peer-fingerprint to check fingerprint of peer certificateArne Schwabe
2021-03-21Extend verify-hash to allow multiple hashesArne Schwabe
2021-03-10Allow pending auth to be send from a auth pluginArne Schwabe
2021-03-10Refactor extract_var_peer_info into standalone function and add ssl_util.cArne Schwabe
2020-11-26Make any auth failure tls_authentication_status return auth failedArne Schwabe
2020-11-26Rename DECRYPT_KEY_ENABLED to TLS_AUTHENTICATEDArne Schwabe
2020-11-25Clean up tls_authentication_status and document itArne Schwabe
2020-11-25Replace key_scan array of static pointers with inline functionArne Schwabe
2020-10-24Remove --disable-def-auth configure argumentArne Schwabe
2020-10-24Remove NULL checks before calling freeArne Schwabe
2020-10-15Avoid passing NULL to argv_printf_cat() in temp_file error case.Gert Doering
2020-10-11Add function for common env setting of verify user/pass callsArne Schwabe
2020-10-05Support X509 field list to be usernameVladislav Grishenko
2020-08-05Log serial number of revoked certificateVladislav Grishenko
2020-07-09Make key_state->authenticated more state machine likeArne Schwabe
2020-07-06merge key_state->authenticated and key_state->auth_deferredArne Schwabe
2020-05-12Fix session id and initial timestamp not being preservedArne Schwabe
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2020-04-19Another round of uncrustify code cleanup.Arne Schwabe
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2019-10-01Sent indication that a session is expired to clientsArne Schwabe
2019-10-01Implement a permanent session id in auth-tokenArne Schwabe
2019-10-01Rewrite auth-token-gen to be based on HMAC based tokensArne Schwabe
2018-12-12uncrustify openvpn/ sourcesGert Doering