From 5b1c2c79df3ae9b735aefbdc07f1226da0a3890c Mon Sep 17 00:00:00 2001 From: Elias Bonnici Date: Wed, 16 Aug 2023 14:38:24 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 658c37f..05abd21 100644 --- a/NEWS +++ b/NEWS @@ -7,10 +7,13 @@ ** Dropped custom constants for Brainpool curves, in favor of those in Cryptography. ** Dropped `.generated`, `.imported`, and `.wrapped` from ORIGIN. Instead use: `ORIGIN.GENERATED in origin`, etc. + ** Added support for asymmetric authentication. + ** Added support for symmetric encryption (AES). ** Changes relevant to maintainers: *** Added mypy to pre-commit checks. *** Switched build and packaging system to poetry. *** Switched to using pytest for testing (unittest still used in some places). + *** Dependency fix: Generating documentation with Sphinx requires Python >= 3.8. * Version 2.1.2 (released 2022-12-05) ** Bugfix: Fix broken sign_ssh_certificate command.