summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
1999-06-09Reformat and "modernise" the sign.c demo.Dr. Stephen Henson
1999-06-09Put SC5 warning back in, future changes might trigger the compiler bug again.Ulf Möller
1999-06-09tiny optical changeBodo Möller
1999-06-09Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller
1999-06-09Oops, I forgot to add the dependency "TABLE: Configure".Bodo Möller
1999-06-09Circumvent bug in SC5 without patch #107357-01.Ulf Möller
1999-06-09Don't define _ANSI_SOURCE for NetBSD.Ulf Möller
1999-06-09Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson
1999-06-09Delete unnecessary newlines in TABLEBodo Möller
1999-06-09des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller
1999-06-09Update dependencies.Bodo Möller
1999-06-09Unify DES library: ncbc_enc.c wasn't used, but its content was almostBodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-06-09Remove old libdes version number.Ulf Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-06-09DES CBC change looks dubious to me.Bodo Möller
1999-06-09Mention unistd.h.Bodo Möller
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller
1999-06-09Oops. Get rid of now incorrect comment.Ben Laurie
1999-06-09I keep forgetting to fix this: update the IV! Most important!Ben Laurie
1999-06-09Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie
1999-06-08The des app.Ulf Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-08crypt(), demos patched.Ulf Möller
1999-06-08Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller
1999-06-08Casts.Ulf Möller
1999-06-08Warnings and casts.Ulf Möller
1999-06-08Don't #define _, and eliminate casts.Ulf Möller
1999-06-08Fix to compile the des app.Ulf Möller
1999-06-08Prevent name conflicts.Ulf Möller
1999-06-08"request" added.Bodo Möller
1999-06-08Use mkdir-p.pl more efficiently.Bodo Möller
1999-06-08Don't make assumptions on what the path looks like.Bodo Möller
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson
1999-06-07Fix for BIO pairs.Bodo Möller
1999-06-07Use locking in a way that makes more sense.Bodo Möller
1999-06-07Use the same path to perl in all #! lines in util.Bodo Möller
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-06-07treat init properlyBodo Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller
1999-06-07Mention mkdir-p.pl.Bodo Möller
1999-06-07mkdir -p is not fully portable (according to Marc Crispin,Bodo Möller
1999-06-07Use only -O, not -O3 for NeXTstep:Bodo Möller
1999-06-07Comments added.Bodo Möller
1999-06-07linux-sparcBodo Möller
1999-06-07"linux-sparc" configuration.Bodo Möller
1999-06-07More general definition for S_ISDIR (needed not only for VMS butBodo Möller
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson