1. 16 12月, 2002 2 次提交
  2. 15 12月, 2002 11 次提交
  3. 14 12月, 2002 2 次提交
  4. 13 12月, 2002 6 次提交
  5. 12 12月, 2002 1 次提交
  6. 11 12月, 2002 7 次提交
  7. 10 12月, 2002 4 次提交
  8. 09 12月, 2002 5 次提交
  9. 08 12月, 2002 2 次提交
    • R
      Since it's defined in draft-ietf-tls-compression-04.txt, let's make · fdaea9ed
      Richard Levitte 提交于
      ZLIB a known compression method, with the identity 1.
      fdaea9ed
    • G
      Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are · 5daec7ea
      Geoff Thorpe 提交于
      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