aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* remove unused old directory crypto/rijndael (superseded by crypto/aes)Bodo Möller2002-11-136-1620/+0
* Fix warnings, makefile cockup.Ben Laurie2002-11-131-2/+2
* Only accept exact match for modifier or tag nameDr. Stephen Henson2002-11-131-1/+1
* Add header ctype.hDr. Stephen Henson2002-11-131-0/+1
* Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson2002-11-131-2/+3
* Synchronise...Richard Levitte2002-11-121-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-1210-15/+975
* Make the CBC mode od AES accept lengths that aren't multiples of 16.Richard Levitte2002-11-121-5/+21
* do tests with all built-in curvesBodo Möller2002-11-111-0/+58
* corrections to built-in curvesBodo Möller2002-11-111-6/+6
* X509_NAME_cmp() now compares PrintableString and emailAddress with a value of...Richard Levitte2002-11-091-3/+106
* Typo in OCSP ASN1 moduleDr. Stephen Henson2002-11-071-1/+1
* print less output (no details unless a test failed)Bodo Möller2002-11-061-19/+91
* Check for NULL ASN1_ITEM when initializeingDr. Stephen Henson2002-11-052-2/+8
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-0413-48/+78
* Off-by-one-error corrected.Richard Levitte2002-11-041-1/+1
* Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte2002-11-012-1/+2
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-311-284/+56
* New files have appeared, tell VMS.Richard Levitte2002-10-301-1/+1
* Plug potential memory leak.Richard Levitte2002-10-301-1/+1
* synchronise util/libeay.num with the 0.9.7-stable variant (guys, thisRichard Levitte2002-10-291-2/+7
* avoid warnings ('index' shadows global declaration)Bodo Möller2002-10-291-2/+2
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-2916-208/+0
* 'covenant HOWTO' (what to do about the Sun covenant if you modify the code)Bodo Möller2002-10-291-0/+7
* The #else part of the conditionals have two statements, so they needRichard Levitte2002-10-291-0/+6
* 'broken' PKCS #8 format does not apply to ECDSABodo Möller2002-10-282-332/+201
* clean up new code for NIST primesBodo Möller2002-10-2810-45/+190
* fast reduction for NIST curvesBodo Möller2002-10-289-28/+1096
* remove superfluous codeBodo Möller2002-10-282-14/+7
* External engines aren't in crypto/engine/ any more, so don't try toRichard Levitte2002-10-241-3/+1
* For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte2002-10-241-0/+2
* In my extreme debug mode, gcc complains that 'static' doesn't comeRichard Levitte2002-10-201-13/+13
* If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe2002-10-183-3/+32
* - Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe2002-10-164-12/+49
* When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte2002-10-141-1/+4
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-145-6/+1
* Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2002-10-142-1/+8
* Add more commentary. Check that *num is smaller than the block size.Richard Levitte2002-10-111-1/+5
* The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte2002-10-112-5/+8
* Step 13 of move of engines: Remove old files.Richard Levitte2002-10-1133-12039/+0
* Step 11c of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-0/+24
* Step 11b of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-3/+94
* Step 11a of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-0/+2
* Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte2002-10-111-186/+2
* Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte2002-10-111-0/+1117
* Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte2002-10-101-1/+1
* Add a few more VxWorks targets.Richard Levitte2002-10-098-17/+18
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-0946-46/+46
* Various Win32 fixes.Dr. Stephen Henson2002-10-063-9/+26
* Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5