See https://www.thunderbird.net/en-US/thunderbird/68.2.1/releasenotes/
Use --disable-sandbox in CONFIGURE_ARGS instead of setting invalid
pledge strings, thunderbird is a monolithic process so far anyway so its
pledge would be super wide.. to be revisited by someone someday ?
Builds and runs fine with it, although I did not exhaust all possible ways
of testing GDBs built-in Python usage.
Support "to increase the chance of it getting tested" from sthen
Crypt::PKCS10 parses PKCS #10 requests and provides accessor methods to
extract the requested data. First, the request will be parsed using the
included ASN.1 definition. Common object identifiers will be translated to
their corresponding names. Additionally, accessor methods allow to extract
single data fields. Bit Strings like signatures will be printed in their
hexadecimal representation.
From henning@; ok sthen@ afresh1@
The Crypt::LE module provides the functionality necessary to use Let's
Encrypt API and generate free SSL certificates for your domains. It can
also be used to generate private RSA and ECC keys or Certificate Signing
Requests without resorting to openssl command line. Crypt::LE is shipped
with a self-sufficient client for obtaining SSL certificates, le.pl.
Both ACME v1 and ACME v2 protocols and wildcard certificate issuance are
supported.
From henning@; ok sthen@ afresh1@
Protocol::WebSocket is a client/server WebSocket message and frame
parser/constructor. This module does not provide a WebSocket server
or client, but is made for using in http servers or clients to
provide WebSocket support.
From henning@; ok sthen@ afresh1@
Net::WebSocket::Server implements the details of a WebSocket server and
invokes the provided callbacks whenever something interesting happens.
Individual connections to the server are represented as
Net::WebSocket::Server::Connection objects.
From henning@; ok sthen@ afresh1@