CiscoDevNet / BootIntegrityValidator

Python module that validates the Boot Integrity Visibility output generated on a Cisco IOS-XE device
MIT License
6 stars 3 forks source link

Fixes issue 12 by using functional programming #14

Closed ministryofjay-cisco closed 2 years ago

ministryofjay-cisco commented 2 years ago

Fixes issue !12

Have the validate function return the x509 object rather than storing it on the object itself.

I had already taken that approach with the v2 validate function but hadn't backported it.