attr-encrypted / encryptor

A simple wrapper for the standard ruby OpenSSL library
MIT License
336 stars 51 forks source link

Update unit tests to more reliably determine set of supported ciphers and add compatibility tests #5

Closed rcook closed 11 years ago

rcook commented 11 years ago

Hi,

I've made a small change to determine the set of supported ciphers on a given test machine more accurately and to add a new set of tests to verify compatibility of future versions of this gem with older versions.

-Richard