commit | 3848262a8143d98f1b93458389078d40587d9eda | [log] [tgz] |
---|---|---|
author | Stephen Holsapple <sholsapp@gmail.com> | Sat Apr 05 20:29:34 2014 -0700 |
committer | Stephen Holsapple <sholsapp@gmail.com> | Tue Apr 22 15:14:42 2014 -0700 |
tree | 8e3732ddc53537c6b0112b25cd593766e940ac3a | |
parent | add6c581b170d2404300c7ea38ec1348dab69f99 [diff] |
Cleaner support PKCS#12 without passphrase. The upgrade from 0.13 -> 0.14 had a small backwards incompatible API change that, in 0.14, requires `load_pkcs12` to pass in a passphrase. This change makes the API backwards compatible by setting a default value for the passphrase argument. Add test cases and change log entry for changes.