1. 22 Oct, 2015 3 commits
  2. 21 Oct, 2015 5 commits
  3. 18 Oct, 2015 7 commits
  4. 17 Oct, 2015 1 commit
  5. 16 Oct, 2015 2 commits
  6. 15 Oct, 2015 9 commits
  7. 14 Oct, 2015 3 commits
  8. 13 Oct, 2015 7 commits
  9. 12 Oct, 2015 3 commits
    • Matt Caswell's avatar
      Rename -set-serial command to req · 1dce6c3f
      Matt Caswell authored
      
      
      Previous OpenSSL versions used -set_serial, but master was using
      -set-serial - so rename it back to the old version.
      
      RT#4059
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      1dce6c3f
    • Matt Caswell's avatar
      Centralise loading default apps config file · a0a82324
      Matt Caswell authored
      
      
      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: default avatarRichard Levitte <levitte@openssl.org>
      a0a82324
    • Matt Caswell's avatar
      Fix option name discrepancy · d175e8a6
      Matt Caswell authored
      
      
      There used to be options -macopt and -sigopt in <=1.0.2 for the dgst
      command line app. These were incorrectly spelled as -macop and -sigop in
      master.
      
      RT#4072
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      d175e8a6