Minal:
        Heya. Some quick answers:

> I could not used the existing RSA perl modules available as the key
> formats were very different in the perl modules on CPAN. In order to
> get the compatibility with the kaboodle code( windows cryptoapi) I
> have implemented a perl extension module using openssl libraries.

        An interesting solution...I would have thought it would be
easier to "simply" convert the file format after key generation and
before partnership file creation.

> The new perl extension module is implemented for key generation,
> signing and symmetric cryptography (blowfish).
> Please can you install this module on your server.
> Here are the steps to install perl extension module:
> Please execute the following commands in "~oasis/kaboodle" folder.
> 1>perl Makefile.PL
> 2>make
> 3>make test
> 4>make install

        Done. It failed the "make test" with this error:

make[1]: Entering directory `/home/oasis/Kaboodle/RSA'
make[1]: *** No rule to make target `pure_all', needed by `test_dynamic'.
Stop.
make[1]: Leaving directory `/home/oasis/Kaboodle/RSA'
make: *** [test] Error 2

        I ran "make install" anyhow in case "pure_all" was just
missing from the Makefile, and 'Kaboodle.pm' is actually okay.

> I have tested the code on my side. But I could not test the code from
> your server as I do not have root level permissions
> for perl module installation.
> I will be able to test the code from your server once you install my
> perl extesion module.
> Please let me know about the installation completion.

        I hope it works!

-Scott



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to