brandur (Brandur Leach)
- Login: brandur
- Email: brandur@brandur.org
- Registered on: 11/18/2013
- Last sign in: 09/09/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/09/2022
-
08:44 PM Ruby Feature #12354: PKey::EC Can't output public key pem when private key exists
- If you're linked against OpenSSL >= 3, the workarounds suggested here don't seem to work any longer because a pkey is not allowed to be modified:
```
Failure/Error: pub.public_key = SIGNING_KEY.public_key
OpenSSL::PKey::PKeyError:...
11/18/2013
-
05:02 AM Ruby Feature #9120 (Closed): [PATCH] Tests for a_call + a_return
- Tests for `a_call` and `a_return` in `TracePoint` added in this commit: https://github.com/ruby/ruby/commit/ac778eb2cf8f66a7c15573a73c620f237f9f17dd
The MRI implementation is pretty straightforward and I suppose arguably doesn't need ...