1. 06 5月, 2002 2 次提交
  2. 29 4月, 2002 1 次提交
  3. 20 4月, 2002 1 次提交
  4. 14 4月, 2002 1 次提交
  5. 12 1月, 2002 1 次提交
  6. 29 12月, 2001 1 次提交
  7. 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
  8. 16 10月, 2001 1 次提交
    • B
      Add per-SSL 'msg_callback' with 'msg_callback_arg'. · bf21446a
      Bodo Möller 提交于
      Both have per-SSL_CTX defaults.
      These new values can be set by calling SSL[_CTX]_[callback_]ctrl
      with codes SSL_CTRL_SET_MSG_CALLBACK and SSL_CTRL_SET_MSG_CALLBACK_ARG.
      
      So far, the callback is never actually called.
      
      
      Also rearrange some SSL_CTX struct members (some exist just in
      SSL_CTXs, others are defaults for SSLs and are either copied
      during SSL_new, or used if the value in the SSL is not set;
      these three classes of members were not in a logical order),
      and add some missing assignments to SSL_dup.
      bf21446a
  9. 21 9月, 2001 1 次提交
  10. 07 3月, 2001 1 次提交
  11. 20 2月, 2001 1 次提交
  12. 26 12月, 2000 1 次提交
  13. 15 12月, 2000 1 次提交
  14. 13 9月, 2000 1 次提交
  15. 21 5月, 2000 1 次提交
  16. 26 2月, 2000 2 次提交
  17. 25 2月, 2000 5 次提交
  18. 22 2月, 2000 3 次提交
  19. 21 2月, 2000 3 次提交
  20. 04 2月, 2000 1 次提交
  21. 27 1月, 2000 1 次提交
  22. 17 1月, 2000 1 次提交
  23. 16 1月, 2000 1 次提交
  24. 11 1月, 2000 3 次提交
  25. 06 1月, 2000 3 次提交
  26. 03 7月, 1999 1 次提交