From: Martin Bosslet Date: 2011-07-27T10:01:56+09:00 Subject: [ruby-core:38543] [Ruby 1.9 - Feature #5102] [ext/openssl] Purpose of OpenSSL::PKCS12.new / Allow changing the password Issue #5102 has been updated by Martin Bosslet. Tracker changed from Bug to Feature ---------------------------------------- Feature #5102: [ext/openssl] Purpose of OpenSSL::PKCS12.new / Allow changing the password http://redmine.ruby-lang.org/issues/5102 Author: Martin Bosslet Status: Feedback 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