summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-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-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-04ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
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-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-02forgot to remove the loop variableUlf Möller
2000-12-02Loops like this one: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-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-12-01functionality for BN_mod_sqrt timingsBodo Möller
2000-12-01"make depend"Bodo Möller
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller
2000-11-30Fix the recently introduced test that checks if the result is 0Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller
2000-11-30Remove randomness from the test. These constants give me a segmentBodo Möller
2000-11-30BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller
2000-11-30It's "#elif", not "#elsif".Bodo Möller
2000-11-30A few bug fixes for Windows.Richard Levitte
2000-11-30Changes to Lenka's Montgomery implementation.Bodo Möller
2000-11-30Corrections to the comments in BN_mod_inverse.Bodo Möller
2000-11-30COMP_METHOD has a new argument since some time back...Richard Levitte
2000-11-30Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte
2000-11-30BN_mod_exp problems ...Bodo Möller
2000-11-30Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte
2000-11-30Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller
2000-11-30bn_modfs.c is no longer needed, a BN_sqrt implementationBodo Möller
2000-11-30Fix bntest.c problem -- one of the primes got lostBodo Möller
2000-11-30Handle special cases correctly in exponentation functions.Bodo Möller
2000-11-30BN_mod_sqrtBodo Möller