jtdowney (John Downey)
- Login: jtdowney
- Email: jdowney@gmail.com
- Registered on: 01/09/2010
- Last sign in: 07/07/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/18/2014
-
03:24 PM Ruby Bug #10257 (Closed): Generate X.509 certificate/request/CRL with elliptic curve keys
- Elliptic curve keys (`OpenSSL::PKey::EC`) cannot currently be used with the X.509 classes in Ruby OpenSSL. This is due to a few slight incompatibilities between the way RSA/DSA are implemented and the way EC is implemented.
* `OpenSSL...