1. 17 10月, 2015 1 次提交
  2. 16 10月, 2015 3 次提交
  3. 15 10月, 2015 9 次提交
  4. 14 10月, 2015 9 次提交
  5. 13 10月, 2015 2 次提交
    • M
      Rename -set-serial command to req · 1dce6c3f
      Matt Caswell 提交于
      Previous OpenSSL versions used -set_serial, but master was using
      -set-serial - so rename it back to the old version.
      
      RT#4059
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      1dce6c3f
    • 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
  6. 12 10月, 2015 6 次提交
  7. 11 10月, 2015 3 次提交
  8. 09 10月, 2015 3 次提交
  9. 08 10月, 2015 4 次提交