1. 04 Jan, 2002 2 commits
  2. 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
  3. 28 Dec, 2001 1 commit
  4. 21 Dec, 2001 1 commit
  5. 20 Dec, 2001 1 commit
  6. 17 Dec, 2001 1 commit
  7. 14 Dec, 2001 1 commit
  8. 07 Dec, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f3e24bad
      Dr. Stephen Henson authored
      Don't overwrite signing time.
      f3e24bad
  9. 03 Dec, 2001 1 commit
  10. 01 Dec, 2001 1 commit
  11. 23 Nov, 2001 2 commits
  12. 22 Nov, 2001 1 commit
  13. 16 Nov, 2001 1 commit
  14. 15 Nov, 2001 1 commit
  15. 14 Nov, 2001 1 commit
  16. 12 Nov, 2001 3 commits
  17. 10 Nov, 2001 3 commits
  18. 30 Oct, 2001 1 commit
  19. 27 Oct, 2001 1 commit
  20. 26 Oct, 2001 3 commits
  21. 25 Oct, 2001 3 commits
  22. 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
  23. 23 Oct, 2001 1 commit
  24. 21 Oct, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f1558bb4
      Dr. Stephen Henson authored
      Reject certificates with unhandled critical extensions.
      f1558bb4
  25. 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
  26. 17 Oct, 2001 1 commit
  27. 16 Oct, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · 20d2186c
      Dr. Stephen Henson authored
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  28. 15 Oct, 2001 1 commit
  29. 04 Oct, 2001 1 commit