jordansissel / ruby-flores

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

Test case: Illustrates certificate chain validation failure. #10

Closed jakelandis closed 5 years ago

jakelandis commented 7 years ago

Test case to illustrate certficate chain validation failure when authorityKeyIdentifier is used. WARNING - This commit contains a broken test, but the next commit will correct it.

bundle exec rspec spec/flores/pki_spec.rb : Flores::PKI::CertificateSigningRequest certificate signed by an intermediate CA validates certificate chain

Illustrates #9

jakelandis commented 7 years ago

I monkey patched the beats-input integration tests with this change, so no urgency here.

https://github.com/logstash-plugins/logstash-input-beats/pull/231

jakelandis commented 5 years ago

closing this PR as stale