mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 578 forks source link

Add BinaryMemorySignature #1300

Closed kjagiello closed 1 year ago

kjagiello commented 2 years ago

MemorySignature is really useful when you already have the key and certificate in the memory, but I found myself wanting to do the same for BinarySignature and realized that there was no equivalent for it. This PR introduces BinaryMemorySignature.

mvantellingen commented 1 year ago

Awesome, tanks

kjagiello commented 1 year ago

The changelog contains a mention of this PR, but BinaryMemorySignature is nowhere to be found in 4.2.0. Perhaps you've missed merging it?