Now i can able to export private key through muscletool, for that i change muscletool.c..
The following modifications are done in genkeys method:
keyParams.algoType = MSC_GEN_ALG_RSA_CRT;
keyParams.keySize = 1024;
keyParams.privateKeyACL.readPermission = MSC_AUT_ALL; <---------
keyParams.privateKeyACL.writePermission = MSC_AUT_ALL; <---------
keyParams.privateKeyACL.usePermission = MSC_AUT_ALL; <---------
<--------- here i changed private key permission.
and in export key method i did the follwoing changes.
rv = MSCExportKey(pConnection, keyNumber,
keyData, &keySize, 0, 0);
now i want to know, whether there is any program which convert my private key format to base64(standard format).
Please kindly help me so that i can go futher.
Thanks in advance
B.Jyostna
--------------------------------------------
Email in Indian languages.
This mail has been sent to you from http://webmail.idrbt.ac.in
<
DISCLAIMER:
This message is intended solely for the individual or entity to which it is addressed.This communication may contain information that is proprietary, privileged or confidential and otherwise legally exempt from disclosure. If you are not the named addressee,or have been inadvertently referenced in the address line, you are not authorized to read, print, retain, copy or disseminate this message or any part of it.If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.Visit us at http://www.idrbt.ac.in./BODY>
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
