aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller16-208/+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-28'broken' PKCS #8 format does not apply to ECDSABodo Möller2-332/+201
2002-10-28clean up new code for NIST primesBodo Möller10-45/+190
2002-10-28fast reduction for NIST curvesBodo Möller9-28/+1096
2002-10-28remove superfluous codeBodo Möller2-14/+7
2002-10-24External engines aren't in crypto/engine/ any more, so don't try toRichard Levitte1-3/+1
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte1-0/+2
2002-10-20In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte1-13/+13
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe3-3/+32
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe4-12/+49
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 Levitte5-6/+1
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2-1/+8
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 13 of move of engines: Remove old files.Richard Levitte33-12039/+0
2002-10-11Step 11c of move of engines: Time to make the changes to supportRichard Levitte1-0/+24
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte1-3/+94
2002-10-11Step 11a of move of engines: Time to make the changes to supportRichard Levitte1-0/+2
2002-10-11Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte1-186/+2
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte1-0/+1117
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte1-1/+1
2002-10-09Add a few more VxWorks targets.Richard Levitte8-17/+18
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte46-46/+46
2002-10-06Various Win32 fixes.Dr. Stephen Henson3-9/+26
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson1-3/+5
2002-10-06Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte1-2/+0
2002-10-06Please do not use C++ comments in C code.Richard Levitte1-1/+3
2002-10-06Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte1-0/+4
2002-10-05For some reason, the random number support removed the destructorRichard Levitte1-0/+1
2002-10-04make updateDr. Stephen Henson1-42/+22
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson1-0/+1
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte1-1/+71
2002-10-04If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte1-2/+2
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson4-72/+277
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson10-94/+276
2002-10-02Removal missingRichard Levitte1-594/+0
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte5-5/+1136
2002-09-25Make sure that the signal storage is regarded as volatile.Richard Levitte1-1/+1
2002-09-25Incorrect argument order to memset()Richard Levitte1-2/+2
2002-09-25Missing ;Richard Levitte1-1/+1
2002-09-23really fix race conditionBodo Möller2-26/+28
2002-09-22use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller1-1/+1
2002-09-22make files didn't work on case insensitive filesystemsUlf Möller1-0/+0
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller1-0/+5
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson1-1/+1
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson2-3/+10
2002-09-02change API for looking at the internal curve listBodo Möller2-18/+23