summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
1999-06-09Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller
1999-06-09Circumvent bug in SC5 without patch #107357-01.Ulf Möller
1999-06-09Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson
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-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-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-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-08"request" added.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-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-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
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
1999-06-05Change so PEM private key read routines can handle PKCS#8 transparently.Dr. Stephen Henson
1999-06-05More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson
1999-06-05const/type fixes.Ben Laurie
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson
1999-06-04The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson
1999-06-04Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-06-04Test apps.Ulf Möller
1999-06-03More evil cast removal.Ben Laurie
1999-06-03Make samples compile.Ben Laurie
1999-06-02stackBen Laurie
1999-06-02Evil cast extermination.Ben Laurie
1999-06-02stack.Ben Laurie
1999-06-02Move stack implementations to more natural places.Ben Laurie
1999-06-02Stack.Ben Laurie
1999-06-01Remove redundant line.Ulf Möller