Nikos Mavrogiannopoulos

Results 28 issues of Nikos Mavrogiannopoulos

When trying to add a key which is a full prefix of another key the following valgrind warning is issued: ==2159== Conditional jump or move depends on uninitialised value(s) ==2159==...

The abi-dumper and abi-compatibility-checker tools provide a way to automatically detect inadvertent ABI changes during releases as with the following: https://github.com/radcli/radcli/blob/master/Makefile.am#L34 That can be integrated with build systems like travis...

abi-dumper is easy to use and combine with abi-compliance-checker and has it been used in several projects to track backwards compatibility. The way it was been used in the projects...

# Bug Report According to TLS1.3: ``` A server MAY request that a client present an OCSP response with its certificate by sending an empty "status_request" extension in its CertificateRequest...

bug
help wanted
good first issue

# Bug Report After updating to the latest `test-tls13-obsolete-curves.py` there were ~100 failures due to a new check that extensions are rejected due to a mismatch of the curve with...

help wanted
good first issue
new test script

## Documentation version 3.30 ## Incorrect section https://www.syslog-ng.com/technical-documents/doc/syslog-ng-open-source-edition/3.30/administration-guide/29#TOPIC-1594959 ## Description of the problem The document says that the `/dev/log` DGRAM socket is unreliable and messages can be lost: ``` The...

doc-bug

Currently only AES-GCM is supported from the TLS 1.2 ciphersuites. A new ciphersuite is defined in RFC7905 the chacha20-poly1305 which is used in several places where the AES-GCM performance is...

enhancement

While in af_ktls-tool you have a testing tool, it may be better to automate the test suite on a simple make check command, that includes the unit tests, as well...

enhancement

I like the approach with fixed values (that's a type-safe userspace API), however it may cause upstream opposition. Be prepared to be asked to use directly the "rfc5288(gcm(aes))" string from...