summaryrefslogtreecommitdiff
path: root/crypto/evp/e_rc4.c
Commit message (Expand)AuthorAgeFilesLines
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-0/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* evp: fix coverity 1451510: argument cannot be negativePauli2021-04-081-1/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level RC4 functionsPauli2020-01-161-0/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-3/+0
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-0/+2
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-62/+58
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-2/+2
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-0/+2
* Make sure we get the definition of OPENSSL_NO_RC4.Richard Levitte2003-03-201-2/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-4/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-8/+19
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-4/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* EVP constification.Ben Laurie2000-06-031-6/+6
* Third phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-281-2/+1
* Second phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-271-4/+6
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-261-0/+9
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-12/+6
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+19
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+109