summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-08-24make update.Ulf Möller
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson
1999-08-19Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson
1999-08-18Really undo the base64 change so that make test survivesBodo Möller
1999-08-17Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson
1999-08-14Undo base64 decoding change (was not a bug fix).Ulf Möller
1999-08-13Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller
1999-08-13Add pkcs7 and des apps to "make all".Ulf Möller
1999-08-13Compile pkcs7 and des apps.Ulf Möller
1999-08-11Submitted by: Lidong Zhou <ldzhou@cs.cornell.edu>Bodo Möller
1999-08-11Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson
1999-08-11Fix typo.Bodo Möller
1999-08-10Updates.Bodo Möller
1999-08-09Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson
1999-08-09Bump after tarball rolling.Ralf S. Engelschall
1999-08-09Bump version to 0.9.4OpenSSL_0_9_4Ralf S. Engelschall
1999-08-08more consistent formattingBodo Möller
1999-08-08Fix two remaining prototype-related warningsRalf S. Engelschall
1999-08-08A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall
1999-08-07change formatting a bitBodo Möller
1999-08-06fix the bugBodo Möller
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
1999-08-03More diagnostics.Ben Laurie
1999-08-03Make it compile under -pedantic.Ben Laurie
1999-08-03commentBodo Möller
1999-08-03Revert erroneous change.Bodo Möller
1999-08-02automatically use no-mdc2 if no-des is requested.Bodo Möller
1999-08-02avoid some NO_<cipher> problemsBodo Möller
1999-08-02avoid castBodo Möller
1999-07-31Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov
1999-07-30by request: let BN_dup(NULL) just return NULLBodo Möller
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov
1999-07-30correct error signalling for opendir() failureBodo Möller
1999-07-30Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson
1999-07-30Allow the PKCS#7 (S/MIME encrypt) application to support more than oneDr. Stephen Henson
1999-07-29No use in naming the cblock _; the structure still is incompatibleUlf Möller
1999-07-29obj_dat.h is autogenerated (it was in the CVS because old versions ofUlf Möller
1999-07-29Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller
1999-07-29Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller
1999-07-28VMS updates.Ulf Möller
1999-07-27New function OBJ_obj2txt()Dr. Stephen Henson
1999-07-27New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson
1999-07-27when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov
1999-07-27Use correct CFLAG definition for makefile.one builds.Bodo Möller
1999-07-25SPARC Solaris config updates.Andy Polyakov
1999-07-25Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov