summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from main trunk: lets see if this works ;-)BRANCH_ASN1Dr. Stephen Henson2000-12-06197-3600/+6441
* This commit was manufactured by cvs2svn to create branch 'BRANCH_ASN1'.cvs2svn2000-12-0626-0/+7491
|\
| * Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller2000-12-062-6/+80
| * Printing "verify ..." should not be counted as a test for theBodo Möller2000-12-061-1/+1
| * During the self test, we only want to know what bctest says onRichard Levitte2000-12-061-1/+1
| * Have the self test use bctest to check that bc is sane.Richard Levitte2000-12-061-1/+1
| * Use bc's "print" feature whenever it is available,Bodo Möller2000-12-063-8/+18
| * Add a comment.Bodo Möller2000-12-061-0/+5
| * Workaround for broken (or missing) bc.Bodo Möller2000-12-062-2/+29
| * remove useless instructionUlf Möller2000-12-061-2/+0
| * Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2000-12-062-2/+215
| * 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
| * Update the internal docs.Richard Levitte2000-12-051-9/+10
| * Typo and additional information about cert-chain building.Lutz Jänicke2000-12-051-1/+4
| * Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke2000-12-051-0/+9
| * 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
| * 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