diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-18 22:19:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-22 15:46:09 +0300 |
commit | 004bb71d88ed54eb4d540d14491bf86256a952fd (patch) | |
tree | b381d80f22682e29651370701d798a2e3dfebccc /libca-certificates-curl/README | |
parent | 66e25bf08b493258642cb844b987fd96afa39c7b (diff) |
Add implementation
Diffstat (limited to 'libca-certificates-curl/README')
-rw-r--r-- | libca-certificates-curl/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libca-certificates-curl/README b/libca-certificates-curl/README new file mode 100644 index 0000000..585f52a --- /dev/null +++ b/libca-certificates-curl/README @@ -0,0 +1,21 @@ +cURL is a client-side software for transferring data using URLs. This is the +Certificate Authorities (CA) certificate bundle for peer SSL certificate +verification. For more information see: + +https://curl.haxx.se/docs/caextract.html + +This package contains the original CA certificate bundle file and the custom +C library source code for querying its path all packaged for the build2 package +manager (bpkg). + +See the INSTALL file for the prerequisites and installation instructions. + +Send questions, bug reports, or any other feedback about the certificate +bundle itself to the cURL mailing lists. Send the library, build system and +packaging-related feedback to the packaging@build2.org mailing list (see +https://lists.build2.org for posting guidelines, etc). + +The packaging of libca-certificates-curl for build2 is tracked in a Git +repository at: + +https://git.build2.org/cgit/packaging/curl/ |