1. 15 Dec, 2002 8 commits
  2. 14 Dec, 2002 5 commits
  3. 13 Dec, 2002 3 commits
  4. 12 Dec, 2002 5 commits
  5. 11 Dec, 2002 7 commits
  6. 10 Dec, 2002 5 commits
  7. 09 Dec, 2002 4 commits
  8. 08 Dec, 2002 3 commits
    • Geoff Thorpe's avatar
      Nils Larsch submitted; · e1898724
      Geoff Thorpe authored
        - a patch to fix a memory leak in rsa_gen.c
        - a note about compiler warnings with unions
        - a note about improving structure element names
      
      This applies his patch and implements a solution to the notes.
      e1898724
    • Richard Levitte's avatar
      Since it's defined in draft-ietf-tls-compression-04.txt, let's make · fdaea9ed
      Richard Levitte authored
      ZLIB a known compression method, with the identity 1.
      fdaea9ed
    • Geoff Thorpe's avatar
      Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are · 5daec7ea
      Geoff Thorpe authored
      being built with it defined - it is not a symbol to affect how openssl
      itself builds, but to alter the way openssl headers can be used from an API
      point of view. The "deprecated" function wrappers will always remain inside
      OpenSSL at least as long as they're still being used internally. :-)
      
      The exception is dsaparam which has been updated to the BN_GENCB-based
      functions to test the new functionality. If GENCB_TEST is defined, dsaparam
      will support a "-timebomb <n>" switch to cancel parameter-generation if it
      gets as far as 'n' seconds without completion.
      5daec7ea