1. 26 Oct, 2001 2 commits
  2. 25 Oct, 2001 3 commits
  3. 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
  4. 23 Oct, 2001 1 commit
  5. 21 Oct, 2001 1 commit
    • Dr. Stephen Henson's avatar
      · f1558bb4
      Dr. Stephen Henson authored
      Reject certificates with unhandled critical extensions.
      f1558bb4
  6. 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
  7. 17 Oct, 2001 1 commit
  8. 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
  9. 15 Oct, 2001 1 commit
  10. 04 Oct, 2001 1 commit
  11. 01 Oct, 2001 1 commit
  12. 28 Sep, 2001 1 commit
  13. 26 Sep, 2001 1 commit
    • Richard Levitte's avatar
      Two changes: · 89eeccac
      Richard Levitte authored
      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
  14. 21 Sep, 2001 3 commits
  15. 20 Sep, 2001 3 commits
  16. 12 Sep, 2001 1 commit
  17. 11 Sep, 2001 1 commit
  18. 10 Sep, 2001 1 commit
  19. 07 Sep, 2001 1 commit
  20. 06 Sep, 2001 2 commits
  21. 05 Sep, 2001 5 commits
  22. 04 Sep, 2001 1 commit
  23. 03 Sep, 2001 2 commits
  24. 02 Sep, 2001 1 commit
  25. 01 Sep, 2001 1 commit
  26. 25 Aug, 2001 1 commit