On Sun, Mar 6, 2011 at 4:51 AM, pattabi raman <rprt...@gmail.com> wrote:
> Hi,
>
> I have to implement the RSA algorithm in our solaris10 ( which has openssl
> already) using C programming.
>
> Anyone please forward any doc / sample code / Weblink anything would be a
> great help me.
c = m^e mod n
m = c^d mod n

'Raw RSA' is fairly benign, but you should be careful of issues when
using it in a protocol. For example, see
http://www.mozilla.org/security/announce/2006/mfsa2006-60.html.
(Thanks GB).

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to