1. 14 Jan, 2002 2 commits
  2. 05 Jan, 2002 1 commit
    • Dr. Stephen Henson's avatar
      · bc37d996
      Dr. Stephen Henson authored
      Experimental configuration code.
      
      Incomplete, largely untested and subject to change/deletion.
      bc37d996
  3. 04 Jan, 2002 2 commits
  4. 02 Jan, 2002 1 commit
    • Richard Levitte's avatar
      Because Rijndael is more known as AES, use crypto/aes instead of · 6f9079fd
      Richard Levitte authored
      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
  5. 28 Dec, 2001 1 commit
  6. 21 Dec, 2001 1 commit
  7. 20 Dec, 2001 1 commit
  8. 17 Dec, 2001 1 commit
  9. 14 Dec, 2001 1 commit
  10. 07 Dec, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f3e24bad
      Dr. Stephen Henson authored
      Don't overwrite signing time.
      f3e24bad
  11. 03 Dec, 2001 1 commit
  12. 01 Dec, 2001 1 commit
  13. 23 Nov, 2001 2 commits
  14. 22 Nov, 2001 1 commit
  15. 16 Nov, 2001 1 commit
  16. 15 Nov, 2001 1 commit
  17. 14 Nov, 2001 1 commit
  18. 12 Nov, 2001 3 commits
  19. 10 Nov, 2001 3 commits
  20. 30 Oct, 2001 1 commit
  21. 27 Oct, 2001 1 commit
  22. 26 Oct, 2001 3 commits
  23. 25 Oct, 2001 3 commits
  24. 24 Oct, 2001 2 commits
    • Richard Levitte's avatar
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte authored
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c
    • Bodo Möller's avatar
      Fix SSL handshake functions and SSL_clear() such that SSL_clear() · 979689aa
      Bodo Möller authored
      never resets s->method to s->ctx->method when called from within
      one of the SSL handshake functions.
      979689aa
  25. 23 Oct, 2001 1 commit
  26. 21 Oct, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f1558bb4
      Dr. Stephen Henson authored
      Reject certificates with unhandled critical extensions.
      f1558bb4
  27. 20 Oct, 2001 1 commit
    • Bodo Möller's avatar
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller authored
      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
  28. 17 Oct, 2001 1 commit