From e0b47595f897702a1ba0e1020f22415968b6f3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sun, 20 Oct 2024 17:31:27 -0400 Subject: [PATCH] Add a couple commas for the docs. --- src/sbbs3/js_cryptcon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/js_cryptcon.c b/src/sbbs3/js_cryptcon.c index 762f71ac5d..27132b9087 100644 --- a/src/sbbs3/js_cryptcon.c +++ b/src/sbbs3/js_cryptcon.c @@ -1034,8 +1034,8 @@ static const char* cryptcon_algo_prop_desc[] = { "<p>Elgamal was formerly covered (indirectly) by a patent in the US, this has now expired.</p>", "ECDSA is a digital signature algorithm with a key size of up to 521 bits.", "ECDH is a key-agreement algorithm with a key size of up to 521 bits.", - "EDDSA is a digital signature scheme using a variant of Schnorr signature based on twisted Edwards curves." - "X25519 is a digital signature scheme using one of the fastest curves in ECC, and is not covered by any known patents." + "EDDSA is a digital signature scheme using a variant of Schnorr signature based on twisted Edwards curves.", + "X25519 is a digital signature scheme using one of the fastest curves in ECC, and is not covered by any known patents.", "MD5 (only used for TLS 1.0/1.1)", "SHA1 is a message digest/hash algorithm with a digest/hash size of 160 bits. This algorithm has poor long-term security prospects and should be deprecated in favour of SHA-2.", "SHA2/SHA256 is a message digest/hash algorithm with a digest/hash size of 256 bits.", -- GitLab