orcasgit / py-wsse

WS-Security message-level security for SOAP (signing and encryption)
Other
11 stars 18 forks source link

wsse.signing.sign does not allow passphrase #18

Closed muxout closed 4 years ago

muxout commented 4 years ago

When we manually call wsse.signing.sign with a key that is protected by a passphrase, you get this prompt "Enter PEM pass phrase:". wsse.signing.sign should allow an optional parameter for a passphrase.

muxout commented 4 years ago

There is an open PR for this #14