aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Very few in the "README" is up-to-dateBodo Möller2000-12-151-0/+4
* Add OCSP nonce extension to supported extensions.Dr. Stephen Henson2000-12-145-2/+140
* This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe2000-12-147-2/+837
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-1410-136/+266
* The BN_mul bug test apparently is no longer neededBodo Möller2000-12-141-37/+0
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-144-48/+27
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-133-2/+24
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-138-1022/+167
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-1312-83/+88
* 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
* 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-1318-119/+94
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-085-62/+75
* bn_part_sub_word prototype.Ulf Möller2000-12-081-0/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-08114-8175/+5922
* Fix some things that look like bugs.Bodo Möller2000-12-075-47/+111
* TEST_MUL and TEST_SQR added.Bodo Möller2000-12-071-2/+24
* Sign-related fixes (and tests).Bodo Möller2000-12-073-17/+30
* 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-061-1/+1
* 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-061-5/+79
* Use bc's "print" feature whenever it is available,Bodo Möller2000-12-061-2/+0
* 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
* 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