aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-12-13Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte1-1/+7
2000-12-13In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte1-4/+7
2000-12-13When using -pedantic, it's a good thing to define PEDANTIC as well.Richard Levitte1-2/+3
2000-12-13Stop extension creation code core dumping.Dr. Stephen Henson1-0/+1
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson19-119/+99
2000-12-12Add description of SSL_[CTX_]_check_private_key().Lutz Jänicke1-1/+12
2000-12-12SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte1-0/+4
2000-12-11Change/add commentsBodo Möller1-1/+4
2000-12-10Stop on bntest error.Ulf Möller1-1/+1
2000-12-10*** empty log message ***Ulf Möller1-4/+12
2000-12-09Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte1-2/+1
2000-12-09Use continuation lines in test/bctest as far as it is possibleBodo Möller1-2/+16
2000-12-09Don't throw away bctest's error messages.Bodo Möller1-2/+2
2000-12-09Test for SCO bc bugUlf Möller1-3/+5
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe7-73/+96
2000-12-08bn_part_sub_word prototype.Ulf Möller1-0/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson120-8178/+6492
2000-12-08Add manual pages for certficate/key loading and friends.Lutz Jänicke6-5/+253
2000-12-08Placeholder for SCO bc bug detectionBodo Möller1-8/+21
2000-12-07Fix some things that look like bugs.Bodo Möller6-47/+121
2000-12-07TEST_MUL and TEST_SQR added.Bodo Möller1-2/+24
2000-12-07Sign-related fixes (and tests).Bodo Möller4-17/+34
2000-12-07Move 'q->neg = 0' to those places where it is neededBodo Möller1-1/+5
2000-12-06BN_mod_sqrt documentation/commentBodo Möller2-2/+4
2000-12-06Don't check for bc at all. We can now run a meaningful test even ifUlf Möller1-7/+0
2000-12-06remove a comment that shouldn't have been there any moreUlf Möller1-1/+1
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller2-6/+80
2000-12-06Printing "verify ..." should not be counted as a test for theBodo Möller1-1/+1
2000-12-06During the self test, we only want to know what bctest says onRichard Levitte1-1/+1
2000-12-06Have the self test use bctest to check that bc is sane.Richard Levitte1-1/+1
2000-12-06Use bc's "print" feature whenever it is available,Bodo Möller3-8/+18
2000-12-06Add a comment.Bodo Möller1-0/+5
2000-12-06Workaround for broken (or missing) bc.Bodo Möller2-2/+29
2000-12-06remove useless instructionUlf Möller1-2/+0
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2-2/+215
2000-12-06another fix for the debug printUlf Möller1-2/+4
2000-12-06test_mod_mul is useful, let's run it more often.Ulf Möller1-1/+3
2000-12-06move constants for debug functions to end of fileUlf Möller1-2/+6
2000-12-05Update the internal docs.Richard Levitte1-9/+10
2000-12-05Typo and additional information about cert-chain building.Lutz Jänicke1-1/+4
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke1-0/+9
2000-12-05Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller1-1/+16
2000-12-05On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte1-10/+31
2000-12-05push the flags tooUlf Möller1-0/+2
2000-12-05looks like it works nowUlf Möller1-4/+4
2000-12-05save registers in the debug output code (return value is overwritten too)Ulf Möller1-1/+23
2000-12-05more of the same: add printf() for perlasm.Ulf Möller1-11/+39
2000-12-05minor modification to the previous changeUlf Möller1-3/+2
2000-12-05PERLASM - the wierdest programming language since Intercal.Ulf Möller1-1/+27
2000-12-05Use assert as in the rest of the BN library.Ulf Möller1-0/+5