NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55830 CVS commit: src/libexec/httpd



The following reply was made to PR bin/55830; it has been noted by GNATS.

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55830 CVS commit: src/libexec/httpd
Date: Tue, 24 Aug 2021 09:47:37 +0000

 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 sunil%nimmagadda.net@localhost 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.
 


Home | Main Index | Thread Index | Old Index