ed25519, rsa ref done

This commit is contained in:
2022-03-07 02:34:27 -05:00
parent adb807dcb8
commit 2b6be62d56
18 changed files with 3013 additions and 33 deletions

View File

@@ -2,7 +2,9 @@
RSAfootnote:[https://datatracker.ietf.org/doc/html/rfc8017] is a widely-supported PKI system. It is ubiquitous, but it is recommended to use newer systems (e.g. ED25519) for OpenSSH if all clients and destinations support it.
The key structures have references to the RSA notations in single quotes. You can find these enumerated in https://datatracker.ietf.org/doc/html/rfc8017#section-2[RFC 8017 § 2]. See also the https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Key_generation[Wikipedia article^].
The key structures have references to the RSA notations in single quotes. You can find these enumerated in https://datatracker.ietf.org/doc/html/rfc8017#section-2[RFC 8017 § 2] or https://datatracker.ietf.org/doc/html/rfc8017#section-3.2[RFC 8017 § 3.2^]. See also the https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Key_generation[Wikipedia article^].
It is *highly* recommended to use 4096-bit RSA if using RSA keys.
include::public.adoc[]
include::private/main.adoc[]
include::private/main.adoc[]