9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] auth/rsagen: bump bits to 4096
@ 2023-11-26  4:33 Aaron Bieber
  2023-11-26 12:48 ` cinap_lenrek
  0 siblings, 1 reply; 13+ messages in thread
From: Aaron Bieber @ 2023-11-26  4:33 UTC (permalink / raw)
  To: 9front

Hola!

No argument from me that RSA should go the way of the dodo.. but until 
that day
we should probably default to 4096:

diff 04d6a2acecfe4fe44947da8b676f63bcd0f3c0fe uncommitted
--- a/sys/man/8/rsa
+++ b/sys/man/8/rsa
@@ -150,7 +150,7 @@
  .B n
  has exactly
  .I nbits
-(default 2048)
+(default 4096)
  significant bits.
  If
  .I tag
--- a/sys/src/cmd/auth/rsagen.c
+++ b/sys/src/cmd/auth/rsagen.c
@@ -18,7 +18,7 @@
      char *tag;
      RSApriv *key;

-    bits = 2048;
+    bits = 4096;
      tag = nil;
      key = nil;
      fmtinstall('B', mpfmt);



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-11-27 12:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26  4:33 [9front] auth/rsagen: bump bits to 4096 Aaron Bieber
2023-11-26 12:48 ` cinap_lenrek
2023-11-26 14:46   ` Aaron Bieber
2023-11-26 16:50     ` ori
2023-11-26 19:07       ` Aaron Bieber
2023-11-26 17:06     ` cinap_lenrek
2023-11-26 19:15       ` Aaron Bieber
2023-11-26 19:43         ` cinap_lenrek
2023-11-27  0:33           ` Frank D. Engel, Jr.
2023-11-27  0:42             ` ori
2023-11-27  1:26               ` Frank D. Engel, Jr.
2023-11-27  9:50                 ` hiro
2023-11-27 12:22                   ` Frank D. Engel, Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).