Attila Lakatos

Results 31 issues of Attila Lakatos

Use well known DH parameters that have built-in support in OpenSSL. From the man page: If "auto" DH parameters are switched on then the parameters will be selected to be...

# Context The documentation does not explicitly mention, where should users place their binaries that will be executed by the `omprog` module. Whilst rsyslog does not really care where these...

Running ```usbguard --version``` should help us handle fixes and issues more easily in the future. By doing so, it's easier to track down which options have been enabled during build...

Upstream stopped the support for the old 'pcre' package. See https://www.pcre.org/ It only supports the new 'pcre2' version, we should replace the current pcre with the newer pcre2. I know...

As from the pcre-8.45, the upstream stopped supporting the old pcre [1] package. The recommended procedure is to switch onto the new pcre2 library that has full upstream support. Pcre2...

We use some internal tools to detect problematic language(master, slave, black-list, white-list, etc...) inside the project. We identified the use of "master" inside the libtool generic library support script. Would...

Add configuration option to disable building with SSL engines. Some distros (e.g. Fedora) are planning to build openssl without engine support.

`RAND_priv_bytes()` requires including `openssl/rand.h` from the openssl library. Some compilers may not error out and treat it as a warning. In my case, on Fedora rawhide, the build is failing...

This new `ossl` crypto provider encapsulates the ability to use log encryption in the `omfile` module. It provides the same functionality as `gcry`, additionaly: - Algorithm are not hardcoded. We...

There are two separate places for initializing default values for action queues in Legacy and Rainerscript syntax. As a consequence, there is a difference between the two sets: ### Rainerscript...

good first issue