openssl.git
2000-12-13 Richard LevitteWhen using -pedantic, it's a good thing to define PEDAN...
2000-12-13 Dr. Stephen... Stop extension creation code core dumping.
2000-12-13 Dr. Stephen... Rewrite the extension code to use an ASN1_ITEM structure
2000-12-12 Lutz JänickeAdd description of SSL_[CTX_]_check_private_key().
2000-12-12 Richard LevitteSSL_new() may potentially add a certfificate. Therefor...
2000-12-11 Bodo MöllerChange/add comments
2000-12-10 Ulf MöllerStop on bntest error.
2000-12-10 Ulf Möller*** empty log message ***
2000-12-09 Richard LevitteMake TYPE_RSA the default type instead of just setting...
2000-12-09 Bodo MöllerUse continuation lines in test/bctest as far as it...
2000-12-09 Bodo MöllerDon't throw away bctest's error messages.
2000-12-09 Ulf MöllerTest for SCO bc bug
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... Merge from the ASN1 branch of new ASN1 code
2000-12-08 Lutz JänickeAdd manual pages for certficate/key loading and friends.
2000-12-08 Bodo MöllerPlaceholder for SCO bc bug detection
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öllerDon't check for bc at all. We can now run a meaningful...
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öllerPrinting "verify ..." should not be counted as a test...
2000-12-06 Richard LevitteDuring the self test, we only want to know what bctest...
2000-12-06 Richard LevitteHave the self test use bctest to check that bc is sane.
2000-12-06 Bodo MöllerUse bc's "print" feature whenever it is available,
2000-12-06 Bodo MöllerAdd a comment.
2000-12-06 Bodo MöllerWorkaround for broken (or missing) bc.
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 Richard LevitteUpdate the internal docs.
2000-12-05 Lutz JänickeTypo and additional information about cert-chain building.
2000-12-05 Lutz JänickeAdd EXAMPLES for SSL_CIPHER_description() output.
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 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...
next