Skip to content
  1. Oct 12, 2013
  2. Oct 10, 2013
  3. Oct 09, 2013
  4. Oct 08, 2013
  5. Oct 07, 2013
  6. Oct 03, 2013
  7. Oct 02, 2013
  8. Oct 01, 2013
  9. Sep 20, 2013
  10. Sep 18, 2013
  11. Sep 16, 2013
    • Bodo Moeller's avatar
      Fix overly lenient comparisons: · ca567a03
      Bodo Moeller authored
          - EC_GROUP_cmp shouldn't consider curves equal just because
            the curve name is the same. (They really *should* be the same
            in this case, but there's an EC_GROUP_set_curve_name API,
            which could be misused.)
      
          - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
            or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates
            equality (not an error).
      
          Reported by: king cope
      ca567a03
  12. Sep 15, 2013
  13. Sep 10, 2013
  14. Sep 09, 2013
  15. Sep 08, 2013
    • Dr. Stephen Henson's avatar
      Partial path fix. · 52073b76
      Dr. Stephen Henson authored
      When verifying a partial path always check to see if the EE certificate
      is explicitly trusted: the path could contain other untrusted certificates.
      52073b76
  16. Sep 06, 2013
    • Scott Deboy's avatar
      Add callbacks supporting generation and retrieval of supplemental data... · 36086186
      Scott Deboy authored
      Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
      Removed prior audit proof logic - audit proof support was implemented using the generic TLS extension API
      Tests exercising the new supplemental data registration and callback api can be found in ssltest.c.
      Implemented changes to s_server and s_client to exercise supplemental data callbacks via the -auth argument, as well as additional flags to exercise supplemental data being sent only during renegotiation.
      36086186
  17. Sep 05, 2013
  18. Aug 21, 2013
  19. Aug 17, 2013
  20. Aug 06, 2013
  21. Aug 05, 2013