Various Win32 related fixes. Doesn't compile yet on
[openssl.git] / crypto /
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-20 Bodo MöllerDon't access non-existing element buf[256], use buf...
2000-12-20 Dr. Stephen HensonFixes to OCSP print code.
2000-12-19 Bodo Möllerfix indentation
2000-12-19 Bodo MöllerDon't hold CRYPTO_LOCK_RSA during time-consuming operat...
2000-12-18 Bodo MöllerAdd a comment (intended change)
2000-12-18 Bodo MöllerComment correction.
2000-12-18 Bodo MöllerObtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
2000-12-17 Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-17 Bodo MöllerSimplify preprocessor statements.
2000-12-16 Dr. Stephen HensonAdd OCSP service locator extension.
2000-12-16 Richard LevitteDo not poll DEVRANDOM if weäre building without an...
2000-12-16 Dr. Stephen HensonAdd support for the noCheck OCSP extension. This is
2000-12-15 Bodo MöllerLocking issues.
2000-12-15 Dr. Stephen HensonImplement some standard OCSP extensions in the v3 code...
2000-12-15 Bodo MöllerThe C version of bn_sub_part_words is needed not only
2000-12-15 Bodo MöllerVery few in the "README" is up-to-date
2000-12-14 Dr. Stephen HensonAdd OCSP nonce extension to supported extensions.
2000-12-14 Geoff ThorpeThis is an engine contributed by Broadcom - it is meant...
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-14 Bodo MöllerThe BN_mul bug test apparently is no longer needed
2000-12-14 Dr. Stephen HensonNew function X509_signature_print() to remove some...
2000-12-13 Dr. Stephen HensonChange the PKCS7 structure to use SEQUENCE OF for the
2000-12-13 Dr. Stephen HensonReplace the old style OCSP ASN1 module.
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-13 Richard LevitteProblem: bn_mul_normal() misbehaves if the size of...
2000-12-13 Richard LevitteIn bn_mul_recursive(), make sure the comba routines...
2000-12-13 Dr. Stephen HensonStop extension creation code core dumping.
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-08 Ulf Möllerbn_part_sub_word prototype.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-12-07 Bodo MöllerFix some things that look like bugs.
2000-12-07 Bodo MöllerTEST_MUL and TEST_SQR added.
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-07 Bodo MöllerMove 'q->neg = 0' to those places where it is needed
2000-12-06 Bodo MöllerBN_mod_sqrt documentation/comment
2000-12-06 Ulf Möllerremove a comment that shouldn't have been there any...
2000-12-06 Bodo MöllerFaster BN_mod_sqrt algorithm for p == 5 (8).
2000-12-06 Bodo MöllerUse bc's "print" feature whenever it is available,
2000-12-06 Ulf Möllerremove useless instruction
2000-12-06 Ulf MöllerIntel assembler version for bn_sub_part_words(). I...
2000-12-06 Ulf Mölleranother fix for the debug print
2000-12-06 Ulf Möllertest_mod_mul is useful, let's run it more often.
2000-12-06 Ulf Möllermove constants for debug functions to end of file
2000-12-05 Bodo MöllerDiscuss http://www.shoup.net/papers/oaep.ps.Z
2000-12-05 Richard LevitteOn Windows, Rainbow uses _stdcall convention under...
2000-12-05 Ulf Möllerpush the flags too
2000-12-05 Ulf Möllerlooks like it works now
2000-12-05 Ulf Möllersave registers in the debug output code (return value...
2000-12-05 Ulf Möllermore of the same: add printf() for perlasm.
2000-12-05 Ulf Möllerminor modification to the previous change
2000-12-05 Ulf MöllerPERLASM - the wierdest programming language since Intercal.
2000-12-05 Ulf MöllerUse assert as in the rest of the BN library.
2000-12-04 Richard LevitteRemove the last bn_wexpand()s that made us break constn...
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-04 Geoff ThorpeANSI C doesn't allow trailing semi-colons after a funct...
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-03 Bodo Möllerinclude <limits.h>
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Geoff ThorpeNext step in tidying up the LHASH code. This commit...
2000-12-02 Richard LevitteAdd a comment to explain the purpose of bn_cmp_part_wor...
2000-12-02 Ulf Möllerlast commit was wrong. Now it works. :)
2000-12-02 Ulf Möllerargl
2000-12-02 Ulf Möllerforgot to remove the loop variable
2000-12-02 Ulf MöllerLoops like this one:
2000-12-02 Ulf MöllerNew function BN_bntest_rand() to detect more BN library...
2000-12-02 Ulf MöllerFix bn_cmp_part_words() and move it to bn_lib.c.
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-12-01 Bodo Möllerfunctionality for BN_mod_sqrt timings
2000-12-01 Bodo Möller"make depend"
2000-11-30 Bodo MöllerCOMP_zlib should always be declared, even if it is...
2000-11-30 Bodo MöllerFix the recently introduced test that checks if the...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Bodo MöllerFix BN_rshift, which caused lots of trouble.
2000-11-30 Bodo MöllerRemove randomness from the test. These constants give...
2000-11-30 Bodo MöllerBN_mod_exp(r,a,p,m,ctx) should not be called with r...
2000-11-30 Bodo MöllerIt's "#elif", not "#elsif".
2000-11-30 Richard LevitteA few bug fixes for Windows.
2000-11-30 Bodo MöllerChanges to Lenka's Montgomery implementation.
2000-11-30 Bodo MöllerCorrections to the comments in BN_mod_inverse.
2000-11-30 Richard LevitteCOMP_METHOD has a new argument since some time back...
2000-11-30 Richard LevitteChange c_zlib further to allow loading a shared zlib...
2000-11-30 Bodo MöllerBN_mod_exp problems ...
2000-11-30 Richard LevitteChanges to c_zlib.c to make ZLIB.DLL dynamically loadab...
2000-11-30 Bodo MöllerMove reduction step from BN_mod_exp to BN_mod_exp_mont_...
2000-11-30 Bodo Möllerbn_modfs.c is no longer needed, a BN_sqrt implementation
2000-11-30 Bodo MöllerFix bntest.c problem -- one of the primes got lost
2000-11-30 Bodo MöllerHandle special cases correctly in exponentation functions.
2000-11-30 Bodo MöllerBN_mod_sqrt
2000-11-30 Bodo MöllerBN_sqrt
2000-11-29 Bodo MöllerBN_legendre is no longer needed now that OpenSSL has...
2000-11-29 Geoff ThorpeDo to DH and DSA what has already been done to RSA...
2000-11-29 Bodo MöllerFix BN_kronecker so that it works correctly if 'a'...
2000-11-29 Bodo MöllerBN_to_montgomery expects its inputs to be in the interv...
2000-11-29 Ulf Möllerfix for Borland C
2000-11-29 Bodo Mölleradd missing braces
2000-11-29 Bodo MöllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerBN_bin2bn did *not* contain an off-by-one error;
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
next