openssl.git
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 Bodo MöllerImprove formatting.
2000-12-04 Richard LevitteIt's completely unnecessary to add a compression algori...
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 ThorpeSync up with a minor change in lhash.h
2000-12-04 Geoff ThorpeANSI C doesn't allow trailing semi-colons after a funct...
2000-12-04 Geoff ThorpeUpdate the documentation to the current state of the...
2000-12-04 Geoff ThorpeMake a note of the LHASH changes.
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-03 Ben LaurieFix warnings.
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 ThorpeUse the new LHASH macros to declare type-safe wrapper...
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öllerremember the problem with ftime()
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öllerMove the rijndael "test" to the bf and cast tests.
2000-12-02 Ulf MöllerNote the bntest change.
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-02 Ulf Möllerremove unused static function
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-12-01 Richard LevitteWrite a first HOWTO on how to create certificates....
2000-12-01 Richard LevitteCorrect a mail address...
2000-12-01 Richard LevitteDocument the addition of Kerberos stuff.
2000-12-01 Richard LevitteTypo corrected.
2000-12-01 Bodo Möllerfunctionality for BN_mod_sqrt timings
2000-12-01 Bodo Möller"make depend"
2000-12-01 Bodo Möllerupdate
2000-12-01 Ulf MöllerGPL FAQ.
2000-12-01 Ulf MöllerBorland C fix.
2000-12-01 Ulf Möllertypo
2000-12-01 Richard LevitteRecognise Darwin as well. For now, have it do exactly...
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 Richard LevitteNew format for the FAQ. We now have different sections...
2000-11-30 Bodo MöllerCorrections to the comments in BN_mod_inverse.
2000-11-30 Richard LevitteThe compression method may be undefined for some reason...
2000-11-30 Richard LevitteSimplify and provide the possibility to clean a compres...
2000-11-30 Richard Levittecomp_methods in a SSL_CTX points at an internal databas...
2000-11-30 Richard LevitteTurn off memory checking when loading new compression...
2000-11-30 Richard LevitteCOMP_METHOD has a new argument since some time back...
2000-11-30 Richard LevitteMake it possible to test SSL compression
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 Geoff Thorpe* Fix a slight bug in the state-machine. This caused...
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 Ulf MöllerAdd a warning about the usage of the montgomery functio...
2000-11-29 Geoff ThorpeAmend the original CHANGES log entry. The ex_data handl...
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öllermark a bug
2000-11-29 Bodo MöllerFix BN_kronecker so that it works correctly if 'a'...
2000-11-29 Geoff ThorpeMore little changes to the tunala demo;
2000-11-29 Bodo MöllerBN_to_montgomery expects its inputs to be in the interv...
2000-11-29 Lutz JänickeLog security relevant change.
2000-11-29 Ulf Möllerfix for Borland C
2000-11-29 Bodo Mölleradd missing braces
2000-11-29 Lutz JänickeStore verify_result with sessions to avoid potential...
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ölleravoid segmentation fault
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 Geoff ThorpeMake s_client/s_server-style cert verification output...
2000-11-29 Ulf Mölleruse standard C
2000-11-28 Geoff ThorpeMinor tweaks and improvements to the tunala demo.
2000-11-28 Geoff ThorpeA typo and a couple of logic errors fixed. I think...
2000-11-28 Bodo MöllerUse BN_pseudo_rand instead of BN_rand
2000-11-28 Bodo MöllerTimings.
2000-11-28 Bodo MöllerNote that SSL_peek has been disabled.
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öllerComments on SSL_peek deficiencies
2000-11-28 Bodo MöllerDisable SSL_peek until it is fixed.
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...
next