Tidy up some code formatting.
[openssl.git] / crypto /
2001-08-25 Geoff ThorpeTidy up some code formatting.
2001-08-25 Geoff ThorpeThis changes the "ERR" code to have all access to state...
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-23 Dr. Stephen HensonAdd #ifdefs to some devcrypto code
2001-08-22 Ben LaurieMore tests.
2001-08-18 Ben LaurieAdd RC4 support to OpenBSD.
2001-08-18 Ben LaurieAdd AES tests.
2001-08-18 Ben LaurieAdd EVP test program.
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-08-17 Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-08-16 Lutz JänickeBugfixes provided by "Stephen Hinton" <shinton@netopia...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-11 Ben LaurieMove CIPHER_CTX cleanups to _Final routines instead...
2001-08-10 Richard LevitteApply the Tru64 patch from Tim Mooney <mooney@dogbert...
2001-08-06 Bodo MöllerMore typedef'd struct names as search targets
2001-08-06 Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-05 Ben LaurieFix memory leak.
2001-08-04 Ben LaurieParameter correction for CIOFSESSION.
2001-08-03 Ben LaurieRemove extra whitespace. Sorry.
2001-08-03 Ben LaurieReinstate accidentally deleted code.
2001-08-03 Ben LaurieGet rid of the stuff we, err, got rid of.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-08-03 Ben LaurieMake /dev/crypto work with new EVP structures.
2001-08-03 Richard LevitteMake sure memcpy() gets properly declared by including...
2001-07-31 Richard Levittemake update
2001-07-31 Ben LaurieRemove old unused stuff.
2001-07-31 Richard LevitteVade retro C++ comments!
2001-07-31 Ben LaurieRemove //.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Ben LaurieMake EVPs allocate context memory, thus making them...
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
2001-07-30 Andy PolyakovSupport for Intel and HP-UXi assemblers.
2001-07-30 Ben LaurieANSIfication.
2001-07-30 Lutz JänickeDon't miss files...
2001-07-30 Lutz JänickeFix inconsistent behaviour with respect to verify_callb...
2001-07-27 Bodo Möllerlength of secret exponent is needed only when we create one
2001-07-27 Bodo MöllerUndo DH_generate_key() change: s3_srvr.c was using...
2001-07-27 Lutz JänickeAnother uninitialized static that may lead to problems...
2001-07-27 Richard LevitteAddapt VMS script to the latest changes in the makefiles.
2001-07-27 Dr. Stephen HensonMake sure *outl is always initialized in EVP_EncryptUpd...
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-07-26 Lutz JänickeFix problem occuring when used from OpenSSH on Solaris 8.
2001-07-25 Bodo MöllerDH key generation should not use a do ... while loop,
2001-07-25 Bodo MöllerDon't preserve existing keys in DH_generate_key.
2001-07-25 Bodo Möllermd_rand.c thread safety
2001-07-25 Bodo Mölleralways reject data >= n
2001-07-24 Bodo Mölleravoid warnings
2001-07-24 Bodo MöllerAvoid race condition.
2001-07-22 Geoff ThorpeTidy up "cvs update" output a bit.
2001-07-21 Richard LevitteNot all platforms have the OpenBSD crypto device.
2001-07-21 Ben LaurieClean up EVP macros, rename DES EDE3 modes correctly...
2001-07-20 Geoff ThorpeCurrently, RSA code, when using no padding scheme,...
2001-07-11 Dr. Stephen HensonDelete extra ;
2001-07-11 Dr. Stephen HensonIn ocsp_match_issuerid() we are passed the CA that...
2001-07-11 Richard LevitteThe implementation of the TKTBODY ASN.1 functions was...
2001-07-11 Richard LevitteOne forgotten function.
2001-07-10 Richard Levittemake update
2001-07-10 Richard LevitteEVP_Digest() takes one more parameter.
2001-07-10 Bodo MöllerFor consistency with the terminology used in my SAC2001...
2001-07-10 Bodo Möllercomment change
2001-07-10 Bodo MöllerFix PRNG.
2001-07-10 Bodo MöllerIn version numbers, there is just one "M" nybble.
2001-07-10 Bodo MöllerPrecomputation will not necessarily be LIm-Lee precompu...
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-07-09 Ben LaurieA better compromise between encrypt and decrypt (but...
2001-07-08 Ben LaurieHandle the common case first (where input size is a...
2001-07-08 Ben LaurieUse & instead of % - worth about 4% for 8 byte blocks.
2001-07-08 Ben LaurieCorrect const-ness.
2001-07-06 Ben LaurieRemove unnecessary casts.
2001-07-06 Ben LaurieConstification.
2001-07-05 Richard LevitteUse one address consistently.
2001-07-05 Richard LevitteChange info to correct values.
2001-07-04 Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
2001-07-04 Ben LaurieUpdate nCipher header with more liberal licence.
2001-07-02 Richard LevitteLet's include cryptlib.h *before* things like NO_SYSLOG...
2001-07-02 Richard Levitte[Forgotten commits?]
2001-07-01 Richard LevitteChanges to have OpenSSL compile on OS/2.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-26 Dr. Stephen HensonAnother empty X509_NAME fix.
2001-06-26 Dr. Stephen HensonHandle empty X509_NAME in printing routines.
2001-06-26 Bodo MöllerDSA verification should insist that r and s are in...
2001-06-25 Richard LevitteMake get_ip() a bit more strict in it's parsing of...
2001-06-25 Bodo MöllerTranslate into valid C (don't call functions with wrong...
2001-06-24 Richard LevitteMake sure we don't return 0 on error.
2001-06-23 Dr. Stephen HensonIn {RSA,DSA,DH}_new_method(x) need to increase the...
2001-06-23 Richard LevitteUse the new UI features, among others the new boolean...
2001-06-23 Richard LevitteIncluding stdio.h before setting _XOPEN_SOURCE and
2001-06-23 Richard Levittemake update
2001-06-23 Richard LevitteDo not loop i the OpenSSL UI method any more. Instead...
2001-06-23 Richard Levittemake update
2001-06-23 Richard LevitteImplement boolean (yes/no or OK/Cancel, ...) input.
2001-06-23 Richard LevitteNew error printing function that gives the possibility...
2001-06-23 Richard LevitteInclude the UI error strings.
2001-06-23 Richard LevitteFor the UI functions that return an int, 0 or any posit...
2001-06-23 Dr. Stephen HensonFix hwcrhk_insert_card.
2001-06-23 Dr. Stephen HensonIn UI_dup_*() function, use the duped string, not the...
next