aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* another fix for the debug printUlf Möller2000-12-061-2/+4
* test_mod_mul is useful, let's run it more often.Ulf Möller2000-12-061-1/+3
* move constants for debug functions to end of fileUlf Möller2000-12-061-2/+6
* Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller2000-12-051-1/+16
* On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte2000-12-051-10/+31
* push the flags tooUlf Möller2000-12-051-0/+2
* looks like it works nowUlf Möller2000-12-051-4/+4
* save registers in the debug output code (return value is overwritten too)Ulf Möller2000-12-051-1/+23
* more of the same: add printf() for perlasm.Ulf Möller2000-12-051-11/+39
* minor modification to the previous changeUlf Möller2000-12-051-3/+2
* PERLASM - the wierdest programming language since Intercal.Ulf Möller2000-12-051-1/+27
* 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
* ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe2000-12-041-6/+3
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-045-13/+34
* 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
* Next step in tidying up the LHASH code. This commit defines DECLARE andGeoff Thorpe2000-12-021-0/+29
* 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
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-0111-33/+54
* functionality for BN_mod_sqrt timingsBodo Möller2000-12-011-30/+72
* "make depend"Bodo Möller2000-12-011-0/+7
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-301-2/+0
* Fix the recently introduced test that checks if the result is 0Bodo Möller2000-11-301-2/+2
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+21
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-303-19/+8
* Remove randomness from the test. These constants give me a segmentBodo Möller2000-11-301-2/+8
* BN_mod_exp(r,a,p,m,ctx) should not be called with r == p.Bodo Möller2000-11-301-45/+19
* It's "#elif", not "#elsif".Bodo Möller2000-11-301-1/+31
* A few bug fixes for Windows.Richard Levitte2000-11-301-5/+5
* Changes to Lenka's Montgomery implementation.Bodo Möller2000-11-304-122/+186
* Corrections to the comments in BN_mod_inverse.Bodo Möller2000-11-301-7/+7
* COMP_METHOD has a new argument since some time back...Richard Levitte2000-11-302-0/+3
* Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte2000-11-301-34/+51
* BN_mod_exp problems ...Bodo Möller2000-11-301-0/+10
* Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte2000-11-301-8/+116
* Move reduction step from BN_mod_exp to BN_mod_exp_mont_word.Bodo Möller2000-11-302-8/+12
* bn_modfs.c is no longer needed, a BN_sqrt implementationBodo Möller2000-11-302-151/+0
* Fix bntest.c problem -- one of the primes got lostBodo Möller2000-11-301-1/+1
* Handle special cases correctly in exponentation functions.Bodo Möller2000-11-302-22/+29
* BN_mod_sqrtBodo Möller2000-11-301-1/+1
* BN_sqrtBodo Möller2000-11-308-21/+438
* BN_legendre is no longer needed now that OpenSSL has BN_kronecker.Bodo Möller2000-11-292-65/+2