commit | 915275ba78309dd0dccbda1c0035b840050ba8a1 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Sep 28 07:10:55 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Sep 28 07:10:55 2012 +0000 |
tree | 206e7ae24a72ec90f80cf3e7cebb14f3872ce958 | |
parent | 819370c7b76e506dcb8f3b8c40658f9c487a64d3 [diff] [blame] |
- Revamped x509_verify() and the SSL f_vrfy callback implementations
diff --git a/ChangeLog b/ChangeLog index f1fb20d..28f2847 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -43,6 +43,7 @@ * Revamped session resumption handling * Generalized external private key implementation handling (like PKCS#11) in SSL/TLS + * Revamped x509_verify() and the SSL f_vrfy callback implementations Bugfix * Fixed handling error in mpi_cmp_mpi() on longer B values (found by