1. 26 Oct, 2001 2 commits
  2. 25 Oct, 2001 15 commits
  3. 24 Oct, 2001 6 commits
  4. 23 Oct, 2001 2 commits
  5. 22 Oct, 2001 1 commit
  6. 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
  7. 20 Oct, 2001 4 commits
  8. 17 Oct, 2001 6 commits
  9. 16 Oct, 2001 2 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