David Dudas commented on a discussion on lib/nettle/hpke/hpke-hkdf.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815420637 > + > + You should have received copies of the GNU General Public License and > + the GNU Lesser General Public License along with this program. If > + not, see http://www.gnu.org/licenses/. > +*/ > + > +#if HAVE_CONFIG_H > +#include "config.h" > +#endif > + > +#include <stdlib.h> > + > +#include <nettle/ecc.h> > +#include "hpke-internal.h" > + > +#include "ecc-internal.h" Removed the include, added P-256, P-384 and P-521 constants from RFC9180. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1976#note_2815420637 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel
