ruby / openssl

Provides SSL, TLS and general purpose cryptography.
Other
241 stars 163 forks source link

Add to_text for PKCS7 and Timestamp::Response #756

Closed segiddins closed 4 months ago

segiddins commented 5 months ago

I added these while trying to debug why my timestamp usage was failing, figured someone else might find them useful as well

rhenium commented 5 months ago

I think it may be worth adding #to_text to OpenSSL::Timestamp::Request and OpenSSL::Timestamp::TokenInfo, too, for completeness.

rhenium commented 4 months ago

Failure on windows/ruby 3.0-3.2 is irrelevant.

rhenium commented 4 months ago

Thank you!