Openssl Bignum Type

2005-12-04 Thread upinder singh
We are working on interconvertibility of various bignum libraries. Do we have any functions that allow us to convert gmp types to openssl bignum types?? Please help Thank you __ Enjoy this Diwali with Y! India Click

Problem in own engine Implementation -- Help required immediately

2005-11-05 Thread upinder singh
Greetings!!! We have developed an engine with our own AES implementation.(PFA engine file - sw_cryptodev.c). This was a modification of the hw_cryptodev.c engine file

Plug in own crypto routines

2005-10-30 Thread upinder singh
Dear Victor, Instead of writing a new engine,I did the follwoing:- What I tried doing was that I replaced the AES C code in the file openssl-0.9.7a/crypto/aes/aes_core.c with my own C implementation of AES,ofcourse I kept all the method signatures same. The only difference in the coding is that

Plug-in own crypto routines with ssl

2005-10-26 Thread upinder singh
Dear Victor, Firstly thank you for the help. What I exactly want to do is this:- 1)I am working on the Openvpn solution which uses the openssl for its crypto part. 2) I have my own C implementation of the AES(rijndael) algo as also of the SHA-256 hash fn,UMAC,RSA and a PRBG to generate

Plugin own crypto routines with ssl

2005-10-25 Thread upinder singh
I have newly atrted working on the ssl.I do not know much about the way it works and its design also.I want to integrate my own crypto routines with the ssl. Someone please help me out __ Yahoo! India Matrimony: Find your

[no subject]

2005-10-24 Thread upinder singh
Dear Developers, I am interested in plugging in my own implementations of the crypto algorithm AES(rijndael) into the open ssl source code.Later on I would also like to do the same for the RSA algo and the symmetric key generator(AES based PRBG as per FIPS stds). Please guide me how to go about