=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- www/72.html 2022/10/03 21:30:58 1.52 +++ www/72.html 2022/10/03 21:44:19 1.53 @@ -894,33 +894,45 @@
  • Added ASN1_INTEGER_{get,set}_{u,}int64()
  • Move leaf certificate checks to the last thing after chain validation. -
  • Added -s option to openssl(1) ciphers that only shows the ciphers - supported by the specified protocol. -
  • Use TLS_client_method() instead of TLSv1_client_method() in - the openssl(1) ciphers command. -
  • Validate the protocols in SSL{_CTX,}_set_alpn_protos(). +
  • Added -s option to openssl(1) ciphers + that only shows the ciphers supported by the specified protocol. +
  • Use TLS_client_method(3) + instead of TLSv1_client_method(3) in + the openssl(1) ciphers command. +
  • Validate the protocols in SSL{_CTX,}_set_alpn_protos().
  • Made TS and PKCS12 opaque.
  • Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF.
  • Align PKCS12_key_gen_uni() with OpenSSL
  • Various PKCS12 and TS accessors were added. In particular, the TS_RESP_CTX_set_time_cb() function was added back. -
  • Allow a NULL header in PEM_write{,_bio}() +
  • Allow a NULL header in PEM_write{,_bio}()
  • Allow empty attribute sets in CSRs. -
  • Adjust signatures of BIO_ctrl functions. +
  • Adjust signatures of BIO_ctrl functions.
  • Provide additional defines for EVP AEAD.
  • Provide OPENSSL_cleanup(). -
  • Make BIO_info_cb() identical to bio_info_cb(). +
  • Make BIO_info_cb() identical to bio_info_cb().
  • Bug fixes