1. 17 11月, 2014 1 次提交
  2. 23 10月, 2014 1 次提交
  3. 26 9月, 2014 1 次提交
  4. 25 9月, 2014 1 次提交
  5. 12 9月, 2014 1 次提交
  6. 31 8月, 2014 1 次提交
  7. 28 8月, 2014 1 次提交
  8. 13 8月, 2014 2 次提交
  9. 02 8月, 2014 1 次提交
  10. 25 7月, 2014 1 次提交
    • D
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson 提交于
      Don't call internal functions directly call them through
      SSL_test_functions(). This also makes unit testing work on
      Windows and platforms that don't export internal functions
      from shared libraries.
      
      By default unit testing is not enabled: it requires the compile
      time option "enable-unit-test".
      Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
      e0fc7961
  11. 20 7月, 2014 1 次提交
  12. 16 7月, 2014 2 次提交
  13. 02 7月, 2014 1 次提交
  14. 12 6月, 2014 1 次提交
  15. 07 6月, 2014 1 次提交
  16. 02 6月, 2014 3 次提交
  17. 01 6月, 2014 3 次提交
  18. 04 5月, 2014 1 次提交
  19. 30 4月, 2014 1 次提交
  20. 08 3月, 2014 1 次提交
  21. 27 2月, 2014 1 次提交
  22. 26 2月, 2014 1 次提交
  23. 07 1月, 2014 1 次提交
  24. 19 12月, 2013 1 次提交
  25. 05 12月, 2013 1 次提交
  26. 28 11月, 2013 1 次提交
  27. 13 11月, 2013 1 次提交
  28. 20 10月, 2013 1 次提交
  29. 09 10月, 2013 1 次提交
  30. 03 10月, 2013 1 次提交
  31. 16 9月, 2013 2 次提交
    • B
      Fix overly lenient comparisons: · ca567a03
      Bodo Moeller 提交于
          - 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
    • A
      Add support for Cygwin-x86_64. · b3ef742c
      Andy Polyakov 提交于
      PR: 3110
      Submitted by Corinna Vinschen.
      b3ef742c
  32. 06 9月, 2013 2 次提交
    • S
      Add callbacks supporting generation and retrieval of supplemental data... · 36086186
      Scott Deboy 提交于
      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
    • V
      478b50cf