1. 13 10月, 2015 1 次提交
    • M
      Centralise loading default apps config file · a0a82324
      Matt Caswell 提交于
      Loading the config file after processing command line options can
      cause problems, e.g. where an engine provides new ciphers/digests
      these are not then recoginised on the command line. Move the
      default config file loading to before the command line option
      processing. Whilst we're doing this we might as well centralise
      this instead of doing it individually for each application. Finally
      if we do it before the OpenSSL_add_ssl_algorithms() call then
      ciphersuites provided by an engine (e.g. GOST) can be available to
      the apps.
      
      RT#4085
      RT#4086
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a0a82324
  2. 12 10月, 2015 1 次提交
  3. 11 10月, 2015 1 次提交
  4. 09 10月, 2015 1 次提交
  5. 06 10月, 2015 1 次提交
  6. 05 10月, 2015 2 次提交
  7. 30 9月, 2015 2 次提交
  8. 29 9月, 2015 2 次提交
  9. 28 9月, 2015 2 次提交
  10. 26 9月, 2015 1 次提交
  11. 25 9月, 2015 1 次提交
    • M
      Add support for -no-CApath and -no-CAfile options · 2b6bcb70
      Matt Caswell 提交于
      For those command line options that take the verification options
      -CApath and -CAfile, if those options are absent then the default path or
      file is used instead. It is not currently possible to specify *no* path or
      file at all. This change adds the options -no-CApath and -no-CAfile to
      specify that the default locations should not be used to all relevant
      applications.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      2b6bcb70
  12. 24 9月, 2015 2 次提交
  13. 23 9月, 2015 2 次提交
  14. 22 9月, 2015 1 次提交
  15. 21 9月, 2015 1 次提交
  16. 20 9月, 2015 9 次提交
  17. 19 9月, 2015 1 次提交
  18. 18 9月, 2015 1 次提交
  19. 12 9月, 2015 1 次提交
  20. 11 9月, 2015 2 次提交
  21. 09 9月, 2015 1 次提交
  22. 08 9月, 2015 3 次提交
  23. 07 9月, 2015 1 次提交