1. 23 6月, 2014 5 次提交
  2. 25 5月, 2014 2 次提交
  3. 21 5月, 2014 1 次提交
    • V
      Fixes to host checking. · 397a8e74
      Viktor Dukhovni 提交于
      Fixes to host checking wild card support and add support for
      setting host checking flags when verifying a certificate
      chain.
      397a8e74
  4. 04 3月, 2014 1 次提交
  5. 14 2月, 2014 2 次提交
  6. 10 1月, 2014 1 次提交
  7. 13 12月, 2013 2 次提交
    • D
      Add opaque ID structure. · 4a253652
      Dr. Stephen Henson 提交于
      Move the IP, email and host checking fields from the public
      X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID
      structure. By doing this the structure can be modified in future
      without risk of breaking any applications.
      (cherry picked from commit adc6bd73e3bd10ce6e76867482e8d137071298d7)
      
      Conflicts:
      
      	crypto/x509/x509_vpm.c
      4a253652
    • D
      Fix for partial chain notification. · 102302b0
      Dr. Stephen Henson 提交于
      For consistency with other cases if we are performing
      partial chain verification with just one certificate
      notify the callback with ok==1.
      (cherry picked from commit 852553d9005e13aed7feb986a5d71cb885b994c7)
      102302b0
  8. 09 9月, 2013 1 次提交
    • D
      Partial path fix. · 52073b76
      Dr. Stephen Henson 提交于
      When verifying a partial path always check to see if the EE certificate
      is explicitly trusted: the path could contain other untrusted certificates.
      52073b76
  9. 13 7月, 2013 1 次提交
    • D
      Fix verify loop with CRL checking. · 4b26645c
      Dr. Stephen Henson 提交于
      PR #3090
      Reported by: Franck Youssef <fry@open.ch>
      
      If no new reason codes are obtained after checking a CRL exit with an
      error to avoid repeatedly checking the same CRL.
      
      This will only happen if verify errors such as invalid CRL scope are
      overridden in a callback.
      4b26645c
  10. 07 1月, 2013 1 次提交
  11. 22 12月, 2012 1 次提交
  12. 14 12月, 2012 1 次提交
  13. 07 12月, 2012 1 次提交
  14. 06 12月, 2012 1 次提交
  15. 05 12月, 2012 1 次提交
  16. 03 8月, 2012 2 次提交
  17. 05 3月, 2012 1 次提交
  18. 23 9月, 2011 1 次提交
    • D
      PR: 2606 · c2035bff
      Dr. Stephen Henson 提交于
      Submitted by: Christoph Viethen <cv@kawo2.rwth-aachen.de>
      Reviewed by: steve
      
      Handle timezones correctly in UTCTime.
      c2035bff
  19. 06 9月, 2011 1 次提交
  20. 26 12月, 2010 1 次提交
  21. 02 11月, 2010 1 次提交
  22. 25 2月, 2010 3 次提交
  23. 17 11月, 2009 1 次提交
    • D
      PR: 2103 · 446a6a8a
      Dr. Stephen Henson 提交于
      Submitted by: Rob Austein <sra@hactrn.net>
      Approved by: steve@openssl.org
      
      Initialise atm.flags to 0.
      446a6a8a
  24. 01 11月, 2009 1 次提交
  25. 23 10月, 2009 2 次提交
  26. 04 9月, 2009 1 次提交
  27. 02 9月, 2009 1 次提交
    • D
      PR: 2013 · 17b5326b
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created.
      This makes it possible to tell if the underlying type is UTCTime,
      GeneralizedTime or Time when the structure is reused and X509_time_adj_ex()
      can handle each case in an appropriate manner.
      
      Add error checking to CRL generation in ca utility when nextUpdate is being
      set.
      17b5326b
  28. 26 6月, 2009 1 次提交
  29. 15 6月, 2009 1 次提交