1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-27 03:49:52 +03:00
SoftEtherVPN/src/Mayaqua/Crypto
Davide Beatrici 9dbbfcd388 Mayaqua: Add new cryptographic functions for X25519/X448 keys management
The files are created in a new folder to keep the source tree tidier.

Please note that only X25519/X448 keys are supported due to an OpenSSL limitation:
https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_new.html

We have functions that handle AES keys in Encrypt.c/.h.
Ideally we should move them into the new files.
2021-07-07 08:11:08 +02:00
..
Key.c Mayaqua: Add new cryptographic functions for X25519/X448 keys management 2021-07-07 08:11:08 +02:00
Key.h Mayaqua: Add new cryptographic functions for X25519/X448 keys management 2021-07-07 08:11:08 +02:00
Types.h Mayaqua: Add new cryptographic functions for X25519/X448 keys management 2021-07-07 08:11:08 +02:00