0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moving version to 1.72.1 for imminent release More... 9 days ago
Merge pull request #193 from rdoherty-fastly/add-issuemail-caa More... 10 days ago
Add issuemail CAA record support More... 15 days ago
Update version to v1.72.0 prior to release More... 28 days ago
Merge pull request #192 from casperisfine/fstr More... 28 days ago
Fix compatibility with the `--enable-string-literal` Ruby option More... 28 days ago
Update release notes and version prior to new release of 1.71.0 More... about 2 months ago
Move IPv4 test to 8.8.8.8 More... about 2 months ago
Remove Ruby 2.x from github workflow More... about 2 months ago
Merge pull request #191 from kubicek/patch-1 More... about 2 months ago
Fix assigning public_key in ECDSA More... about 2 months ago
Deeply unsatisfactory, but OpenSSL no longer allows public_key=, and offers no alteranative. This at least allows compatible systems to work, until a later version of ruby openssl More... 10 months ago
Finally get ECDSA working on OpenSSL 3.1 More... 10 months ago
Try new approach for generating ECDSA PKey More... 10 months ago
Only re-add the EC public key if it has not been set in the initialiser More... 10 months ago
Seems some versions of opensll do not like this More... 10 months ago
Fix ECDSA verification by explicitly adding public_key to EC PKey, even though it is already passed in to the initialiser... More... 10 months ago
Upping version to 1.70.0 More... about 1 year ago
Update release notes for 1.70.0 release More... about 1 year ago
Finally fix OpenSSL 3 immutable publid key problem for ECDSA DNSKEY More... about 1 year ago
Use Base64 lib More... about 1 year ago
More OpenSSL 3 ECDSA More... about 1 year ago
More work on OpenSSL 3.1 ECDSA keys More... about 1 year ago
Try not adding prefix byte to ECDSA public key for OpenSSL > 1.1 More... about 1 year ago
Fix ECDSA key generation with OpenSSL 3.1 More... about 1 year ago
Also use non-deprecated method for generating DSA key in DNSKEY.rb More... about 1 year ago
Use non-deprecated method to generate RSA key in DNSKEY.rb More... about 1 year ago
try to handle OpenSSL 3.1 More... about 1 year ago
Scope PKeyError More... about 1 year ago
Rescue PKeyError on set_key More... about 1 year ago