=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** www/59.html 2016/03/02 12:55:33 1.49 --- www/59.html 2016/03/02 16:12:00 1.50 *************** *** 494,500 ****
  • Fixed an up-to 7 byte overflow in RC4 when len is not a multiple of sizeof(RC4_CHUNK).
  • Added ! EVP_aead_chacha20_poly1305(3) which matches the AEAD construction introduced in RFC 7539, which is different than that already used in TLS with --- 494,500 ----
  • Fixed an up-to 7 byte overflow in RC4 when len is not a multiple of sizeof(RC4_CHUNK).
  • Added ! EVP_aead_chacha20_poly1305_ietf(3) which matches the AEAD construction introduced in RFC 7539, which is different than that already used in TLS with