[Bug 220136] security/p5-Crypt-OpenSSL-RSA: Additional functions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 19 14:38:59 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220136

            Bug ID: 220136
           Summary: security/p5-Crypt-OpenSSL-RSA: Additional functions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: security
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl at FreeBSD.org
          Reporter: onborodin at gmail.com
             Flags: maintainer-feedback?(perl at FreeBSD.org)
          Assignee: perl at FreeBSD.org
                CC:

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/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-perl mailing list