aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Obsolete/experimental code.Ulf Möller1999-07-091-163/+0
* Use "long long" for all Win32 gcc ports.Ulf Möller1999-06-281-1/+1
* With mingw32, use "long long" rather than "_int64" (the latter doesBodo Möller1999-06-281-1/+1
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-204-12/+12
* Some people don't have /dev/fd/0 on Solaris, so use - instead.Bodo Möller1999-06-151-1/+1
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-121-1/+1
* Circumvent bug in SC5 without patch #107357-01.Ulf Möller1999-06-091-3/+3
* Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie1999-06-091-0/+1
* const/type fixes.Ben Laurie1999-06-052-3/+3
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-049-48/+54
* More evil cast removal.Ben Laurie1999-06-032-6/+6
* Update dependencies.Ben Laurie1999-05-291-6/+28
* Some assembler-related clean-ups.Bodo Möller1999-05-281-1/+1
* Circument egcs bug.Bodo Möller1999-05-261-1/+2
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-212-24/+37
* Add a kludge :-(Bodo Möller1999-05-201-51/+46
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-202-69/+63
* Bignum library bug fix. IRIX 6 passes "make test" now!Ulf Möller1999-05-203-64/+85
* Move prototypes to the right place.Ulf Möller1999-05-172-22/+16
* Add actual testing to bntest...Ben Laurie1999-05-151-18/+165
* OPENSSL_EXTERNBodo Möller1999-05-151-8/+8
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-151-8/+8
* Update dependencies.Bodo Möller1999-05-151-51/+64
* For solaris-usparc configurations, avoid problems with GNU as, whichBodo Möller1999-05-131-1/+3
* Remove redundant ifdef.Ulf Möller1999-05-132-10/+2
* VMS support.Ulf Möller1999-05-137-36/+6799
* Missing argument in prototype.Ulf Möller1999-05-121-1/+1
* The various character predicates (isspace and the like) may not beBodo Möller1999-05-101-2/+2
* Superseded by sparcv8.S and sparcv8plus.s.Ulf Möller1999-05-081-462/+0
* v8plus must be specified.Ulf Möller1999-05-051-0/+1
* Fix problem with /usr/ccs/lib/cpp.Ulf Möller1999-05-052-187/+188
* 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
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Compare with BN_mod_exp_simple, too.Ulf Möller1999-04-291-9/+24
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-2/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-267-169/+0
* Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson1999-04-251-0/+1
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller1999-04-241-0/+3
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-93/+61
* "make depend"Bodo Möller1999-04-231-57/+97
* Remove header files from .cvsignore.Ulf Möller1999-04-231-1/+0