1. 05 4月, 2006 1 次提交
  2. 30 3月, 2006 2 次提交
  3. 13 3月, 2006 1 次提交
  4. 12 3月, 2006 1 次提交
  5. 11 3月, 2006 1 次提交
  6. 16 1月, 2006 1 次提交
  7. 10 1月, 2006 1 次提交
  8. 06 1月, 2006 1 次提交
  9. 03 1月, 2006 2 次提交
  10. 13 12月, 2005 1 次提交
  11. 16 11月, 2005 1 次提交
  12. 21 9月, 2005 1 次提交
  13. 27 8月, 2005 1 次提交
  14. 25 8月, 2005 1 次提交
  15. 09 8月, 2005 2 次提交
  16. 06 8月, 2005 1 次提交
  17. 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
  18. 08 6月, 2005 1 次提交
  19. 31 5月, 2005 1 次提交
  20. 27 4月, 2005 2 次提交
  21. 31 3月, 2005 1 次提交
  22. 30 3月, 2005 1 次提交
  23. 20 4月, 2004 1 次提交
  24. 28 12月, 2003 1 次提交
  25. 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
  26. 28 11月, 2002 1 次提交
  27. 29 10月, 2002 1 次提交
  28. 16 10月, 2002 1 次提交
  29. 10 10月, 2002 1 次提交
  30. 25 9月, 2002 1 次提交
  31. 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
  32. 10 7月, 2002 1 次提交
  33. 14 4月, 2002 1 次提交
  34. 15 3月, 2002 2 次提交
  35. 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