proxmox/proxmox-auth-api
Stefan Sterz 09d31a1a8b auth-api: move to Ed25519 signatures
previously we used P-256 as the curve of our choice for ec signatures.
however, in the meantime Ed25519 has become a lot more wide-spread.
this simplifies our ec generation code significantly while keeping the
same security level. Ed25519 was also specifically designed and
reviewed to avoid implementation errors likely making it a more secure
choice

note that Ed25519 as a signature scheme always uses sha512, so signing
or verifying with a chosen digest is not supported.

as this mostly affects newly generated keys, this should not break any
existing setups.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
2024-05-22 10:26:35 +02:00
..
debian auth-api: bump version to 0.3.5 2024-04-24 21:22:33 +02:00
examples auth-api: fixup examples 2023-07-10 09:06:35 +02:00
src auth-api: move to Ed25519 signatures 2024-05-22 10:26:35 +02:00
Cargo.toml auth-api: bump version to 0.3.5 2024-04-24 21:22:33 +02:00