From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200302160458.h1G4wlM08923@augusta.math.psu.edu> To: 9fans@cse.psu.edu From: Dan Cross Subject: [9fans] Whither /sys/lib/ssl? Date: Sat, 15 Feb 2003 23:58:47 -0500 Topicbox-Message-UUID: 626b3060-eacb-11e9-9e20-41e7f4b1d025 The starttls support in smtpd had a small bug in it; instead of looking for the SMTP certificate in /sys/lib/tls, it was looking in the (seemingly older) /sys/lib/ssl. This is probably my fault, since I wrote that support originally; I can't remember what directory I had certificates in at the time. Anyway, a patch to change 3 bytes follows (diff -e format). term% diff -e smtpd.c /sys/src/cmd/upas/smtp/smtpd.c 949c cert = readcert("/sys/lib/tls/smtpd-cert.pem", &certlen); . term% Thanks. - Dan C.