|
3 | 3 | * https://www.roe.ch/SSLsplit |
4 | 4 | * |
5 | 5 | * Copyright (c) 2009-2019, Daniel Roethlisberger <[email protected]>. |
6 | | - * Copyright (c) 2017-2024, Soner Tari <[email protected]>. |
| 6 | + * Copyright (c) 2017-2025, Soner Tari <[email protected]>. |
7 | 7 | * All rights reserved. |
8 | 8 | * |
9 | 9 | * Redistribution and use in source and binary forms, with or without |
@@ -99,7 +99,7 @@ main_version(void) |
99 | 99 | fprintf(stderr, "---------------------------------------" |
100 | 100 | "---------------------------------------\n"); |
101 | 101 | } |
102 | | - fprintf( stderr, "Copyright (c) 2017-2024, Soner Tari <[email protected]>\n"); |
| 102 | + fprintf( stderr, "Copyright (c) 2017-2025, Soner Tari <[email protected]>\n"); |
103 | 103 | fprintf(stderr, "https://github.com/sonertari/SSLproxy\n"); |
104 | 104 | fprintf(stderr, "Copyright (c) 2009-2019, " |
105 | 105 | "Daniel Roethlisberger <[email protected]>\n"); |
@@ -668,7 +668,7 @@ main(int argc, char *argv[]) |
668 | 668 | if (spec->ssl || spec->upgrade) { |
669 | 669 | // SSL proxyspecs should always have a complete SSL/TLS configuration, even if their filter rules have complete SSL/TLS configuration, |
670 | 670 | // because it is very difficult, if not impossible, to check the coverage of filter rules to make sure we have complete SSL/TLS configuration |
671 | | - // if no filter rules matches, in which case sslproxy can crash |
| 671 | + // if no filter rule matches, in which case sslproxy may crash |
672 | 672 | if (main_check_opts(spec->opts, spec->conn_opts, argv0, "ProxySpec") == -1) { |
673 | 673 | fprintf(stderr, "%s: no or incomplete SSL/TLS configuration in ProxySpec.\n", argv0); |
674 | 674 | exit(EXIT_FAILURE); |
|
0 commit comments