SSL_new() may potentially add a certfificate. Therefore, wen
[openssl.git] / crypto /
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.
2000-11-29 Bodo MöllerImplement BN_kronecker test.
2000-11-29 Bodo MöllerMake BN_mod_inverse a little faster
2000-11-29 Bodo MöllerImprove BN_mod_inverse performance.
2000-11-29 Richard LevitteCopy and paste error... bn_add_part_words() should...
2000-11-29 Ulf Mölleruse standard C
2000-11-28 Bodo MöllerUse BN_pseudo_rand instead of BN_rand
2000-11-28 Bodo MöllerTimings.
2000-11-28 Richard LevitteAddapt to added files in the BIGNUM section
2000-11-28 Bodo MöllerCorrect a bug in BN_kronecker.
2000-11-28 Bodo MöllerAdd test_kron function, which will contain a test for...
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...
2000-11-27 Bodo MöllerUndo previous commit, which was an accident.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Geoff ThorpeEnsure that the "ex_data" member of an RSA structure...
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerAdd bn_mod.c (should have happend in the previous commi...
2000-11-26 Bodo Möllermodular arithmetics
2000-11-26 Bodo MöllerRemove CR at line ends.
2000-11-26 Bodo MöllerElliptic curves over GF(p), new BIGNUM functions, Montg...
2000-11-22 Richard LevitteCorrect a number of syntax errors.
2000-11-22 Richard LevitteAddapt the VMS scripts to the changes in the Makefiles.
2000-11-21 Richard LevitteReimplement bn_div_words, bn_add_words and bn_sub_words...
2000-11-21 Richard LevitteAvoid getting warnings about unary - being used on...
2000-11-20 Ben LaurieBetter handling of EVP names, add EVP to speed.
2000-11-19 Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-18 Richard LevitteRemove two bn_wexpand() from BN_mul(), which is a step...
2000-11-18 Richard LevitteRemove a declaration for a function that does not exist.
next