1. 24 Jan, 2001 2 commits
  2. 23 Jan, 2001 3 commits
  3. 21 Jan, 2001 2 commits
  4. 19 Jan, 2001 1 commit
  5. 18 Jan, 2001 1 commit
  6. 17 Jan, 2001 1 commit
  7. 14 Jan, 2001 1 commit
  8. 12 Jan, 2001 1 commit
  9. 10 Jan, 2001 2 commits
  10. 27 Dec, 2000 1 commit
  11. 26 Dec, 2000 1 commit
  12. 25 Dec, 2000 1 commit
  13. 20 Dec, 2000 1 commit
  14. 19 Dec, 2000 2 commits
  15. 18 Dec, 2000 3 commits
  16. 14 Dec, 2000 2 commits
    • Bodo Möller's avatar
      typo · 555a8493
      Bodo Möller authored
      555a8493
    • Bodo Möller's avatar
      The first step towards a SSL_peek fix. · 2452e013
      Bodo Möller authored
      The main thing to verify about these changes is that nothing at all
      has changed, as far as behaviour is concerned (except that some
      SSLerr() invocations now have a different function code): SSL_read
      (ssl2_read, ssl3_read) behaves exactly as before, and SSL_peek refuses
      to do any work exactly as before.  But now the functions actually
      doing the work have a 'peek' flag, so it should be easy to change them
      to behave accordingly.
      2452e013
  17. 11 Dec, 2000 2 commits
  18. 10 Dec, 2000 2 commits
  19. 09 Dec, 2000 4 commits
  20. 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
  21. 07 Dec, 2000 2 commits