]> granicus.if.org Git - curl/commit
mk-ca-bundle: detect start of trust section better
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Sep 2012 21:21:15 +0000 (23:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Sep 2012 21:21:15 +0000 (23:21 +0200)
commit3a0b64489f1ae721d6647fa4fc90b7dbb91dd387
tree227bd0ba8211965ae2d5c969b8f10f2193178417
parentee3551e45e60856eb0b779aa6cd34d77f16208a5
mk-ca-bundle: detect start of trust section better

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
lib/mk-ca-bundle.pl