alexdean / as2

AS2 protocol implementation in Ruby
https://rubygems.org/gems/as2
MIT License
3 stars 2 forks source link

support for distinct signing and encryption certificates per partner #34

Closed alexdean closed 1 year ago

alexdean commented 1 year ago

separate partner certificate into signing_certificate and encryption_certificate.

there are some breaking changes in here due to renaming some method keyword arguments. seems worthwhile in the long run to save confusion about which kind of certificate we're dealing with in a given method.

alexdean commented 1 year ago

this was released in v 0.10.0.

https://github.com/alexdean/as2/releases/tag/v0.10.0