Skip to content
  1. Oct 25, 2001
  2. Oct 24, 2001
  3. Oct 23, 2001
  4. Oct 22, 2001
  5. Oct 21, 2001
    • 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. Oct 20, 2001
  7. Oct 17, 2001
  8. Oct 16, 2001
    • 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