1. 04 1月, 2002 2 次提交
  2. 03 1月, 2002 1 次提交
    • R
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte 提交于
      crypto/rijndael.  Additionally, I applied the AES integration patch
      from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
      properly with the normal EVP constructs (and incidently work the same
      way as all other symmetric cipher implementations).
      
      This results in an API that looks a lot like the rest of the OpenSSL
      cipher suite.
      6f9079fd
  3. 29 12月, 2001 1 次提交
  4. 21 12月, 2001 1 次提交
  5. 20 12月, 2001 1 次提交
  6. 18 12月, 2001 1 次提交
  7. 14 12月, 2001 1 次提交
  8. 07 12月, 2001 1 次提交
    • D
      · f3e24bad
      Dr. Stephen Henson 提交于
      Don't overwrite signing time.
      f3e24bad
  9. 03 12月, 2001 1 次提交
  10. 02 12月, 2001 1 次提交
  11. 24 11月, 2001 2 次提交
  12. 22 11月, 2001 1 次提交
    • B
      OS/390 support · 1d4581c2
      Bodo Möller 提交于
      Submitted by: Richard Shapiro <rshapiro@abinitio.com>
      1d4581c2
  13. 16 11月, 2001 2 次提交
  14. 15 11月, 2001 1 次提交
  15. 13 11月, 2001 2 次提交
  16. 12 11月, 2001 1 次提交
  17. 10 11月, 2001 3 次提交
  18. 30 10月, 2001 1 次提交
  19. 27 10月, 2001 1 次提交
  20. 26 10月, 2001 3 次提交
  21. 25 10月, 2001 5 次提交
  22. 23 10月, 2001 1 次提交
  23. 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
  24. 17 10月, 2001 1 次提交
  25. 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
  26. 04 10月, 2001 1 次提交