jordansissel / ruby-flores

Exploration in randomized testing (fuzzing, stress testing, etc)
Apache License 2.0
10 stars 4 forks source link

Create an helper for generate certificate with a passphrase #7

Open ph opened 8 years ago

ph commented 8 years ago

When doing some work on the TCP input and the beats I have discovered that we don't actually test when a private key is encrypted with a passphrase, we should provide an options to Flores::PKI.generate to simplifier the tests cases.

Related issues:

https://github.com/logstash-plugins/logstash-input-tcp/issues/48 https://github.com/logstash-plugins/logstash-input-beats/issues/61