| Summary: | security/p5-Crypt-OpenSSL-RSA: Additional functions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | onborodin | ||||
| Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | pi, toddr | ||||
| Priority: | --- | Keywords: | security | ||||
| Version: | Latest | Flags: | pi:
maintainer-feedback+
|
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
onborodin
2017-06-19 14:38:58 UTC
testbuilds@work A commit references this bug: Author: pi Date: Mon Jun 19 18:14:55 UTC 2017 New revision: 443905 URL: https://svnweb.freebsd.org/changeset/ports/443905 Log: security/p5-Crypt-OpenSSL-RSA: add functions to work with private keys - new_private_key(privkey_string) Create encrypted private RSA key from privkey_string - new_private_key(privkey_string, password) parse existed encrypted private RSA key from privkey_string - get_enc_private_key_string(password) - get_enc_private_key_string(password, cipher) Encrypt and return encrypted PEM PKCS coded RSA private key PR: 220136 Submitted by: Borodin Oleg <onborodin@gmail.com> Changes: head/security/p5-Crypt-OpenSSL-RSA/Makefile head/security/p5-Crypt-OpenSSL-RSA/files/ head/security/p5-Crypt-OpenSSL-RSA/files/patch-RSA.pm head/security/p5-Crypt-OpenSSL-RSA/files/patch-RSA.xs head/security/p5-Crypt-OpenSSL-RSA/files/patch-t_rsa.t Committed, thanks! Patch was also sent upstream: https://rt.cpan.org/Ticket/Display.html?id=122135 Which was moved to https://github.com/toddr/Crypt-OpenSSL-RSA/issues/16 |