aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Missing argument in prototype.Ulf Möller1999-05-121-1/+1
* Use ifndef PEDANTIC for all inline assembler.Ulf Möller1999-05-111-2/+2
* Comment.Bodo Möller1999-05-111-1/+5
* Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson1999-05-115-36/+37
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-104-11/+11
* Moved some variable declarations inside blocks where they are neededBodo Möller1999-05-101-11/+17
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-106-9/+15
* Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson1999-05-107-20/+51
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-0913-30/+62
* Makefile.save was missing here.Bodo Möller1999-05-091-0/+1
* Move variable definitions into the blocks where they are really needed,Bodo Möller1999-05-091-11/+17
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-095-10/+14
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-1/+1
* Allows PKCS#12 password to be placed on command line and add allow configDr. Stephen Henson1999-05-081-9/+14
* GeneralizedTime setting fixes.Dr. Stephen Henson1999-05-082-2/+2
* pass $PERL on make files.Ulf Möller1999-05-081-1/+1
* Superseded by sparcv8.S and sparcv8plus.s.Ulf Möller1999-05-081-462/+0
* Make -pedantic work again.Ben Laurie1999-05-071-1/+1
* Some comments.Bodo Möller1999-05-063-4/+4
* Support additional Win32 compilers.Ulf Möller1999-05-062-130/+134
* Remove unreachable return statements.Ulf Möller1999-05-051-1/+0
* v8plus must be specified.Ulf Möller1999-05-051-0/+1
* Use ANSI stdarg.Ulf Möller1999-05-054-39/+14
* Fix problem with /usr/ccs/lib/cpp.Ulf Möller1999-05-052-187/+188
* SHA-1 cleanups and performance enhancements.Ulf Möller1999-05-055-132/+291
* Recognise Ultra Sparc and compiler version number.Ulf Möller1999-05-041-0/+3
* Andy Polyakov points out there are default rules in make in gmake for this.Ulf Möller1999-05-041-3/+1
* Sparc v8plus assembler.Ulf Möller1999-05-043-120/+1682
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-043-6/+9
* Add missing sk_<type>_unshift() function to safestack.hRalf S. Engelschall1999-05-041-0/+3
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-044-15/+20
* Some more stack stuff.Ben Laurie1999-05-031-3/+5
* Yet another stack.Ben Laurie1999-05-027-65/+146
* Update dependencies.Ben Laurie1999-05-017-132/+160
* Another stack.Ben Laurie1999-05-017-49/+56
* Another stack.Ben Laurie1999-05-016-28/+57
* Another safe stack.Ben Laurie1999-05-017-54/+69
* Better to not have blanks in .cvsignore filesRalf S. Engelschall1999-05-011-1/+0
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-013-5/+7
* Use correct error macro so that error messages make sense.Bodo Möller1999-05-011-5/+5
* Unused file.Ulf Möller1999-04-291-238/+0
* ignore Makefile.saveBodo Möller1999-04-291-0/+1
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-2935-71/+141
* Bug fix.Ulf Möller1999-04-291-5/+7
* Compare with BN_mod_exp_simple, too.Ulf Möller1999-04-291-9/+24
* Ignore Makefile.saveUlf Möller1999-04-2933-0/+33
* Missing "else".Ulf Möller1999-04-291-2/+1
* Pass PERL to sub-Makefiles during "make links".Bodo Möller1999-04-291-1/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-2935-105/+105
* Change error message for consistency.Ulf Möller1999-04-281-1/+1