Fix RSASSA-PSS example programs

This commit is contained in:
Manuel Pégourié-Gonnard
2014-03-10 21:55:35 +01:00
parent 83cdffc437
commit 844a4c0aef
5 changed files with 34 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ Bugfix
* Fixed version-major intolerance in server
* Fixed CMake symlinking on out-of-source builds
* Fixed dependency issues in test suite
* Programs rsa_sign_pss and rsa_verify_pss were not using PSS since 1.3.0
= PolarSSL 1.3.4 released on 2014-01-27
Features