1. 14 Dec, 2000 7 commits
  2. 13 Dec, 2000 9 commits
  3. 12 Dec, 2000 2 commits
  4. 11 Dec, 2000 1 commit
  5. 10 Dec, 2000 2 commits
  6. 09 Dec, 2000 4 commits
  7. 08 Dec, 2000 5 commits
    • Geoff Thorpe's avatar
      Next step in tidying up the LHASH code. · d0fa136c
      Geoff Thorpe authored
      DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
      wrapper functions that avoid the use of function pointer casting yet retain
      type-safety for type-specific callbacks. However, most of the usage within
      OpenSSL itself doesn't really require the extra function because the hash
      and compare callbacks are internal functions declared only for use by the
      hash table. So this change catches all those cases and reimplements the
      functions using the base-level LHASH prototypes and does per-variable
      casting inside those functions to convert to the appropriate item type.
      
      The exception so far is in ssl_lib.c where the hash and compare callbacks
      are not static - they're exposed in ssl.h so their prototypes should not be
      changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
      intact.
      d0fa136c
    • Ulf Möller's avatar
      bn_part_sub_word prototype. · 15156cce
      Ulf Möller authored
      15156cce
    • Dr. Stephen Henson's avatar
      · 9d6b1ce6
      Dr. Stephen Henson authored
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
    • Lutz Jänicke's avatar
      66ebbb6a
    • Bodo Möller's avatar
      Placeholder for SCO bc bug detection · c5e48d8b
      Bodo Möller authored
      c5e48d8b
  8. 07 Dec, 2000 4 commits
  9. 06 Dec, 2000 6 commits