aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2001-10-25Fix warning.Ben Laurie1-0/+1
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller1-4/+4
2001-10-25remove redundant definitions that are also in des.hBodo Möller1-9/+0
2001-10-25filenames are des_old.[ch], not des.comp*Bodo Möller2-3/+3
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte4-7/+4
2001-10-25Have the removal warnings very high up in the source.Richard Levitte2-15/+32
2001-10-24A C file is a C file is a C file!Richard Levitte1-1/+1
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte48-659/+1147
2001-10-24make updateRichard Levitte2-15/+15
2001-10-23Correction of the id-pda OID's.Richard Levitte1-4/+4
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson5-4/+68
2001-10-20Typo.Dr. Stephen Henson1-1/+1
2001-10-20Add missing EVP_CIPHER_CTX_{init,cleanup}Dr. Stephen Henson1-1/+4
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson17-39/+68
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson32-102/+123
2001-10-14openbsd-x86 macrosUlf Möller7-10/+10
2001-10-11In certain cases, no encoding has been set up for the b64 filter. InRichard Levitte1-2/+3
2001-10-10'make update'Richard Levitte3-5/+17
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte2-1/+2
2001-10-10'make update'Richard Levitte4-5/+139
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte1-11/+12
2001-10-09A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte1-0/+18
2001-10-09evp_test.c and evptests.txt both need to be linked in the test/ directoryGeoff Thorpe1-1/+3
2001-10-08Change some EVP prototypes to use "cipher" rather than "type" as a variableGeoff Thorpe1-6/+6
2001-10-08EVP_EncryptInit_ex() and EVP_DecryptInit_ex() had been defined in evp.h butGeoff Thorpe1-2/+14
2001-10-08As ENGINE_load_openbsd_dev_crypto() is an API function, it makes sense forGeoff Thorpe1-1/+5
2001-10-08Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.Geoff Thorpe6-6/+6
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe1-1/+1
2001-10-08Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)Lutz Jänicke1-1/+1
2001-10-04'make update'Richard Levitte21-1033/+1037
2001-10-04Since ossl_typ.h is an exported header, we sure need to export it onRichard Levitte1-1/+2
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte3-4/+7
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte10-10/+9
2001-10-03Use the maximum block length for the extra size in the encryptDr. Stephen Henson1-3/+6
2001-10-02Make EVP_DecryptUpdate work again.Dr. Stephen Henson1-12/+15
2001-10-02A lot of things are undeclared unless x509.h is included.Richard Levitte1-0/+1
2001-10-02Hmm, everything "open" isn't necessarely "openssl" :-).Richard Levitte1-1/+1
2001-10-01Woopsie...Richard Levitte1-1/+1
2001-10-01sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().Richard Levitte1-9/+7
2001-10-01Addapt seldom compiled code to new semantics of the key schedule (notRichard Levitte2-19/+19
2001-10-01Some new symbols have very long names...Richard Levitte1-0/+6
2001-10-01o_time.c contains symbols with dollar signs in them, so we must tellRichard Levitte1-1/+1
2001-10-01The cleanup stack in ENGINE changed slightly, so this "make update" isGeoff Thorpe1-19/+19
2001-10-01The STACK macros take care of casting to and from the designated item typeGeoff Thorpe2-9/+28
2001-09-28Constify EVP_SealInit, EVP_OpenInitDr. Stephen Henson3-4/+4
2001-09-28Support fractional seconds in GeneralizedTimeDr. Stephen Henson1-0/+13
2001-09-27Synchronise with Unixly build.Richard Levitte1-3/+7
2001-09-26The #error message must match a very specific regexp (see mkdef.pl,Richard Levitte1-1/+1
2001-09-26Don't clean up stuff twice.Ben Laurie2-2/+13
2001-09-26Fixes.Ben Laurie1-2/+7