Re: OpenSSL reduced size

2003-03-12 Thread Michael Sierchio
Martin Witzel wrote: My objective was twofold: I wanted to keep the external lib API intact so that the many applications which are based on the OpenSSL libraries could still be linked against it. Do you return an ENOSYS for the unimplemented functions? How are unimplemented procedures handled ((

Re: OpenSSL reduced size

2003-03-12 Thread Martin Witzel
>..but still the i could not achive the size i wanted. Well, I do not know the restrictions you have and whether you are mainly interested to reduce the library siszes or the total size of the libraries plus the openssl executable. >I was wondering if there was a way to get away some of >the stuf

Re: Reading certificate from structure using d2i_X509??

2003-03-12 Thread Valentin Zahariev
On Tue, Mar 11, 2003 at 01:54:55PM -0800, rajagopalan ramanujam wrote: > > hi, > > I am having a problem when reading a certificate and > private key from a memory buffer instead of a file. > i am using d2i_X509(NULL,&cert,strlen(cert)) to read > the certificate string which was defined in one o

RSA padding scheme, plz help!

2003-03-12 Thread Michelle Li
Hi all, Could someone tell me what kind of padding does OpenSSL's crypto library use when implementing RSA asymmetric keys operations? I'm learning to write a smart card application and I want to use openssl's crypto library to do the off-card part of the application. I need to use the exact same