You need to sign in or sign up before continuing.
  1. 15 3月, 2002 1 次提交
    • D
      · de941e28
      Dr. Stephen Henson 提交于
      Initialize cipher context in KRB5
      ("D. Russell" <russelld@aol.net>)
      
      Allow HMAC functions to use an alternative ENGINE.
      de941e28
  2. 14 3月, 2002 1 次提交
  3. 13 3月, 2002 2 次提交
    • D
      · 497810ca
      Dr. Stephen Henson 提交于
      Undo previous patch: avoid warnings by #undef'ing
      duplicate definitions.
      
      Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
      497810ca
    • D
      · cbc9d971
      Dr. Stephen Henson 提交于
      Fix Kerberos warnings with VC++.
      cbc9d971
  4. 12 3月, 2002 2 次提交
    • D
      · 98fa4fe8
      Dr. Stephen Henson 提交于
      Fix ASN1 additions for KRB5
      98fa4fe8
    • D
      · 0b4c91c0
      Dr. Stephen Henson 提交于
      Fix various warnings when compiling with KRB5 code.
      0b4c91c0
  5. 28 2月, 2002 3 次提交
  6. 27 2月, 2002 2 次提交
  7. 23 2月, 2002 1 次提交
    • D
      · 3a3ca3f5
      Dr. Stephen Henson 提交于
      Fix for AIX.
      
      Submitted by Dawn Whiteside <dwhitesi@tiercel.uwaterloo.ca>
      3a3ca3f5
  8. 14 2月, 2002 1 次提交
  9. 10 2月, 2002 1 次提交
  10. 08 2月, 2002 1 次提交
  11. 15 1月, 2002 1 次提交
  12. 14 1月, 2002 1 次提交
  13. 12 1月, 2002 2 次提交
  14. 29 12月, 2001 1 次提交
  15. 18 12月, 2001 1 次提交
  16. 10 12月, 2001 1 次提交
  17. 24 11月, 2001 1 次提交
  18. 15 11月, 2001 1 次提交
  19. 14 11月, 2001 1 次提交
  20. 10 11月, 2001 2 次提交
  21. 30 10月, 2001 1 次提交
  22. 29 10月, 2001 1 次提交
  23. 25 10月, 2001 3 次提交
  24. 24 10月, 2001 1 次提交
  25. 22 10月, 2001 1 次提交
  26. 21 10月, 2001 2 次提交
    • B
      Call msg_callback with correct length parameter if ssl3_write_bytes had to · cf3a5ceb
      Bodo Möller 提交于
      be called multiple times
      cf3a5ceb
    • 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
  27. 18 10月, 2001 3 次提交
  28. 17 10月, 2001 1 次提交