Report public key too small only when message otherwise passes.

This commit is contained in:
Stuart D. Gathman
2012-10-27 11:23:05 -04:00
parent 5f2024fdf8
commit d7d0979a7e
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 21 2012 Stuart Gathman <stuart@bmsi.com> 0.5.3-1
- Raise KeyFormatError when public key less than 1024 bits
- Raise KeyFormatError when public key less than 1024 bits by default
- Fix TAB in FWS bug
* Sat Apr 21 2012 Stuart Gathman <stuart@bmsi.com> 0.5.2-1
- Fix sha1 hash, Bug #969206