aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2001-07-311-23/+24
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-24/+23
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-0/+12
* Support for Intel and HP-UXi assemblers.Andy Polyakov2001-07-301-456/+465
* This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov2001-06-221-185/+245
* Get rid of "possible WAW dependency" warnings.Andy Polyakov2001-06-111-0/+5
* Get rid of RAW dependency warnings.Andy Polyakov2001-05-301-7/+7
* Assembler support for IA-64. See the source code commentary for furtherAndy Polyakov2001-05-281-0/+1484
* branch on equal is beql, not beq...Richard Levitte2001-05-141-1/+1
* Adjust BN_mod_inverse algorithm selection according to experiments onBodo Möller2001-04-091-2/+3
* commentBodo Möller2001-04-081-1/+1
* code documentationBodo Möller2001-04-081-4/+8
* binary algorithm for modular inversionBodo Möller2001-04-082-98/+183
* The IRIX fix. Asm recap and corresponding declation.Andy Polyakov2001-03-272-4/+5
* Completely remove mont2 stuff.Bodo Möller2001-03-152-406/+0
* EC_METHOD based on bn_mont2 (not used in the library)Bodo Möller2001-03-112-9/+30
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-102-2/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Bug fixes.Richard Levitte2001-03-091-7/+8
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-3/+3
* CommentBodo Möller2001-03-081-0/+2
* Hide BN_CTX structure details.Bodo Möller2001-03-084-18/+29
* Constify BN_value_one.Bodo Möller2001-03-082-2/+2
* 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