From: Martin Bosslet Date: 2011-07-27T09:56:13+09:00 Subject: [ruby-core:38540] [Ruby 1.9 - Bug #5102][Assigned] [ext/openssl] Purpose of OpenSSL::PKCS12.new / Allow changing the password Issue #5102 has been reported by Martin Bosslet. ---------------------------------------- Bug #5102: [ext/openssl] Purpose of OpenSSL::PKCS12.new / Allow changing the password http://redmine.ruby-lang.org/issues/5102 Author: Martin Bosslet Status: Assigned Priority: Normal Assignee: Martin Bosslet Category: ext Target version: 1.9.4 ruby -v: trunk It seems as if currently creating a PKCS12 with OpenSSL::PKCS12.new is not very useful, all the attributes are read-only. So this could probably be removed or the attributes could be write-accessible, too. Apart from that, it would also be nice to be able to change the password of an existing PKCS#12 file. -- http://redmine.ruby-lang.org