Nesrine Chaher wrote: > Hi, > > I would like to know if some work has been done in order to have > MUSCLE-PKCS#11 work with OpenSSL PKCS#11 engine (I am trying to launch > an SSL session using a 2.1 Javacard which does not support crypto, hence > I am not using OpenSC).
A 2.1 JavaCard which does not support crypto? Something like this does exist? How can you hope to be able to get an SSL session, if the card has no crypto support? > > I have checked the API defined by libp11 (required by OpenSSL PKCS#11 > engine) and it looks very different from the cryptoki in MUSCLE-PKCS#11. > Has any interface been defined? Is there any other means for using > MUSCLE with OpenSSL? What does OpenSSL? So far as I guess it uses the simpler libp11 API, which in turn uses a real PKCS#11 module in the background. Such a module can be the Muscle PCKS#11 implementation. So it is clear, that the small libp11 API is different from a real true complete Cryptoki API. Karsten > > I thank you in advance, > Nesrine > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
