summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte
2002-10-11Add more commentary. Check that *num is smaller than the block size.Richard Levitte
2002-10-11The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte
2002-10-11Step 13 of move of engines: Remove old files.Richard Levitte
2002-10-11Step 11c of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 11a of move of engines: Time to make the changes to supportRichard Levitte
2002-10-11Step 10 of move of engines: Change crypto/engine/Makefile.ssl so weRichard Levitte
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-06Various Win32 fixes.Dr. Stephen Henson
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson
2002-10-06Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte
2002-10-06Please do not use C++ comments in C code.Richard Levitte
2002-10-06Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte
2002-10-05For some reason, the random number support removed the destructorRichard Levitte
2002-10-04make updateDr. Stephen Henson
2002-10-04Add declaration got PKCS#7 NDEF.Dr. Stephen Henson
2002-10-04Add random number generation capability to the cswift engine.Richard Levitte
2002-10-04If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson
2002-10-02Removal missingRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-09-25Make sure that the signal storage is regarded as volatile.Richard Levitte
2002-09-25Incorrect argument order to memset()Richard Levitte
2002-09-25Missing ;Richard Levitte
2002-09-23really fix race conditionBodo Möller
2002-09-22use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller
2002-09-22make files didn't work on case insensitive filesystemsUlf Möller
2002-09-16make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller
2002-09-08Really fix PKCS7_set_detached this time...Dr. Stephen Henson
2002-09-07Fix typos in PKCS#12 ASN1 code.Dr. Stephen Henson
2002-09-02change API for looking at the internal curve listBodo Möller
2002-08-30Fix ASN1_STRING_to_UTF8: remove non sensical !*out test.Dr. Stephen Henson
2002-08-29don't memset(data,0,...) if data is NULLBodo Möller
2002-08-28Fix a bug to allow the 4758 ENGINE to build as a DSO.Geoff Thorpe
2002-08-27don't write beyond bufferBodo Möller
2002-08-26less specific interface for EC_GROUP_get_basis_typeBodo Möller
2002-08-26move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller
2002-08-26ASN1 for binary curvesBodo Möller
2002-08-23Reinstate the check for invalid length BIT STRINGS,Dr. Stephen Henson
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-22Change C++ style commentsDr. Stephen Henson
2002-08-22#if out unused function to shut the compiler up.Dr. Stephen Henson
2002-08-16'EC' vs. 'ECDSA'Bodo Möller
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-08-15Yet a couple of modules forgotten. These weren't important forRichard Levitte