1. 26 10月, 2001 2 次提交
  2. 25 10月, 2001 5 次提交
  3. 23 10月, 2001 1 次提交
  4. 21 10月, 2001 2 次提交
    • D
      · f1558bb4
      Dr. Stephen Henson 提交于
      Reject certificates with unhandled critical extensions.
      f1558bb4
    • 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
  5. 17 10月, 2001 1 次提交
  6. 16 10月, 2001 2 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
    • B
      Change ssl3_get_message and the functions using it so that complete · 48948d53
      Bodo Möller 提交于
      'Handshake' protocol structures are kept in memory, including
      'msg_type' and 'length'.
      
      (This is in preparation of future support for callbacks that get to
      peek at handshake messages and the like.)
      48948d53
  7. 04 10月, 2001 1 次提交
  8. 01 10月, 2001 1 次提交
  9. 28 9月, 2001 1 次提交
  10. 26 9月, 2001 1 次提交
    • R
      Two changes: · 89eeccac
      Richard Levitte 提交于
      1. if there are several symbols with the same entry number, sort those
         symbols in ASCII order.
      2. Do not stop reading the header files when "BEGIN ERROR CODES" is
         found, since mkerr.pl will add a function declaration after that
         comment.  Instead, trigger on "Error codes for the \w+ function",
         which is the actual start of the error code macros.
      
      Additionally, a few more debugging printouts that helped.
      89eeccac
  11. 21 9月, 2001 6 次提交
  12. 12 9月, 2001 1 次提交
  13. 11 9月, 2001 2 次提交
  14. 07 9月, 2001 1 次提交
  15. 06 9月, 2001 6 次提交
  16. 05 9月, 2001 1 次提交
  17. 04 9月, 2001 2 次提交
  18. 03 9月, 2001 2 次提交
  19. 02 9月, 2001 1 次提交
  20. 26 8月, 2001 1 次提交