./security/erlang-pkix, PKIX certificates management library for Erlang

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.9, Package name: erlang-pkix-1.0.9, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 396.697 KB

Version history: (Expand)


CVS history: (Expand)


   2022-10-15 13:59:18 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
erlang-pkix: Update to 1.0.9

upstream changes:
-----------------
Version 1.0.9
  o Generate documentaion for hex.pm packages
  o Update CA bundle
Version 1.0.8
  o Switch from using Travis to Github Actions as CI
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-01-16 20:58:30 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
erlang-pkix: Add version 1.0.7

erlang-pkix is a certificates management library for Erlang. It is a
dependency for the last release of chat/ejabberd.