=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/66.html,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** www/66.html 2019/10/04 09:37:29 1.45 --- www/66.html 2019/10/04 18:10:13 1.46 *************** *** 664,669 **** --- 664,672 ----
  • Fixed -modulus option with openssl(1) dsa subcommand.
  • Fixed PVK format output issue with openssl(1) dsa and rsa subcommand. +
  • Fixed a padding oracle attack in PKCS7_dataDecode() + and CMS_decrypt_set1_pkey() (CMS + is currently disabled). From Bernd Edlinger.