aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Only OPENSSL_free() non-NULL pointers.Geoff Thorpe2001-09-011-4/+6
* undo, didn't workUlf Möller2001-09-011-34/+3
* *** empty log message ***Ulf Möller2001-09-011-1/+1
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-011-2/+33
* Fix SSL memory leak.Ben Laurie2001-08-282-1/+21
* Test digests.Ben Laurie2001-08-263-21/+100
* Add digests.Ben Laurie2001-08-261-12/+144
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-6/+9
* More tests.Ben Laurie2001-08-221-0/+9
* Add RC4 support to OpenBSD.Ben Laurie2001-08-183-28/+59
* Add AES tests.Ben Laurie2001-08-182-4/+28
* Add EVP test program.Ben Laurie2001-08-186-15/+288
* Add first cut symmetric crypto support.Ben Laurie2001-08-183-6/+1
* Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie2001-08-111-6/+11
* More typedef'd struct names as search targetsBodo Möller2001-08-061-2/+2
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-061-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-052-79/+104
* Fix memory leak.Ben Laurie2001-08-051-2/+2
* Parameter correction for CIOFSESSION.Ben Laurie2001-08-041-1/+3
* Remove extra whitespace. Sorry.Ben Laurie2001-08-031-1/+1
* Reinstate accidentally deleted code.Ben Laurie2001-08-031-1/+3
* Get rid of the stuff we, err, got rid of.Ben Laurie2001-08-031-137/+0
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-033-102/+74
* Make /dev/crypto work with new EVP structures.Ben Laurie2001-08-031-19/+18
* make updateRichard Levitte2001-07-311-45/+47
* Vade retro C++ comments!Richard Levitte2001-07-311-5/+7
* Remove //.Ben Laurie2001-07-311-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-3027-832/+659
* ANSIfication.Ben Laurie2001-07-301-1/+2
* Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson2001-07-271-0/+2
* Not all platforms have the OpenBSD crypto device.Richard Levitte2001-07-211-0/+4
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-216-6/+258
* A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie2001-07-092-46/+37
* Handle the common case first (where input size is a multiple of block size).Ben Laurie2001-07-081-2/+18
* Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie2001-07-081-2/+10
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-5/+5
* Delete a redundant line.Ben Laurie2001-06-161-1/+0
* Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson2001-05-241-1/+1
* make updateRichard Levitte2001-05-061-2/+2
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-5/+14
* Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke2001-04-142-6/+6
* Add the possibility to have AES removed in Windows as well.Richard Levitte2001-04-081-1/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-0923-114/+114
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-083-17/+21
* make updateRichard Levitte2001-02-261-19/+18
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-567/+554
* Make all configuration macros available for application by makingRichard Levitte2001-02-1932-751/+729
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-143-0/+39
* Fix AES code.Dr. Stephen Henson2001-02-075-235/+188