aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+0
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-072-2/+2
* Fix a bug which caused BN_div to produce theDr. Stephen Henson2001-02-281-1/+5
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-123/+118
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-205-7/+7
* Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller2001-02-201-4/+3
* Use new-style system-id macros.Richard Levitte2001-02-201-1/+1
* BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller2001-02-201-12/+15
* Make all configuration macros available for application by makingRichard Levitte2001-02-199-44/+49
* Simplify BN_rand_rangeBodo Möller2001-02-102-8/+4
* Another comment change. (Previous comment does not applyBodo Möller2001-02-081-2/+2
* Change comments. (The expected number of iterations in BN_rand_rangeBodo Möller2001-02-081-2/+2
* oops -- remove observation codeBodo Möller2001-02-081-4/+0
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-083-7/+60
* Bleichenbacher's DSA attackUlf Möller2001-02-072-0/+12
* There is no C version of bn_div_3_wordsUlf Möller2001-01-231-1/+1
* The C version of bn_sub_part_words is needed not onlyBodo Möller2000-12-151-1/+1
* Very few in the "README" is up-to-dateBodo Möller2000-12-151-0/+4
* The BN_mul bug test apparently is no longer neededBodo Möller2000-12-141-37/+0
* 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
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Fix some things that look like bugs.Bodo Möller2000-12-075-47/+111
* TEST_MUL and TEST_SQR added.Bodo Möller2000-12-071-2/+24
* Sign-related fixes (and tests).Bodo Möller2000-12-073-17/+30
* Move 'q->neg = 0' to those places where it is neededBodo Möller2000-12-071-1/+5
* BN_mod_sqrt documentation/commentBodo Möller2000-12-061-1/+1
* remove a comment that shouldn't have been there any moreUlf Möller2000-12-061-1/+1
* Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller2000-12-061-5/+79
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-061-2/+0
* remove useless instructionUlf Möller2000-12-061-2/+0
* Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2000-12-062-2/+215
* test_mod_mul is useful, let's run it more often.Ulf Möller2000-12-061-1/+3
* 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-042-54/+94
* Change error message to "bignum too long"Bodo Möller2000-12-043-3/+3
* include <limits.h>Bodo Möller2000-12-031-0/+1
* Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller2000-12-033-0/+8
* Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte2000-12-021-0/+7
* last commit was wrong. Now it works. :)Ulf Möller2000-12-021-2/+2
* arglUlf Möller2000-12-021-1/+1
* forgot to remove the loop variableUlf Möller2000-12-021-8/+0
* Loops like this one:Ulf Möller2000-12-021-28/+0
* New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller2000-12-023-35/+63
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-023-13/+29
* functionality for BN_mod_sqrt timingsBodo Möller2000-12-011-30/+72
* "make depend"Bodo Möller2000-12-011-0/+7
* Fix the recently introduced test that checks if the result is 0Bodo Möller2000-11-301-2/+2