diff options
author | deraadt <> | 1999-06-30 01:40:18 +0000 |
---|---|---|
committer | deraadt <> | 1999-06-30 01:40:18 +0000 |
commit | a7f55036556fa668ef8424737e04af1e3f53e8a7 (patch) | |
tree | 3bd400195b2c059fba9ac4c8aad6b489c98c7bfd /src/lib/libc/crypt | |
parent | 83720b4b4e44bfb92ccb155d6ca4f6cf9bb7447d (diff) | |
download | openbsd-a7f55036556fa668ef8424737e04af1e3f53e8a7.tar.gz openbsd-a7f55036556fa668ef8424737e04af1e3f53e8a7.tar.bz2 openbsd-a7f55036556fa668ef8424737e04af1e3f53e8a7.zip |
clarify trade secret issue
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 13 |
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 |
77 | An algorithm call | ||
77 | .Pa RC4 | 78 | .Pa RC4 |
78 | has been designed by RSA Data Security, Inc. It was posted anonymously | 79 | was designed by RSA Data Security, Inc. It was considered a trade secret, |
79 | to the USENET and was confirmed to be equivalent by several sources who | 80 | but not trademarked. |
80 | had access to the original cipher. Since | 81 | A clone of this was posted anonymously to the USENET and was confirmed to |
82 | be equivalent by several sources who had access to the original cipher. | ||
83 | Because of the trade secret situation, RSA Data Security, Inc. can do | ||
84 | nothing about the situation. | ||
85 | Since | ||
81 | .Pa RC4 | 86 | .Pa RC4 |
82 | used to be a trade secret, the cipher is now referred to as | 87 | used to be a trade secret, the cipher is now referred to as |
83 | .Pa ARC4 . | 88 | .Pa ARC4 . |