maintainer-feedback requested: [Bug 220136] security/p5-Crypt-OpenSSL-RSA: Additional functions
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 19 14:38:58 UTC 2017
onborodin at gmail.com has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to perl at FreeBSD.org:
Bug 220136: security/p5-Crypt-OpenSSL-RSA: Additional functions
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220136
--- Description ---
Created attachment 183629
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183629&action=edit
patch
I added
- new_private_key(privkey_string) and new_private_key(privkey_string, password)
a) Create and b) 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
Already existing functionality of the package was not broken, as far as I can
verify.
I use this patch into web CA http://minica.unix7.org/
More information about the freebsd-perl
mailing list