summaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
2000-12-06Add a comment.Bodo Möller1-0/+5
2000-12-06Workaround for broken (or missing) bc.Bodo Möller2-2/+29
2000-12-06remove useless instructionUlf Möller1-2/+0
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2-2/+215
2000-12-06another fix for the debug printUlf Möller1-2/+4
2000-12-06test_mod_mul is useful, let's run it more often.Ulf Möller1-1/+3
2000-12-06move constants for debug functions to end of fileUlf Möller1-2/+6
2000-12-05Update the internal docs.Richard Levitte1-9/+10
2000-12-05Typo and additional information about cert-chain building.Lutz Jänicke1-1/+4
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke1-0/+9
2000-12-05Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller1-1/+16
2000-12-05On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte1-10/+31
2000-12-05push the flags tooUlf Möller1-0/+2
2000-12-05looks like it works nowUlf Möller1-4/+4
2000-12-05save registers in the debug output code (return value is overwritten too)Ulf Möller1-1/+23
2000-12-05more of the same: add printf() for perlasm.Ulf Möller1-11/+39
2000-12-05minor modification to the previous changeUlf Möller1-3/+2
2000-12-05PERLASM - the wierdest programming language since Intercal.Ulf Möller1-1/+27
2000-12-05Use assert as in the rest of the BN library.Ulf Möller1-0/+5
2000-12-04Improve formatting.Bodo Möller1-2/+2
2000-12-04It's completely unnecessary to add a compression algorithm that isRichard Levitte1-0/+3
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte2-54/+94
2000-12-04Change error message to "bignum too long"Bodo Möller3-3/+3
2000-12-04Sync up with a minor change in lhash.hGeoff Thorpe1-2/+2
2000-12-04ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe1-6/+3
2000-12-04Update the documentation to the current state of the LHASH changes. ThereGeoff Thorpe1-7/+50
2000-12-04Make a note of the LHASH changes.Geoff Thorpe1-0/+6
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe6-15/+39
2000-12-03Fix warnings.Ben Laurie3-7/+13
2000-12-03include <limits.h>Bodo Möller1-0/+1
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller3-0/+8
2000-12-03Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2-17/+26
2000-12-03Next step in tidying up the LHASH code. This commit defines DECLARE andGeoff Thorpe1-0/+29
2000-12-02Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte1-0/+7
2000-12-02last commit was wrong. Now it works. :)Ulf Möller1-2/+2
2000-12-02arglUlf Möller1-1/+1
2000-12-02remember the problem with ftime()Ulf Möller1-1/+1
2000-12-02forgot to remove the loop variableUlf Möller1-8/+0
2000-12-02Loops like this one:Ulf Möller1-28/+0
2000-12-02Move the rijndael "test" to the bf and cast tests.Ulf Möller1-2/+2
2000-12-02Note the bntest change.Ulf Möller1-5/+7
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller3-35/+63
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller3-13/+29
2000-12-02remove unused static functionUlf Möller1-0/+2
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe15-40/+66