HomePhorge

(maint) Correct parameter type from SSLContext to StoreContext
ade0e5002854Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Correct parameter type from SSLContext to StoreContext

Previously, our verify callback stated that it received an SSLContext
parameter, but that is not correct. While there are SSLContext classes
in ruby, the actual object passed is of type StoreContext.

(rdb:1) store_context.class
OpenSSL::X509::StoreContext

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU636adc044475: Merge remote-tracking branch 'upstream/pr/3057' into stable
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUade0e5002854: (maint) Correct parameter type from SSLContext to StoreContext (authored by Josh Cooper <josh@puppetlabs.com>).Sep 9 2014, 2:58 AM