1. 25 Oct, 2001 15 commits
  2. 24 Oct, 2001 6 commits
  3. 23 Oct, 2001 2 commits
  4. 22 Oct, 2001 1 commit
  5. 21 Oct, 2001 2 commits
    • Dr. Stephen Henson's avatar
      · f1558bb4
      Dr. Stephen Henson authored
      Reject certificates with unhandled critical extensions.
      f1558bb4
    • Dr. Stephen Henson's avatar
      · 6ca48799
      Dr. Stephen Henson authored
      Stop spurious "unable to load config info" errors in req
      6ca48799
  6. 20 Oct, 2001 4 commits
  7. 17 Oct, 2001 6 commits
  8. 16 Oct, 2001 4 commits
    • Lutz Jänicke's avatar
    • Bodo Möller's avatar
      Add per-SSL 'msg_callback' with 'msg_callback_arg'. · bf21446a
      Bodo Möller authored
      Both have per-SSL_CTX defaults.
      These new values can be set by calling SSL[_CTX]_[callback_]ctrl
      with codes SSL_CTRL_SET_MSG_CALLBACK and SSL_CTRL_SET_MSG_CALLBACK_ARG.
      
      So far, the callback is never actually called.
      
      
      Also rearrange some SSL_CTX struct members (some exist just in
      SSL_CTXs, others are defaults for SSLs and are either copied
      during SSL_new, or used if the value in the SSL is not set;
      these three classes of members were not in a logical order),
      and add some missing assignments to SSL_dup.
      bf21446a
    • Dr. Stephen Henson's avatar
      Update docs. · e72d734d
      Dr. Stephen Henson authored
      e72d734d
    • 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