aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov1999-07-311-6/+35
* by request: let BN_dup(NULL) just return NULLBodo Möller1999-07-301-0/+2
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-303-89/+180
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
* SPARC Solaris config updates.Andy Polyakov1999-07-251-4/+9
* Added support for SPARC Linux.Andy Polyakov1999-07-251-1/+0
* - performance retunes, v8plus bn_*_comba routines are reimplemented;Andy Polyakov1999-07-252-1030/+969
* Remove obsolete files.Ulf Möller1999-07-221-544/+0
* Get rid of redundant multiplications in bn_div_words.Andy Polyakov1999-07-211-5/+5
* MIPS III/IV assembler module is reimplemented.Andy Polyakov1999-07-202-1/+2063
* crypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/Andy Polyakov1999-07-201-0/+544
* crypto/bn/asm/mips3.s is obsolete. I'm moving it to crypto/bn/asm/obsoleteAndy Polyakov1999-07-201-544/+0
* More DES library cleanups: remove references to srand/randUlf Möller1999-07-151-2/+0
* 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