SmallLars / openssl-ccm

Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM)
rubygems.org/gems/openssl-ccm
MIT License
2 stars 6 forks source link

Add support for openssl 3 #9

Open adfoster-r7 opened 2 years ago

adfoster-r7 commented 2 years ago

Related issue: https://github.com/SmallLars/openssl-ccm/issues/8

Related PRs:

@SmallLars I've made a quick PR to upgrade this library to support OpenSSL 3.0. At a high level:

Tests passing:

image