Alexander Scheel
Alexander Scheel
### Description This minimal TLS server only validates the default TLS configuration of Go; no parameters for controlling cipher suite selection, TLS versions, &c are present. This allows certain tests...
### Description This adds tests for the Point Format Extension into tlsfuzzer. In addition to a basic sanity check, we include: 1. A hacked extension with no point formats specified;...
1024-bit RSA has been disallowed by our underlying libraries for a while now. We should choose a better default. Currently 2048-bit works with `DEFAULT` and `FIPS`, but `FUTURE` is defaulting...
Figured I'd open an issue in case anyone has any thoughts. I have a 14" 1440p x1c 4th gen. When I load `scap-workbench` on Fedora 33, I notice a lot...
Import SVGs from Tango project and re-export existing icons at 64x64 size. This should ensure they're sufficiently large for all display purposes. Also included are three code changes: - Use...
Mirroring discussion in https://github.com/OpenSCAP/openscap/issues/1743 and https://github.com/OpenSCAP/openscap/issues/1744, this pull request will eventually add support to the tailoring window on `scap-workbench` for adding/modifying a remark. Some questions while this is in draft:...
Search currently appears to only work by searching for rules titles. If you don't know the title but do know part of the description, reference number (e.g., CIS 1.1.1.1) or...
In the XCCDF Item Properties dock item, there's a number of optional fields:  However, security identifiers only appears to include `identifiers:` section of SSG rules and...
Without this fix, nested lists are broken, especially mixed ordered/unordered nested lists. This is because rulesets from both apply, causing double display of styling on a given element. `Signed-off-by: Alexander...
## Description of the problem Per [RFC 8422 section 5.1.2](https://datatracker.ietf.org/doc/html/rfc8422#section-5.1.2): > RFC 4492 specified that if this extension is missing, it means that only the uncompressed point format is supported,...