1. 22 10月, 2015 1 次提交
    • R
      Handle CT error macros separately · cc79f06c
      Richard Levitte 提交于
      Because the default error macro generator assumes the header file with
      error macros is in include/openssl and therefore generates a C file
      with error texts that include <openssl/{name}.h>, we need to generate
      the error macros and texts for CT separately, since the CT module
      doesn't follow the default criteria.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      cc79f06c
  2. 21 10月, 2015 2 次提交
  3. 19 10月, 2015 4 次提交
  4. 18 10月, 2015 3 次提交
  5. 17 10月, 2015 1 次提交
  6. 16 10月, 2015 3 次提交
  7. 15 10月, 2015 9 次提交
  8. 14 10月, 2015 9 次提交
  9. 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
  10. 12 10月, 2015 6 次提交