1. 23 Sep, 2012 1 commit
  2. 19 Sep, 2012 1 commit
  3. 17 Sep, 2012 5 commits
  4. 16 Sep, 2012 1 commit
  5. 14 Sep, 2012 4 commits
  6. 13 Sep, 2012 4 commits
  7. 12 Sep, 2012 2 commits
  8. 11 Sep, 2012 11 commits
  9. 10 Sep, 2012 3 commits
  10. 09 Sep, 2012 4 commits
  11. 08 Sep, 2012 1 commit
  12. 06 Sep, 2012 2 commits
  13. 04 Sep, 2012 1 commit
    • Daniel Stenberg's avatar
      mk-ca-bundle: detect start of trust section better · 3a0b6448
      Daniel Stenberg authored
      Each certificate section of the input certdata.txt file has a trust
      section following it with details.
      
      This script failed to detect the start of the trust for at least one
      cert[*], which made the script continue pass that section into the next
      one where it found an 'untrusted' marker and as a result that certficate
      was not included in the output.
      
      [*] = "Hellenic Academic and Research Institutions RootCA 2011"
      
      Bug: http://curl.haxx.se/mail/lib-2012-09/0019.html
      3a0b6448