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? > >> + >> +====== Deprecated Cipher/Authentication Algorithms >> +The following cipher/authentication algorithms have been deprecated in favor >> +of newer replacement algorithms: >> + >> +* `ODP_CIPHER_ALG_AES128_CBC` is replaced by `ODP_CIPHER_ALG_AES_CBC` >> +* `ODP_CIPHER_ALG_AES128_GCM` is replaced by `ODP_CIPHER_ALB_AES_GCM` >> +* `ODP_AUTH_ALG_MD5_96` is replaced by `ODP_AUTH_ALG_MD5_HMAC` >> +* `ODP_AUTH_ALG_SHA256_128` is replaced by `ODP_AUTH_ALG_SHA256_HMAC` >> +* `ODP_AUTH_ALG_AES128_GCM1 is replaced by `ODP_AUTH_ALG_AES_GCM` >> + > > > -- > With best wishes > Dmitry
