summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson
2000-12-28New OCSP extension functions.Dr. Stephen Henson
2000-12-27Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-12-20Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller
2000-12-20Fixes to OCSP print code.Dr. Stephen Henson
2000-12-19fix indentationBodo Möller
2000-12-19Don't hold CRYPTO_LOCK_RSA during time-consuming operations.Bodo Möller
2000-12-18Add a comment (intended change)Bodo Möller
2000-12-18Comment correction.Bodo Möller
2000-12-18Obtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTXBodo Möller
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson
2000-12-17Simplify preprocessor statements.Bodo Möller
2000-12-16Add OCSP service locator extension.Dr. Stephen Henson
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte
2000-12-16Add support for the noCheck OCSP extension. This isDr. Stephen Henson
2000-12-15Locking issues.Bodo Möller
2000-12-15Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson
2000-12-15The C version of bn_sub_part_words is needed not onlyBodo Möller
2000-12-15Very few in the "README" is up-to-dateBodo Möller
2000-12-14Add OCSP nonce extension to supported extensions.Dr. Stephen Henson
2000-12-14This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson
2000-12-14The BN_mul bug test apparently is no longer neededBodo Möller
2000-12-14New function X509_signature_print() to remove some duplicateDr. Stephen Henson
2000-12-13Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson
2000-12-13Replace the old style OCSP ASN1 module.Dr. Stephen Henson
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-13Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte
2000-12-13In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte
2000-12-13Stop extension creation code core dumping.Dr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-08bn_part_sub_word prototype.Ulf Möller
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-12-07Fix some things that look like bugs.Bodo Möller
2000-12-07TEST_MUL and TEST_SQR added.Bodo Möller
2000-12-07Sign-related fixes (and tests).Bodo Möller
2000-12-07Move 'q->neg = 0' to those places where it is neededBodo Möller
2000-12-06BN_mod_sqrt documentation/commentBodo Möller
2000-12-06remove a comment that shouldn't have been there any moreUlf Möller
2000-12-06Faster BN_mod_sqrt algorithm for p == 5 (8).Bodo Möller
2000-12-06Use bc's "print" feature whenever it is available,Bodo Möller
2000-12-06remove useless instructionUlf Möller
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller
2000-12-06another fix for the debug printUlf Möller
2000-12-06test_mod_mul is useful, let's run it more often.Ulf Möller