Skip to content
  1. Oct 10, 2018
  2. Sep 14, 2018
  3. Sep 13, 2018
  4. Sep 12, 2018
  5. Sep 11, 2018
  6. Sep 10, 2018
  7. Sep 07, 2018
  8. Sep 05, 2018
  9. Aug 29, 2018
  10. Aug 23, 2018
  11. Aug 22, 2018
  12. Aug 20, 2018
    • Nick Mathewson's avatar
      Rewrite test_tortls_cert_matches_key() · 85a87923
      Nick Mathewson authored
      Unlike the old test, this test no will no longer mess around with
      the forbidden internals of any openssl data structures.
      
      Additionally, it verifies several other behaviors of
      tor_tls_cert_matches_key() that we had wanted to verify, such as
      the possibility of the certificate's key not matching.
      
      Fixes bug 27226; bugfix on 0.2.5.1-alpha.
      85a87923
    • Nick Mathewson's avatar
      Use our x509 wrapper code in tor_tls_cert_matches_key() · c1f476a3
      Nick Mathewson authored
      This allows us to mock our own tor_tls_get_peer_certificate()
      function in order to test ..cert_matches_key(), which will in turn
      allow us to simplify test_tortls_cert_matches_key() considerably.
      
      Prep work for the fix for 27226.
      c1f476a3
  13. Aug 15, 2018
  14. Aug 10, 2018
  15. Aug 09, 2018