Re: source code for the function i2d_RSAPrivateKey, ...

2011-01-04 Thread Patrick Patterson
Also known as the answer to FAQ #16: http://www.openssl.org/support/faq.html#PROG16 Have fun! Patrick. On 2011-01-04, at 7:32 AM, Martin Kaiser wrote: > Hello, > > Thus wrote t_todoro...@mail.bg (t_todoro...@mail.bg): > >> Could you please help me to find source code for the functions >> i2d

Re: source code for the function i2d_RSAPrivateKey, ...

2011-01-04 Thread Martin Kaiser
Hello, Thus wrote t_todoro...@mail.bg (t_todoro...@mail.bg): > Could you please help me to find source code for the functions > i2d_RSAPrivateKey, d2i_RSAPrivateKey, i2d_RSAPublicKey, > d2i_RSAPublicKey ? these functions are declared and implemented using macros. crypto/rsa/rsa.h contains the d

source code for the function i2d_RSAPrivateKey, ...

2011-01-04 Thread t_todorov83
Could you please help me to find source code for the functions i2d_RSAPrivateKey, d2i_RSAPrivateKey, i2d_RSAPublicKey, d2i_RSAPublicKey ? Thank you!