summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller
2000-12-06Printing "verify ..." should not be counted as a test for theBodo Möller
2000-12-06During the self test, we only want to know what bctest says onRichard Levitte
2000-12-06Have the self test use bctest to check that bc is sane.Richard Levitte
2000-12-06Use bc's "print" feature whenever it is available,Bodo Möller
2000-12-06Add a comment.Bodo Möller
2000-12-06Workaround for broken (or missing) bc.Bodo Möller
2000-12-06remove useless instructionUlf Möller
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller
2000-12-06another fix for the debug printUlf Möller
2000-12-06test_mod_mul is useful, let's run it more often.Ulf Möller
2000-12-06move constants for debug functions to end of fileUlf Möller
2000-12-05Update the internal docs.Richard Levitte
2000-12-05Typo and additional information about cert-chain building.Lutz Jänicke
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke
2000-12-05Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller
2000-12-05On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte
2000-12-05push the flags tooUlf Möller
2000-12-05looks like it works nowUlf Möller
2000-12-05save registers in the debug output code (return value is overwritten too)Ulf Möller
2000-12-05more of the same: add printf() for perlasm.Ulf Möller
2000-12-05minor modification to the previous changeUlf Möller
2000-12-05PERLASM - the wierdest programming language since Intercal.Ulf Möller
2000-12-05Use assert as in the rest of the BN library.Ulf Möller
2000-12-04Improve formatting.Bodo Möller
2000-12-04It's completely unnecessary to add a compression algorithm that isRichard Levitte
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte
2000-12-04Change error message to "bignum too long"Bodo Möller
2000-12-04Sync up with a minor change in lhash.hGeoff Thorpe
2000-12-04ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe
2000-12-04Update the documentation to the current state of the LHASH changes. ThereGeoff Thorpe
2000-12-04Make a note of the LHASH changes.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-03Fix warnings.Ben Laurie
2000-12-03include <limits.h>Bodo Möller
2000-12-03Don't allow BIGNUMs to become so large that computations with dmaxBodo Möller
2000-12-02Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe
2000-12-02Next step in tidying up the LHASH code. This commit defines DECLARE andGeoff Thorpe
2000-12-02Add a comment to explain the purpose of bn_cmp_part_words().Richard Levitte
2000-12-02last commit was wrong. Now it works. :)Ulf Möller
2000-12-02arglUlf Möller
2000-12-02remember the problem with ftime()Ulf Möller
2000-12-02forgot to remove the loop variableUlf Möller
2000-12-02Loops like this one:Ulf Möller
2000-12-02Move the rijndael "test" to the bf and cast tests.Ulf Möller
2000-12-02Note the bntest change.Ulf Möller
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller
2000-12-02remove unused static functionUlf Möller
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe