Skip to content
Snippets Groups Projects
  1. Aug 10, 2011
  2. Jul 29, 2011
  3. Jul 28, 2011
    • Rich Megginson's avatar
      ITS#7002 MozNSS: fix VerifyCert allow/try behavior · 210b156e
      Rich Megginson authored and Howard Chu's avatar Howard Chu committed
      If the olcTLSVerifyClient is set to a value other than "never", the server
      should request that the client send a client certificate for possible use
      with client cert auth (e.g. SASL/EXTERNAL).
      If set to "allow", if the client sends a cert, and there are problems with
      it, the server will warn about problems, but will allow the SSL session to
      proceed without a client cert.
      If set to "try", if the client sends a cert, and there are problems with
      it, the server will warn about those problems, and shutdown the SSL session.
      If set to "demand" or "hard", the client must send a cert, and the server
      will shutdown the SSL session if there are problems.
      I added a new member of the tlsm context structure - tc_warn_only - if this
      is set, tlsm_verify_cert will only warn about errors, and only if TRACE
      level debug is set.  This allows the server to warn but allow bad certs
      if "allow" is set, and warn and fail if "try" is set.
      210b156e
    • Rich Megginson's avatar
      ITS#7001 MozNSS: free the return of tlsm_find_and_verify_cert_key · fb4b4f74
      Rich Megginson authored and Howard Chu's avatar Howard Chu committed
      If tlsm_find_and_verify_cert_key finds the cert and/or key, and it fails
      to verify them, it will leave them allocated for the caller to dispose of.
      There were a couple of places that were not disposing of the cert and key
      upon error.
      fb4b4f74
    • Howard Chu's avatar
      ITS#7000 fix bad patch in ITS#6472 · ff7acea2
      Howard Chu authored
      ff7acea2
    • Howard Chu's avatar
      ITS#7003 fix typo · 890d4c62
      Howard Chu authored
      890d4c62
  4. Jul 21, 2011
  5. Jul 18, 2011
  6. Jul 08, 2011
  7. Jul 07, 2011
  8. Jul 02, 2011
  9. Jun 30, 2011
  10. Jun 29, 2011
  11. Jun 28, 2011
  12. Jun 27, 2011
  13. Jun 25, 2011
  14. Jun 24, 2011
  15. Jun 23, 2011
  16. Jun 22, 2011
  17. Jun 21, 2011
  18. Jun 20, 2011
Loading