summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* split-ca-bundle: clean up unused functionHEADmasterNatanael Copa2020-02-061-12/+0
| | | | remove left over function
* update-ca: insert newline between certsNatanael Copa2020-02-051-1/+2
| | | | | | | | There may be certificates that lack a trailing newline, which is allowed in the certificate format. We work around that by inject a newline after each cert. see https://gitlab.alpinelinux.org/alpine/aports/issues/8379
* replace python script with perl scriptNatanael Copa2020-02-055-159/+642
| | | | | | | | | we need ca-certificates when bootstrapping new architectures. Avoid use of python to reduce number of dependencies when bootstrapping. So use mk-ca-bundle.pl script from curl, and add a small shell script that splits the bundle to separate .crt files, similar way that the python script did.
* update-ca: fix compiler warningNatanael Copa2020-02-051-1/+1
|
* ==== release 20191127 ====20191127Natanael Copa2019-12-182-797/+1189
|
* === release 20190109 ===20190108Natanael Copa2019-01-082-1029/+1037
|
* add update targetNatanael Copa2019-01-081-1/+5
|
* update-ca: fix build with newer muslNatanael Copa2018-09-241-1/+1
| | | | | | | musl removed SYMLINK_MAX define[1]. Use PATH_MAX instead for symlink target. [1]: http://git.musl-libc.org/cgit/musl/commit/?id=767f7a1091af3a3dcee2f7a49d0713359a81961c
* === release 20180924 ===20180924Natanael Copa2018-09-242-6300/+1572
|
* === release 20171114 ===20171114William Pitcock2017-11-141-1/+1
|
* update-ca: remove arbitrary symlink restrictions on local cert dir, entirely ↵William Pitcock2017-11-141-26/+3
| | | | pointless
* === release 20170801 ===20170801William Pitcock2017-08-021-0/+1
|
* add generic build infrastructureWilliam Pitcock2017-08-022-0/+38
|
* Add additional data from Alpineized ca-certificates package.William Pitcock2017-08-024-0/+965
|
* import ca-certificates 20170726 data20170726William Pitcock2017-07-312-0/+27898