1. 13 Aug, 2014 1 commit
  2. 12 Aug, 2014 7 commits
  3. 11 Aug, 2014 7 commits
  4. 09 Aug, 2014 5 commits
  5. 08 Aug, 2014 1 commit
  6. 06 Aug, 2014 14 commits
  7. 01 Aug, 2014 4 commits
  8. 24 Jul, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson authored
      
      
      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: default avatarGeoff Thorpe <geoff@openssl.org>
      e0fc7961