emboss / krypt

Platform- and library-independent cryptography for Ruby. The official repo has moved to
https://github.com/krypt/krypt
MIT License
44 stars 12 forks source link

Complete test for Asn.1 #2

Closed emboss closed 12 years ago

emboss commented 12 years ago

Add tests to increase coverage, import (and adapt where necessary) the unit tests from ext/openssl for the ASN.1 class.

nahi commented 12 years ago

May I take this?

emboss commented 12 years ago

May I take this?

Yes, please, knock yourself out ;)

nahi commented 12 years ago

Yes, sir!

nahi commented 12 years ago

Doh, I overlooked #1. What I'm doing is writing specs...

emboss commented 12 years ago

Hmm... I'm not sure, but in the light that our spec suite is much more exhaustive than OpenSSL's unit tests, I think we can close this issue. Please reopen it if you think otherwise.