aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller22-286/+0
2002-10-29'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller1-0/+7
2002-10-29The #else part of the conditionals have two statements, so they needRichard Levitte1-0/+6
2002-10-29Revert, that was an incorrect change.Richard Levitte2-2/+4
2002-10-29A small detail: since 0.9.7, DH_new_method() and DSA_new_method()Richard Levitte2-4/+2
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe5-19/+54
2002-10-28increase permissible message length so that we can handleBodo Möller1-1/+1
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller2-332/+201
2002-10-28clean up new code for NIST primesBodo Möller11-45/+193
2002-10-28fast reduction for NIST curvesBodo Möller12-44/+1133
2002-10-28remove superfluous codeBodo Möller2-14/+7
2002-10-25Make sure toupper() is declaredRichard Levitte1-0/+1
2002-10-24External engines aren't in crypto/engine/ any more, so don't try toRichard Levitte1-3/+1
2002-10-24make updateRichard Levitte1-8/+9
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte3-2/+13
2002-10-24There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte1-4/+7
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte2-4/+6
2002-10-23Signal an error if the entered output password didn't match itself.Richard Levitte1-1/+2
2002-10-23fix warnings, and harmonize indentationBodo Möller1-20/+24
2002-10-23I don't like c-tab-always-indent ...Bodo Möller1-4/+3
2002-10-21Typo: v3 is represented by 2.Dr. Stephen Henson1-1/+1
2002-10-20In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte1-13/+13
2002-10-20New docs.Dr. Stephen Henson7-3/+511
2002-10-18Make pod2man happier.Geoff Thorpe1-1/+1
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe3-3/+32
2002-10-18Another ENGINE implementation dependant on string.h.Geoff Thorpe1-0/+1
2002-10-18We need to propogate SHARED_LIBS to sub-directories for "install" targetsGeoff Thorpe1-1/+1
2002-10-18The loop variable is 'l', not 'i'.Geoff Thorpe1-4/+4
2002-10-18Corrected exchanged parameters in example for EVP_EncryptInit_ex()Lutz Jänicke1-1/+1
2002-10-17change Emacs indentation style to make it easier to insertBodo Möller1-7/+6
2002-10-16Eh, -Wl,--whole-archive disappeared from the GNU targets. I've noRichard Levitte1-0/+1
2002-10-16The ENGINE implementations in ./engines/ should be role models on how toGeoff Thorpe5-0/+5
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe5-12/+50
2002-10-15Typos.Richard Levitte2-6/+6
2002-10-15Typos.Richard Levitte1-2/+2
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte3-112/+42
2002-10-15Makefile.shared needs to know how it can reach itself.Richard Levitte2-0/+2
2002-10-14When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte1-1/+4
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte8-10/+1
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2-1/+8
2002-10-14libs is a timestamp that we don't really need to know about.Richard Levitte1-0/+1
2002-10-14Add needed libraries as per configuration to the list of libraries weRichard Levitte1-1/+4
2002-10-14Add missing quotes.Richard Levitte1-38/+38
2002-10-13Targeting the solaris platform for specific tests. Something is goingRichard Levitte1-2/+2
2002-10-12Clarify where the engines are by default.Richard Levitte1-2/+3
2002-10-12Chase down the missing backslashes.Richard Levitte1-12/+12
2002-10-11Add more commentary. Check that *num is smaller than the block size.Richard Levitte1-1/+5
2002-10-11The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte2-5/+8
2002-10-11Step 14 of move of engines: Final step, document the change.Richard Levitte1-0/+13
2002-10-11make update.Richard Levitte1-0/+25