[gnutls-devel] GnuTLS | Add support for AES Key Wrap (#976)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri May 8 17:01:25 CEST 2020




Nicolas Mora started a new discussion: https://gitlab.com/gnutls/gnutls/-/issues/976#note_339136737

@lumag , as I said, I'd use AES key wrapping to implement the key management algorithm specified in the [JWA specifications](https://tools.ietf.org/html/rfc7518#section-4):

> A128KW, A192KW, A256KW, A128GCMKW, A192GCMKW, A256GCMKW, and those where AESKW is used in complement with other key management algs: ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW, PBES2-HS256+A128KW, PBES2-HS384+A192KW and PBES2-HS512+A256KW

I develop a [library](https://github.com/babelouest/rhonabwy) that implements JOSE specifications in C, with GnuTLS as cryptographic library, in order to manage JWK, JWS, JWE and JWT.
Some of the key management algorithms described in the JWE specification can't be implemented as-is using GnuTLS. I would be very grateful if GnuTLS would implement those algorithms.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/976#note_339136737
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200508/2661e503/attachment.html>


More information about the Gnutls-devel mailing list