aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2002-01-04fix EVP_CIPHER_mode macroBodo Möller1-1/+1
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte12-99/+1793
2002-01-02The block size may be something other than 8!Richard Levitte1-4/+5
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte1-0/+4
2002-01-02make updateRichard Levitte1-0/+7
2002-01-02Allow verification of other types than DATA.Richard Levitte1-7/+46
2002-01-02Allow 8-bit characters. This is not really complete, it only marksRichard Levitte2-82/+123
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte1-0/+2
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte1-0/+1
2001-12-20Do not forget to compile comp_err.cRichard Levitte1-2/+2
2001-12-20Security fix.Ben Laurie1-22/+17
2001-12-17formatting consistencyBodo Möller1-1/+0
2001-12-17oopsBodo Möller1-1/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller17-27/+1
2001-12-14fix BN_rand_rangeBodo Möller1-11/+13
2001-12-12Implement failover for ubsec. Submitted by Subramanian RamamoorthyRichard Levitte2-40/+230
2001-12-10name confusion with HP library function prototype (?)Ulf Möller1-2/+2
2001-12-09Improve back compatibility.Ben Laurie4-5/+17
2001-12-07Don't overwrite signing time.Dr. Stephen Henson1-5/+9
2001-12-04UID was never a lable for uniqueIdentifier. However, LDAP and certainRichard Levitte4-14/+15
2001-12-03Fix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo in objects.h).Bodo Möller7-924/+916
2001-12-01Make EVP_SealInit() return the correct value.Dr. Stephen Henson1-2/+3
2001-12-01NO_DSA, NO_RSA patches.Dr. Stephen Henson4-0/+16
2001-11-24This looks to have been a typo.Geoff Thorpe1-1/+1
2001-11-23fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller2-2/+5
2001-11-22commentBodo Möller1-1/+4
2001-11-22Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe1-4/+4
2001-11-22When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe3-3/+31
2001-11-22The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe1-12/+38
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe2-9/+7
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte1-0/+4
2001-11-16avoid stupid compiler warningBodo Möller1-1/+1
2001-11-16On systems that don't do too well including headers from a differentRichard Levitte1-0/+4
2001-11-16Make sure evp_locl.h can be included (hw_openbsd_dev_crypto.c needs that).Richard Levitte1-1/+1
2001-11-16commentBodo Möller1-0/+1
2001-11-16use a more interesting test caseBodo Möller1-2/+2
2001-11-15comments etc.Bodo Möller1-3/+3
2001-11-15Improve EC efficiency.Bodo Möller3-10/+363
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte2-6/+9
2001-11-15make updateRichard Levitte13-11/+13
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte1-0/+7
2001-11-092001, not 2000Bodo Möller1-1/+1
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller1-2/+3
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller1-2/+2
2001-11-06PKCS#12 code fixes: initialize and cleanup digests and ciphersDr. Stephen Henson2-8/+12
2001-11-06Win32 fixes.Dr. Stephen Henson1-1/+1
2001-11-06des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte4-4/+5
2001-11-05Place the OpenSSL-specific headers back so they always get included,Richard Levitte1-6/+7
2001-11-05No need to include anything on systems that do not have /dev/cryptRichard Levitte1-10/+10
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte1-1/+7