On 05.06.2017 02:45, Bill Fischofer wrote: > On Sun, Jun 4, 2017 at 6:17 PM, Dmitry Eremin-Solenikov > <[email protected]> wrote: >> On 04.06.2017 22:18, Bill Fischofer wrote: >>> Signed-off-by: Bill Fischofer <[email protected]> >>> --- >>> CHANGELOG | 266 >>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 266 insertions(+) >>> >>> diff --git a/CHANGELOG b/CHANGELOG >>> index a550a723..bdb5ca49 100644 >>> --- a/CHANGELOG >>> +++ b/CHANGELOG >> >> [skipped] >> >>> +====== New Authentication Algorithms >>> +Additional enumerations added for HMAC-SHA-1 and HMAC-SHA-256 >>> authentication. >>> +Note that These are not yet implemented in `odp-linux` so >>> +`odp_crypto_capabilities()` returns zeros for these new authentication >>> types. >> >> Not true in next branch. > > Thanks. Looks like HMAC-SHA-1 is supported but HMAC-SHA-256 is still > unsupported?
SHA-256 was supported from the beginning. We added SHA-1 and SHA-512. -- With best wishes Dmitry
