[EMAIL PROTECTED] wrote:

There is a module Crypt::OpenSSL::SMIME but it looks a little bit poor
for a complete wrapper of OpenSSL's SMIME command. If you want to
contribute it too the project then you should use the prefix OpenCA.
OpenCA::OpenSSL::SMIME would be a good idea in this case.
Tricky bussiness :), since the 90% of the code would not have anything to
do with openssl :)

The problem is that there are other cryptotoolkits like PGP8 or keytools (Baltimore), BSAFE (RSA) which support SMIME too. Therefore you should have the toolkitname in the module name.


ps: why on OpenCA modules you implement errno and errval as package
variables, instead of instantiated variables???

If the object crashs during initialization then $object->{errno} doesn't work. Therefore we used $OpenCA::X509::errno. If you use more than one object then you loose old errorcodes. This is a known problem.


Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to