aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* disable caching in BIO_gethostbynameBodo Möller2001-10-261-14/+22
* Typo.Dr. Stephen Henson2001-10-201-1/+1
* openbsd-x86 macrosUlf Möller2001-10-146-9/+9
* In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte2001-10-111-2/+3
* 'make update'Richard Levitte2001-10-103-5/+131
* Add support for md4WithRSAEncryption.Richard Levitte2001-10-102-1/+2
* A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte2001-10-101-0/+18
* Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke2001-10-081-1/+1
* In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte2001-09-241-1/+2
* commentsBodo Möller2001-09-101-5/+8
* copyrightBodo Möller2001-09-101-1/+1
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
* improve OAEP checkBodo Möller2001-09-061-125/+157
* bn_sqr bug fix as in mainUlf Möller2001-09-051-1/+1
* WTF?Ulf Möller2001-09-041-1/+1
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-033-8/+74
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-08-171-0/+1498
|\
| * Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-173-2/+180
| * Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-162-2/+3
| * The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-4/+4
| * The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-127-22/+28
| * Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoidsBen Laurie2001-08-111-6/+11
| * Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-101-8/+8
| * More typedef'd struct names as search targetsBodo Möller2001-08-062-4/+4
| * Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-063-7/+7
| * Start to reduce some of the header bloat.Ben Laurie2001-08-0534-692/+788
| * 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-0313-144/+107
| * Make /dev/crypto work with new EVP structures.Ben Laurie2001-08-031-19/+18
| * Make sure memcpy() gets properly declared by including string.h.Richard Levitte2001-08-031-0/+1
| * make updateRichard Levitte2001-07-3142-365/+405
| * Remove old unused stuff.Ben Laurie2001-07-311-4/+0
| * Vade retro C++ comments!Richard Levitte2001-07-312-6/+10
| * Remove //.Ben Laurie2001-07-311-2/+2
| * Really add the EVP and all of the DES changes.Ben Laurie2001-07-3091-3022/+1972
| * Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-3025-188/+216
| * Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-0/+12
| * Support for Intel and HP-UXi assemblers.Andy Polyakov2001-07-301-456/+465
| * ANSIfication.Ben Laurie2001-07-301-1/+2
| * Don't miss files...Lutz Jänicke2001-07-301-0/+6
| * Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-301-0/+2
| * length of secret exponent is needed only when we create oneBodo Möller2001-07-271-2/+1
| * Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-271-1/+6
| * Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke2001-07-271-1/+1
| * Addapt VMS script to the latest changes in the makefiles.Richard Levitte2001-07-271-3/+4
| * Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson2001-07-271-0/+2