1. 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
  2. 20 7月, 2014 2 次提交
  3. 16 7月, 2014 1 次提交
  4. 15 7月, 2014 1 次提交
  5. 14 7月, 2014 1 次提交
  6. 09 7月, 2014 1 次提交
  7. 06 7月, 2014 1 次提交
  8. 05 7月, 2014 2 次提交
  9. 04 7月, 2014 1 次提交
  10. 02 7月, 2014 5 次提交
  11. 01 7月, 2014 1 次提交
  12. 30 6月, 2014 3 次提交
  13. 29 6月, 2014 1 次提交
  14. 28 6月, 2014 4 次提交
  15. 27 6月, 2014 1 次提交
  16. 23 6月, 2014 3 次提交
  17. 18 6月, 2014 1 次提交
  18. 15 6月, 2014 1 次提交
    • D
      Accept CCS after sending finished. · 3b77f017
      Dr. Stephen Henson 提交于
      Allow CCS after finished has been sent by client: at this point
      keys have been correctly set up so it is OK to accept CCS from
      server. Without this renegotiation can sometimes fail.
      
      PR#3400
      3b77f017
  19. 13 6月, 2014 4 次提交
  20. 12 6月, 2014 1 次提交
  21. 11 6月, 2014 2 次提交
  22. 10 6月, 2014 1 次提交
  23. 09 6月, 2014 1 次提交
    • D
      SRP ciphersuite correction. · 447280ca
      Dr. Stephen Henson 提交于
      SRP ciphersuites do not have no authentication. They have authentication
      based on SRP. Add new SRP authentication flag and cipher string.
      447280ca