aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
1999-06-09Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.Bodo Möller1-1/+8
1999-06-09Circumvent bug in SC5 without patch #107357-01.Ulf Möller1-3/+3
1999-06-09Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson2-381/+96
1999-06-09des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller1-0/+1
1999-06-09Update dependencies.Bodo Möller1-2/+2
1999-06-09Unify DES library: ncbc_enc.c wasn't used, but its content was almostBodo Möller4-165/+34
1999-06-09Remove old libdes version number.Ulf Möller1-1/+1
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller4-11/+34
1999-06-09DES CBC change looks dubious to me.Bodo Möller1-0/+6
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller15-61/+59
1999-06-09Oops. Get rid of now incorrect comment.Ben Laurie1-2/+0
1999-06-09I keep forgetting to fix this: update the IV! Most important!Ben Laurie1-0/+6
1999-06-09Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie1-0/+1
1999-06-08The des app.Ulf Möller2-1/+2
1999-06-08Survive pedanticism.Ben Laurie8-13/+21
1999-06-08Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller2-16/+7
1999-06-08Casts.Ulf Möller3-14/+14
1999-06-08Warnings and casts.Ulf Möller1-21/+21
1999-06-08Don't #define _, and eliminate casts.Ulf Möller3-11/+6
1999-06-08Fix to compile the des app.Ulf Möller2-1/+5
1999-06-08"request" added.Bodo Möller1-7/+18
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson5-11/+17
1999-06-07Fix for BIO pairs.Bodo Möller2-2/+10
1999-06-07Use locking in a way that makes more sense.Bodo Möller1-22/+45
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson10-13/+251
1999-06-07treat init properlyBodo Möller1-1/+5
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller8-22/+22
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller6-10/+294
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson9-36/+141
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson5-18/+24
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson8-64/+71
1999-06-05Change so PEM private key read routines can handle PKCS#8 transparently.Dr. Stephen Henson1-6/+35
1999-06-05More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson2-1/+40
1999-06-05const/type fixes.Ben Laurie4-5/+5
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson2-0/+64
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson2-0/+3
1999-06-04The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson7-7/+78
1999-06-04Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson1-0/+108
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie14-66/+78
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+17
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller29-1/+360
1999-06-04Test apps.Ulf Möller1-0/+4
1999-06-03More evil cast removal.Ben Laurie7-13/+13
1999-06-03Make samples compile.Ben Laurie7-37/+100
1999-06-02stackBen Laurie2-12/+15
1999-06-02Evil cast extermination.Ben Laurie1-1/+1
1999-06-02stack.Ben Laurie6-29/+38
1999-06-02Move stack implementations to more natural places.Ben Laurie4-7/+6
1999-06-02Stack.Ben Laurie5-23/+31
1999-06-01Remove redundant line.Ulf Möller1-1/+0