1. 11 3月, 2006 1 次提交
  2. 16 1月, 2006 1 次提交
  3. 10 1月, 2006 1 次提交
  4. 06 1月, 2006 1 次提交
  5. 03 1月, 2006 2 次提交
  6. 13 12月, 2005 1 次提交
  7. 16 11月, 2005 1 次提交
  8. 21 9月, 2005 1 次提交
  9. 27 8月, 2005 1 次提交
  10. 25 8月, 2005 1 次提交
  11. 09 8月, 2005 2 次提交
  12. 06 8月, 2005 1 次提交
  13. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  14. 08 6月, 2005 1 次提交
  15. 31 5月, 2005 1 次提交
  16. 27 4月, 2005 2 次提交
  17. 31 3月, 2005 1 次提交
  18. 30 3月, 2005 1 次提交
  19. 20 4月, 2004 1 次提交
  20. 28 12月, 2003 1 次提交
  21. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  22. 28 11月, 2002 1 次提交
  23. 29 10月, 2002 1 次提交
  24. 16 10月, 2002 1 次提交
  25. 10 10月, 2002 1 次提交
  26. 25 9月, 2002 1 次提交
  27. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260
  28. 10 7月, 2002 1 次提交
  29. 14 4月, 2002 1 次提交
  30. 15 3月, 2002 2 次提交
  31. 21 10月, 2001 1 次提交
    • B
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller 提交于
      New macros SSL[_CTX]_set_msg_callback_arg().
      
      Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
      
      New '-msg' option for 'openssl s_client' and 'openssl s_server'
      that enable a message callback that displays all protocol messages.
      
      
      In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
      client_version is smaller than the protocol version in use.
      Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
      if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
      client will at least see that alert.
      
      Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
      pointer).
      
      Add/update some OpenSSL copyright notices.
      a661b653
  32. 28 8月, 2001 1 次提交
  33. 31 7月, 2001 1 次提交
  34. 12 7月, 2001 2 次提交
  35. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c