Daniel Neus

Results 4 issues of Daniel Neus

I think it is not intuitiv that the padding algorithm of a PKCS#10 request is not considered when a CA signs it. Example code: ```c++ // create CA auto caKey...

According to the baseline requirements the `pathLenConstraint` field should not be present for root CA certificates. Issue found with [zlint](https://github.com/zmap/zlint/). https://github.com/zmap/zlint/blob/master/v3/lints/cabf_br/lint_root_ca_basic_constraints_path_len_constraint_field_present.go The corresponding baseline requirements: https://cabforum.org/working-groups/server/baseline-requirements/documents/CA-Browser-Forum-TLS-BR-2.1.3.pdf (section 7.1.2.1)

**Describe the bug** There seems to be a bug when printing the content of some `std::vector`s. **Reproduction steps** ```c++ TEST_CASE( "DebugTest", "[DebugTest]" ) { std::vector vec = { 0x4e, 0xf2,...