commit | e6c8366b46c2d767ad2e724f6d4281f59d65dfa9 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Apr 14 11:18:04 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 15 11:21:24 2015 +0200 |
tree | 20d9404bb04e27e676d38bab7ff3295b6090cfcf | |
parent | 6152b0267cac48e897facb25f7d492d83ae8bbbe [diff] [blame] |
Fix bug in pk_parse_key()
diff --git a/ChangeLog b/ChangeLog index b24b2d6..09d7c7b 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -25,6 +25,8 @@ errors on use of deprecated functions. Bugfix + * Fix bug in pk_parse_key() that caused some valid private EC keys to be + rejected. * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos). * Fix thread safety bug in RSA operations (found by Fredrik Axelsson). * Fix hardclock() (only used in the benchmarking program) with some