summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/arc4random.313
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index d9797d5d45..bcf98bd964 100644
--- a/src/lib/libc/crypt/arc4random.3
+++ b/src/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: arc4random.3,v 1.8 1999/05/25 13:06:44 aaron Exp $ 1.\" $OpenBSD: arc4random.3,v 1.9 1999/06/30 01:40:18 deraadt Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -74,10 +74,15 @@ automatically initializes itself.
74.Xr rand48 3 , 74.Xr rand48 3 ,
75.Xr random 3 75.Xr random 3
76.Sh HISTORY 76.Sh HISTORY
77An algorithm call
77.Pa RC4 78.Pa RC4
78has been designed by RSA Data Security, Inc. It was posted anonymously 79was designed by RSA Data Security, Inc. It was considered a trade secret,
79to the USENET and was confirmed to be equivalent by several sources who 80but not trademarked.
80had access to the original cipher. Since 81A clone of this was posted anonymously to the USENET and was confirmed to
82be equivalent by several sources who had access to the original cipher.
83Because of the trade secret situation, RSA Data Security, Inc. can do
84nothing about the situation.
85Since
81.Pa RC4 86.Pa RC4
82used to be a trade secret, the cipher is now referred to as 87used to be a trade secret, the cipher is now referred to as
83.Pa ARC4 . 88.Pa ARC4 .