security/erlang-pkix - The NetBSD Packages Collection

PKIX certificates management library for Erlang

The idea of the library is to simplify certificates configuration in Erlang
programs. Typically an Erlang program which needs certificates (for HTTPS/
MQTT/XMPP/etc) provides a bunch of options such as certfile, chainfile,
privkey, etc. The situation becomes even more complicated when a server
supports so called virtual domains because a program is typically required to
match a virtual domain with its certificate. If a user has plenty of virtual
domains it's quickly becoming a nightmare for them to configure all this. The
complexity also leads to errors: a single configuration mistake and a program
generates obscure log messages, unreadable Erlang tracebacks or, even worse,
just silently ignores the errors. Fortunately, the large part of certificates
configuration can be automated, reducing a user configuration to something as
simple as:

certfiles:

  - /etc/letsencrypt/live/*/*.pem

The purpose of this library is to do this dirty job under the hood.

Build dependencies

devel/rebar pkgtools/mktools devel/gmake pkgtools/cwrappers

Runtime dependencies

lang/erlang lang/erlang

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 10.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 10.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 10.0aarch64eberlang-pkix-1.0.9.tgz
NetBSD 10.0aarch64eberlang-pkix-1.0.9.tgz
NetBSD 10.0alphaerlang-pkix-1.0.9.tgz
NetBSD 10.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 10.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 10.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 10.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 10.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 10.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 10.0i386erlang-pkix-1.0.9.tgz
NetBSD 10.0i386erlang-pkix-1.0.9.tgz
NetBSD 10.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 10.0x86_64erlang-pkix-1.0.9.tgz
NetBSD 10.0_BETAx86_64erlang-pkix-1.0.9.tgz
NetBSD 8.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 8.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 8.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 8.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 9.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 9.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 9.0aarch64erlang-pkix-1.0.9.tgz
NetBSD 9.0alphaerlang-pkix-1.0.9.tgz
NetBSD 9.0alphaerlang-pkix-1.0.9.tgz
NetBSD 9.0earmerlang-pkix-1.0.9.tgz
NetBSD 9.0earmv4erlang-pkix-1.0.9.tgz
NetBSD 9.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 9.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 9.0earmv6hferlang-pkix-1.0.9.tgz
NetBSD 9.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 9.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 9.0earmv7hferlang-pkix-1.0.9.tgz
NetBSD 9.0i386erlang-pkix-1.0.9.tgz
NetBSD 9.0i386erlang-pkix-1.0.9.tgz
NetBSD 9.0m68kerlang-pkix-1.0.9.tgz
NetBSD 9.0m68kerlang-pkix-1.0.9.tgz
NetBSD 9.0m68kerlang-pkix-1.0.9.tgz
NetBSD 9.0mips64eberlang-pkix-1.0.9.tgz
NetBSD 9.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 9.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 9.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 9.0powerpcerlang-pkix-1.0.9.tgz
NetBSD 9.0sparc64erlang-pkix-1.0.9.tgz
NetBSD 9.0x86_64erlang-pkix-1.0.9.tgz
NetBSD 9.0x86_64erlang-pkix-1.0.9.tgz
NetBSD 9.3x86_64erlang-pkix-1.0.9.tgz
NetBSD 9.3x86_64erlang-pkix-1.0.9.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.