Skip to content
  1. Jan 09, 2014
  2. Jan 08, 2014
  3. Jan 07, 2014
  4. Jan 06, 2014
  5. Jan 04, 2014
  6. Jan 03, 2014
  7. Jan 02, 2014
  8. Dec 29, 2013
  9. Dec 28, 2013
  10. Dec 22, 2013
    • Dr. Stephen Henson's avatar
      Canonicalise input in CMS_verify. · cd30f03a
      Dr. Stephen Henson authored
      If content is detached and not binary mode translate the input to
      CRLF format. Before this change the input was verified verbatim
      which lead to a discrepancy between sign and verify.
      cd30f03a
  11. Dec 20, 2013
  12. Dec 18, 2013
  13. Dec 13, 2013
    • Dr. Stephen Henson's avatar
      Add opaque ID structure. · 4a253652
      Dr. Stephen Henson authored
      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 adc6bd73)
      
      Conflicts:
      
      	crypto/x509/x509_vpm.c
      4a253652
    • Dr. Stephen Henson's avatar
      Update to pad extension. · 4fcdd66f
      Dr. Stephen Henson authored
      Fix padding calculation for different SSL_METHOD types. Use the
      standard name as used in draft-agl-tls-padding-02
      4fcdd66f
    • Dr. Stephen Henson's avatar
      Fix for partial chain notification. · 102302b0
      Dr. Stephen Henson authored
      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