summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 01:05:25 +0000
committerschwarze <>2018-03-21 01:05:25 +0000
commit57c991e1e1dafb373248a6f8c58a2e0a09231c74 (patch)
treea2af860643cec4aa2bdd751f6ff991128dde0005
parenta24b75322bf90686c5ae910eea43681e6e8c0217 (diff)
downloadopenbsd-57c991e1e1dafb373248a6f8c58a2e0a09231c74.tar.gz
openbsd-57c991e1e1dafb373248a6f8c58a2e0a09231c74.tar.bz2
openbsd-57c991e1e1dafb373248a6f8c58a2e0a09231c74.zip
rc4.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
-rw-r--r--src/lib/libcrypto/man/RC4.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RC4.3 b/src/lib/libcrypto/man/RC4.3
index 5bd1043530..4c73a02110 100644
--- a/src/lib/libcrypto/man/RC4.3
+++ b/src/lib/libcrypto/man/RC4.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RC4.3,v 1.4 2016/11/29 14:51:09 schwarze Exp $ 1.\" $OpenBSD: RC4.3,v 1.5 2018/03/21 01:05:25 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 29 2016 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt RC4 3 52.Dt RC4 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -124,6 +124,7 @@ do not return values.
124.Fn RC4_set_key 124.Fn RC4_set_key
125and 125and
126.Fn RC4 126.Fn RC4
127are available in all versions of SSLeay and OpenSSL. 127appeared in SSLeay 0.8.1b or earlier and have been available since
128.Ox 2.4 .
128.Sh BUGS 129.Sh BUGS
129This cipher is broken and should no longer be used. 130This cipher is broken and should no longer be used.