Max Ammann
Max Ammann
Right now we use `SslOptions::ENABLE_MIDDLEBOX_COMPAT`. Maybe we can increase the coverage by allowing the fuzzer to explore some more options
Not all code of openssl is triggered by using a single static RSA certificate. Try to include a set of certificates.
* Are only agents referenced which exist? * Are only steps referenced which exist?
Maybe we can use macros to speed up the calling of dynamic functions: https://doc.rust-lang.org/book/ch19-06-macros.html#procedural-macros-for-generating-code-from-attributes This does not demolish the use of Box because we still need a dynamic trait. To...
https://www.possiblerust.com/guide/enum-or-trait-object Pro Trait: * Open Set * No code generation Pro Enum: * Fast * Cloneable and no Heap required The VariableData and the data which flows into operations is...
Possible metrics: * Path Coverage * Node Coverage to some extend * Different Protocol Runs (probably similar to Path Coverage) * New Types of messages/alerts discovered?
When OpenSSl outputs a TLS message we can only see which fields are there. We are not able to see deeper and know which secrets have been used to compute...
The map becomes partly unresponsive after rotating the android device. **To Reproduce** Steps to reproduce the behavior: 1. Go to Rotate device to landscape 2. Cold start app 3. The...
The command `yarn react-native bundle --platform android --entry-file index.ts --bundle-output out` idles for at least a few minutes after it finished. I found out that the following lines are responsible...
I'm unable to configure the Mattermost plugin to send notifications about comments. The Jira is successfully sending webhook requests to the Mattermost. I succesfully validated that events like `comment_deleted` get...