[BACK]Return to 73.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/73.html between version 1.41 and 1.42

version 1.41, 2023/04/06 21:46:05 version 1.42, 2023/04/06 22:22:15
Line 946 
Line 946 
         non-optional X.509 notBefore, and X.509 notAfter timestamps.          non-optional X.509 notBefore, and X.509 notAfter timestamps.
   </ul>    </ul>
   
     <li>Updated zlib to 1.2.13.
   
     <li>Fixed a long-standing bug in a libreadline header that broke the
           interactive Python command line interface.
   
   <li>Switched <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> to    <li>Switched <a href="https://man.openbsd.org/tftpd.8">tftpd(8)</a> to
         default to read-only unless -w is specified for write access (the          default to read-only unless -w is specified for write access (the
         previous default).          previous default).
Line 1003 
Line 1008 
     <li>Do not test the connection in non-interactive mode. The test      <li>Do not test the connection in non-interactive mode. The test
         writes characters to the socket which can corrupt data that is          writes characters to the socket which can corrupt data that is
         possible piped into nc.          possible piped into nc.
       <li>Some refactoring and code cleanup.
   </ul>    </ul>
   
   <li>Further changes:    <li>Improvements in
           <a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>:
   <ul>    <ul>
   <li>Added support for newlines inside the alternative names block in      <li>Added support for newlines inside the alternative names block in
         <a          <a href="https://man.openbsd.org/acme-client.conf.5">acme-client.conf(5)</a>.
         href="https://man.openbsd.org/acme-client.conf.5">acme-client.conf</a>.      <li>Use proper data structures for retrieving subject alternative names in
   <li>Made <a          certificates rather than printing them to a buffer and tokenizing and
         href="https://man.openbsd.org/acme-client.1">acme-client(1)</a> use          parsing the undocumented string.
         time checks which eliminate time-zone variation.      <li>Simplified, corrected and modernized the use of libcrypto interfaces.
   <li>Encode Subject Alternative Name (SAN) entries before printing in <a      <li>Plugged various memory leaks.
         href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>.      <li>Use <a href="https://man.openbsd.org/ASN1_TIME_to_tm.3">ASN1_TIME_to_tm(3)</a>
   <li>Prevent <a          instead of a poor man's hand-rolled version of it.
         href="https://man.openbsd.org/acme-client.1">acme-client(1)</a> from      <li>Use <a href="https://man.openbsd.org/acme-client.1">timegm(3)</a>
         leaking an http get request when receiving a redirect without a          instead of <a href="https://man.openbsd.org/acme-client.1">mktime(3)</a>
           to eliminate time-zone variation.
       <li>Encode Subject Alternative Name (SAN) entries before printing.
       <li>Prevent <a href="https://man.openbsd.org/acme-client.1">acme-client(1)</a>
           from leaking an http get request when receiving a redirect without a
         location header.          location header.
     </ul>
   
   <!-- smtpd -->    <!-- smtpd -->
   <li>Prevented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>    <li>Prevented <a href="https://man.openbsd.org/smtpd.8">smtpd(8)</a>
         abort due to a connection from a local, scoped ipv6 address.          abort due to a connection from a local, scoped ipv6 address.

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42