tknarr (Todd Knarr)
- Login: tknarr
- Email: tknarr@silverglass.org
- Registered on: 03/25/2016
- Last sign in: 04/09/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/09/2016
-
06:04 PM Ruby Bug #10257: Generate X.509 certificate/request/CRL with elliptic curve keys
- "no shared cipher" for EC: looks like the curve name's in OpenSSL::PKey::EC::Group. There's a `#curve_name` method to get the curve name, but no way to set it and when a group's created using a named curve the name's never set in the res...
03/25/2016
-
01:02 AM Ruby Bug #10257: Generate X.509 certificate/request/CRL with elliptic curve keys
- As a developer trying to use `OpenSSL::PKey::EC`, I don't see a problem with breaking the `#private_key` and `#public_key` interfaces by changing the type of the return value. The values they return currently aren't usable as-is for anyt...