aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-1313-87/+92
* Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte2000-12-131-1/+7
* In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte2000-12-131-4/+7
* When using -pedantic, it's a good thing to define PEDANTIC as well.Richard Levitte2000-12-131-2/+3
* Stop extension creation code core dumping.Dr. Stephen Henson2000-12-131-0/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-1319-119/+99
* Add description of SSL_[CTX_]_check_private_key().Lutz Jänicke2000-12-121-1/+12
* SSL_new() may potentially add a certfificate. Therefore, wenRichard Levitte2000-12-121-0/+4
* Change/add commentsBodo Möller2000-12-111-1/+4
* Stop on bntest error.Ulf Möller2000-12-101-1/+1
* *** empty log message ***Ulf Möller2000-12-101-4/+12
* Make TYPE_RSA the default type instead of just setting it when -new isRichard Levitte2000-12-091-2/+1
* Use continuation lines in test/bctest as far as it is possibleBodo Möller2000-12-091-2/+16
* Don't throw away bctest's error messages.Bodo Möller2000-12-091-2/+2
* Test for SCO bc bugUlf Möller2000-12-091-3/+5
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-087-73/+96
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-08120-8178/+6492
* Add manual pages for certficate/key loading and friends.Lutz Jänicke2000-12-086-5/+253
* Placeholder for SCO bc bug detectionBodo Möller2000-12-081-8/+21
* Fix some things that look like bugs.Bodo Möller2000-12-076-47/+121
* TEST_MUL and TEST_SQR added.Bodo Möller2000-12-071-2/+24
* Sign-related fixes (and tests).Bodo Möller2000-12-074-17/+34
* Move 'q->neg = 0' to those places where it is neededBodo Möller2000-12-071-1/+5
* BN_mod_sqrt documentation/commentBodo Möller2000-12-062-2/+4
* Don't check for bc at all. We can now run a meaningful test even ifUlf Möller2000-12-061-7/+0
* remove a comment that shouldn't have been there any moreUlf Möller2000-12-061-1/+1
* 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