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.
3 files changed