commit | 4da88c50c13e1d459b11009e8280bf0efc4954d2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 24 18:23:20 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 25 21:55:56 2015 +0100 |
tree | 9d74c64da8ed6f03ad2f77f21e54cc971080102e | |
parent | 003b3b132e6b8509236f39adf2529d7b39582c0f [diff] [blame] |
Remove specific xxx_hmac functions
diff --git a/ChangeLog b/ChangeLog index ac04f82..9f04b62 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -6,6 +6,8 @@ * Support for DTLS 1.0 and 1.2 (RFC 6347). API Changes + * Removed individual mdX_hmac and shaX_hmac functions (use generic + md_hmac functions from md.h) * Change md_info_t into an opaque structure (use md_get_xxx() accessors). * Some constness fixes * Signature of mpi_mul_mpi() changed to make the last argument unsigned