Include the CAcert root certificates in our CA certificate bundle.
commit9d3c9d917f5d7790fbb0309ebbe0303960ec8a64
authorPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 10 Jul 2012 08:20:25 +0000 (10 09:20 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 10 Jul 2012 08:20:25 +0000 (10 09:20 +0100)
treeb397f401251a7bbaa80bb7cef413f684ee8006cc
parent22a91678d6ed087fb6ba2e9b0255af66155b4d82
Include the CAcert root certificates in our CA certificate bundle.

This allows us to accept CAcert issued certificates as valid for SSL
connections. CAcert is a chain-of-trust certificate authority using a
model like PGP for authenticating trust and is used by some open source
sites as the CA issues free certificates provided there is sufficient
confirmation of identity using the web of trust.

The CAcert license requires mentioning in the documentation and it is
polite to list other packages that Git for Windows depends upon.

This closes github issue #37.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
mingw/bin/curl-ca-bundle.crt
share/WinGit/ReleaseNotes.rtf
src/curl/certs/cacert.class3.pem [new file with mode: 0644]
src/curl/certs/cacert.root.pem [new file with mode: 0644]