RSA blinding added for CRT operations

This commit is contained in:
Paul Bakker 2013-08-30 11:00:25 +02:00
parent 548957dd49
commit aab30c130c
2 changed files with 31 additions and 6 deletions

View file

@ -46,6 +46,10 @@ Bugfix
* zlib compression/decompression skipped on empty blocks
* Support for AIX header locations in net.c module
Security
* RSA blinding on CRT operations to counter timing attacks
(found by Cyril Arnaud and Pierre-Alain Fouque)
= Version 1.2.8 released 2013-06-19
Features
* Parsing of PKCS#8 encrypted private key files