summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-01-12Prototype info function.Ben Laurie
2002-01-12Return value could be undefined.Ben Laurie
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
2002-01-05- Add the same header stuff to aes_locl.h as is in des_locl.h to avoidGeoff Thorpe
2002-01-05Experimental configuration code.Dr. Stephen Henson
2002-01-04add automatically generated ERR_load_... prototypeBodo Möller
2002-01-04fix EVP_CIPHER_mode macroBodo Möller
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2002-01-02The block size may be something other than 8!Richard Levitte
2002-01-02When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte
2002-01-02make updateRichard Levitte
2002-01-02Allow verification of other types than DATA.Richard Levitte
2002-01-02Allow 8-bit characters. This is not really complete, it only marksRichard Levitte
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte
2001-12-20Do not forget to compile comp_err.cRichard Levitte
2001-12-20Security fix.Ben Laurie
2001-12-17formatting consistencyBodo Möller
2001-12-17oopsBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-14fix BN_rand_rangeBodo Möller
2001-12-12Implement failover for ubsec. Submitted by Subramanian RamamoorthyRichard Levitte
2001-12-10name confusion with HP library function prototype (?)Ulf Möller
2001-12-09Improve back compatibility.Ben Laurie
2001-12-07Don't overwrite signing time.Dr. Stephen Henson
2001-12-04UID was never a lable for uniqueIdentifier. However, LDAP and certainRichard Levitte
2001-12-03Fix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo in objects.h).Bodo Möller
2001-12-01Make EVP_SealInit() return the correct value.Dr. Stephen Henson
2001-12-01NO_DSA, NO_RSA patches.Dr. Stephen Henson
2001-11-24This looks to have been a typo.Geoff Thorpe
2001-11-23fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller
2001-11-22commentBodo Möller
2001-11-22Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe
2001-11-22When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe
2001-11-22The "openssl" ENGINE is no longer used except as a testing/debuggingGeoff Thorpe
2001-11-22'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte
2001-11-16avoid stupid compiler warningBodo Möller
2001-11-16On systems that don't do too well including headers from a differentRichard Levitte
2001-11-16Make sure evp_locl.h can be included (hw_openbsd_dev_crypto.c needs that).Richard Levitte
2001-11-16commentBodo Möller
2001-11-16use a more interesting test caseBodo Möller
2001-11-15comments etc.Bodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-11-15At least for the two common Unixly DSO loading methods, include theRichard Levitte
2001-11-15make updateRichard Levitte
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte
2001-11-092001, not 2000Bodo Möller
2001-11-09adjust to OpenSSL_0_9_6-stable versionBodo Möller
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller