summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_mul.c
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-9/+16
* Changes from 0.9.8-devRichard Levitte2004-03-241-2/+2
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-3/+4
* Recent changes from HEADRichard Levitte2003-01-091-1/+1
* Recent changes from HEAD.Richard Levitte2002-06-251-1/+1
* Merge in recent changes from HEADRichard Levitte2002-05-301-7/+7
* Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson2002-05-101-3/+9
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* The C version of bn_sub_part_words is needed not onlyBodo Möller2000-12-151-1/+1
* Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte2000-12-131-1/+7
* In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte2000-12-131-4/+7
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-1/+1
* Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2000-12-061-0/+2
* Use assert as in the rest of the BN library.Ulf Möller2000-12-051-0/+5
* Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte2000-12-041-52/+91
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-13/+2
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-301-1/+1
* Copy and paste error... bn_add_part_words() should of course callRichard Levitte2000-11-291-1/+1
* Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte2000-11-211-4/+4
* Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte2000-11-181-28/+337
* Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte2000-11-161-7/+7
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-11/+21
* Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte2000-07-261-1/+1
* Change comment.Bodo Möller2000-03-021-1/+2
* add comment.Ulf Möller2000-03-011-0/+2
* Bug fix!Ulf Möller2000-02-271-6/+48
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-96/+82
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-8/+15
* ispell (and minor modifications)Ulf Möller2000-02-031-7/+7
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-27/+11
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-281-24/+34
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-17/+17
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-103/+656
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-4/+114
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+99