about summary refs log tree commit diff
path: root/pkgs/data/misc/cacert
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* cacert: switch to python3Jan Tojnar2019-12-15
|
* Merge pull request #68614 from nspin/pr/simplify-cacert-setup-hookMatthew Bauer2019-09-20
|\ | | | | cacert: simplify setupHook
| * cacert: simplify setupHookNick Spinale2019-09-12
| | | | | | | | | | | | Triggering this setupHook for dependencies at targetOffset does not work in cross-compilation cases where such a dependency is lacking. This simplified setupHook is more robust.
* | treewide: remove redundant recvolth2019-08-28
|/
* stdenv, cacert: consider $NIX_SSL_CERT_FILE in hooksVladimír Čunát2019-05-09
| | | | | | Some SSL libs don't react to $SSL_CERT_FILE. That actually makes sense to me, as we add this behavior as nixpkgs-specific, so it seems "safer" to use $NIX_*.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* cacert: fix certdata2pem urlChaz Schlarp2018-06-01
| | | | | | | | | Related to #39927 ``` $ nix-prefetch-url https://salsa.debian.org/debian/ca-certificates/raw/debian/20170717/mozilla/certdata2pem.py path is '/nix/store/0d00axdac4h8ffxrf90s5zh8xdw3r29z-certdata2pem.py' 1d4q27j1gss0186a5m8bs5dk786w07ccyq0qi6xmd2zr1a8q16wy ```
* Merge pull request #37158 from oxij/pkgs/tor-browsersMichael Raskin2018-03-16
|\ | | | | update tor browsers
| * nss: 3.34.1 -> 3.35; cacert.certdata2pem: 20160104 -> 20170717taku02018-03-16
| |
* | cacert: add output "unbundled"xeji2018-02-25
|/ | | | | which contains all certs, each in a separate file. This output is not installed by default.
* cacert: use addEnvHooksDaiderd Jordan2018-01-07
|
* cacert: add hook that sets SSL_CERT_FILEDaiderd Jordan2017-12-27
| | | | Fixes #32981
* Merge pull request #27881 from mimadrid/fix/http-httpsFrederik Rietdijk2017-08-13
|\ | | | | Update homepage attributes: http -> https
| * Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | | | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* | cacert: really fix utf-8 certname blacklistsFranz Pletz2017-08-09
|/ | | | See #27576.
* cacert: fix unicode names in blacklistFranz Pletz2017-07-31
| | | | Fixes #27576.
* cacerts: refactor, add blacklist optionFranz Pletz2016-10-09
| | | | | | | | | | Previously, the list of CA certificates was generated with a perl script which is included in curl. As this script is not very flexible, this commit refactors the expression to use the python script that Debian uses to generate their CA certificates from Mozilla's trust store in NSS. Additionally, an option was added to the cacerts derivation and the `security.pki` module to blacklist specific CAs.
* cacert: remove dependency on LWPRobert Helgesson2016-06-13
| | | | | | The `mk-ca-bundle.pl` script manages quite well using only curl but fails without LWP being present due to a `use` statement. This removes the Perl import of the LWP library and adds curl as a build input.
* Fix random uglinessEelco Dolstra2015-07-31
|
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
|
* Fix cacertEelco Dolstra2015-06-04
|
* cacert: Build directly from nss instead of our own tarballWilliam A. Kennington III2015-05-29
|
* cacert: Update to 20140715Eelco Dolstra2014-08-05
| | | | | | This is generated with a more recent version of mk-ca-bundle.pl. The previous version mistakenly dropped some certificates, like "Verisign Class 3 Public Primary Certification Authority".
* cacert: Update to 20140704Eelco Dolstra2014-07-30
|
* cacert: Update to 20131205Eelco Dolstra2013-12-20
|
* nixos.org/tarballs -> tarballs.nixos.orgEelco Dolstra2013-06-25
| | | | | It's currently the same machine, but tarballs.nixos.org should become an S3/CloudFront site eventually.
* cacert: Update to 20121229Eelco Dolstra2013-05-15
|
* cacert: Update to 20120628Eelco Dolstra2012-07-05
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Latest CA certificate bundle, now without DigiNotar certificate.Eelco Dolstra2011-09-14
| | | | svn path=/nixpkgs/trunk/; revision=29269
* * CAcert bundle updated to the latest version (it was almost two years old).Eelco Dolstra2011-08-28
| | | | svn path=/nixpkgs/trunk/; revision=28856
* * Added a bundle of CA certificates, useful for e.g. curl.Eelco Dolstra2010-01-20
svn path=/nixpkgs/trunk/; revision=19571