1. 19 5月, 2016 1 次提交
  2. 03 5月, 2016 1 次提交
  3. 03 4月, 2016 1 次提交
    • V
      Move peer chain security checks into x509_vfy.c · fbb82a60
      Viktor Dukhovni 提交于
      A new X509_VERIFY_PARAM_set_auth_level() function sets the
      authentication security level.  For verification of SSL peers, this
      is automatically set from the SSL security level.  Otherwise, for
      now, the authentication security level remains at (effectively) 0
      by default.
      
      The new "-auth_level" verify(1) option is available in all the
      command-line tools that support the standard verify(1) options.
      
      New verify(1) tests added to check enforcement of chain signature
      and public key security levels.  Also added new tests of enforcement
      of the verify_depth limit.
      
      Updated documentation.
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      fbb82a60
  4. 20 3月, 2016 1 次提交
  5. 23 2月, 2016 1 次提交
  6. 11 2月, 2016 1 次提交
  7. 06 2月, 2016 1 次提交
  8. 01 2月, 2016 1 次提交
  9. 21 1月, 2016 1 次提交
    • V
      Multiple -trusted/-untrusted/-CRLfile options in verify · feb2f53e
      Viktor Dukhovni 提交于
      It is sometimes useful (especially in automated tests) to supply
      multiple trusted or untrusted certificates via separate files rather
      than have to prepare a single file containing them all.
      
      To that end, change verify(1) to accept these options zero or more
      times.  Also automatically set -no-CAfile and -no-CApath when
      -trusted is specified.
      
      Improve verify(1) documentation, which could still use some work.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      feb2f53e
  10. 31 10月, 2015 1 次提交
  11. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  12. 25 9月, 2015 1 次提交
  13. 22 8月, 2015 1 次提交
  14. 14 7月, 2015 1 次提交
  15. 08 7月, 2015 2 次提交
  16. 03 5月, 2015 1 次提交
  17. 25 2月, 2015 1 次提交
  18. 03 7月, 2014 1 次提交
  19. 20 6月, 2014 4 次提交
  20. 31 5月, 2014 1 次提交
    • H
      add description of -attime to man page · 9ed03faa
      Hubert Kario 提交于
      the verify app man page didn't describe the usage of attime option
      even though it was listed as a valid option in the -help message.
      
      This patch fixes this omission.
      9ed03faa
  21. 15 5月, 2014 1 次提交
  22. 14 12月, 2012 1 次提交
  23. 23 2月, 2010 1 次提交
  24. 26 6月, 2009 1 次提交
  25. 15 4月, 2009 1 次提交
  26. 13 7月, 2008 1 次提交
    • D
      X509 verification fixes. · db50661f
      Dr. Stephen Henson 提交于
      Ignore self issued certificates when checking path length constraints.
      
      Duplicate OIDs in policy tree in case they are allocated.
      
      Use anyPolicy from certificate cache and not current tree level.
      db50661f
  27. 30 1月, 2008 1 次提交
  28. 08 10月, 2001 1 次提交
  29. 08 9月, 2000 1 次提交
  30. 16 8月, 2000 1 次提交
  31. 27 1月, 2000 1 次提交
  32. 21 1月, 2000 1 次提交
  33. 07 1月, 2000 1 次提交
  34. 30 11月, 1999 1 次提交
  35. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace