aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use assert as in the rest of the BN library.Ulf Möller2000-12-051-0/+5
* Improve formatting.Bodo Möller2000-12-041-2/+2
* It's completely unnecessary to add a compression algorithm that isRichard Levitte2000-12-041-0/+3
* 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
* Sync up with a minor change in lhash.hGeoff Thorpe2000-12-041-2/+2
* ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe2000-12-041-6/+3
* Update the documentation to the current state of the LHASH changes. ThereGeoff Thorpe2000-12-041-7/+50
* Make a note of the LHASH changes.Geoff Thorpe2000-12-041-0/+6
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-046-15/+39
* Fix warnings.Ben Laurie2000-12-033-7/+13
* 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
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-022-17/+26
* 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
* remember the problem with ftime()Ulf 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
* Move the rijndael "test" to the bf and cast tests.Ulf Möller2000-12-021-2/+2
* Note the bntest change.Ulf Möller2000-12-021-5/+7
* 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
* remove unused static functionUlf Möller2000-12-021-0/+2
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-0115-40/+66
* Write a first HOWTO on how to create certificates. This is currentlyRichard Levitte2000-12-011-0/+85
* Correct a mail address...Richard Levitte2000-12-011-1/+1
* Document the addition of Kerberos stuff.Richard Levitte2000-12-011-0/+6
* Typo corrected.Richard Levitte2000-12-011-1/+1
* functionality for BN_mod_sqrt timingsBodo Möller2000-12-011-30/+72
* "make depend"Bodo Möller2000-12-014-765/+745
* updateBodo Möller2000-12-011-0/+21
* GPL FAQ.Ulf Möller2000-12-011-0/+19
* Borland C fix.Ulf Möller2000-12-011-0/+3
* typoUlf Möller2000-12-011-1/+1
* Recognise Darwin as well. For now, have it do exactly the same thing as for ...Richard Levitte2000-12-012-1/+7
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-302-3/+1
* 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-3021-811/+1873
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-304-19/+11
* 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
* New format for the FAQ. We now have different sections for differentRichard Levitte2000-11-302-196/+228
* Corrections to the comments in BN_mod_inverse.Bodo Möller2000-11-301-7/+7
* The compression method may be undefined for some reason that hasRichard Levitte2000-11-301-0/+3