aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
1999-04-19Change functions to ANSI C.Ulf Möller418-6119/+2348
1999-04-19Finish off support for Certificate Policies extension.Dr. Stephen Henson4-1/+189
1999-04-19Clean up prototypes (prepare for removing NOPROTO).Ulf Möller4-13/+13
1999-04-19Fix typos in error codes.Ulf Möller13-21/+21
1999-04-19Definition did not match prototype.Ulf Möller1-2/+2
1999-04-19SPARC v8 assembler BIGNUM code.Ulf Möller2-0/+1497
1999-04-19Removed extra semicolons.Bodo Möller2-3/+3
1999-04-18Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson10-28/+662
1999-04-18Fix const declarations.Ben Laurie1-11/+14
1999-04-18Update dependencies.Ben Laurie2-59/+55
1999-04-17Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson6-8/+116
1999-04-17Massive constification.Ben Laurie96-356/+393
1999-04-17Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson9-5/+250
1999-04-17Another STACK bites the dust.Ben Laurie5-25/+41
1999-04-16Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson2-2/+107
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie4-4/+8
1999-04-16Write random seed file in binary mode.Ulf Möller1-1/+1
1999-04-15Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson1-17/+26
1999-04-14Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson6-33/+247
1999-04-14Make Windows compilers happy.Bodo Möller1-1/+1
1999-04-14Some tiny fixes.Bodo Möller1-1/+1
1999-04-13Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson10-705/+11
1999-04-12Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller3-165/+3
1999-04-12Add type-safe STACKs and SETs.Ben Laurie25-478/+698
1999-04-12Make sure a corresponding plain text error message exists for theRalf S. Engelschall1-0/+2
1999-04-10Rid the world of yet more evil casts.Ben Laurie2-5/+5
1999-04-10Rid the world of more evil casts.Ben Laurie3-39/+39
1999-04-10Install signal handler if we are using sigaction.Ben Laurie1-1/+7
1999-04-09Test PKCS#1 v1.5 padding as well.Ulf Möller1-11/+42
1999-04-09Separate DSA functionality from ASN.1 encoding.Ulf Möller8-99/+246
1999-04-09Tiny comment to improve code comprehensibility.Bodo Möller1-1/+1
1999-04-08Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson8-6/+257
1999-04-08Be more optimistic about the availability of termios for ~ECHO,Bodo Möller1-0/+15
1999-04-06Bug fix for X.509 two-digit year.Ulf Möller1-2/+2
1999-04-06Remove obsolete files from SSLeay 0.8.Ulf Möller20-4891/+0
1999-04-01Did a 'make errors' to update asn1 error codes now typo is fixedDr. Stephen Henson3-3/+0
1999-04-01Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.cDr. Stephen Henson1-2/+2
1999-04-01Include bn.h instead of defining BIGNUM as char.Ulf Möller1-4/+2
1999-04-01Update dependencies.Ben Laurie5-13/+224
1999-04-01Remove obsolete files.Ulf Möller10-6089/+0
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller47-241/+176
1999-04-01pre-0.9.3 development version.Ulf Möller1-2/+2
1999-04-01Add .cvsignore in new pkcs12 directoryRalf S. Engelschall1-0/+1
1999-03-31New option to generate 80386 code.Ulf Möller7-14/+8
1999-03-30Remove file that is to be auto-generated by sha1-586.pl.Ulf Möller1-1948/+0
1999-03-30New switch "386" to generate 80386 code (emulate bswap).Ulf Möller2-7/+23
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson6-37/+12
1999-03-29Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson17-55/+29
1999-03-29Added comments to des_enc_{read,write} functions warning about theirBodo Möller2-0/+33
1999-03-29Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson7-42/+31