Module Name: src Committed By: mrg Date: Tue Aug 24 09:47:36 UTC 2021
Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h main.c ssl-bozo.c Log Message: implement tls minimum version setting. mostly from su...@nimmagadda.net in PR#55830, though i moved the member into the main http structure, so that it doesn't trigger sslinfo being allocated via command line without the rest of the ssl being setup (which then leads to crashes.) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/libexec/httpd/CHANGES cvs rdiff -u -r1.88 -r1.89 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.135 -r1.136 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.69 -r1.70 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.28 -r1.29 src/libexec/httpd/main.c cvs rdiff -u -r1.29 -r1.30 src/libexec/httpd/ssl-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.