How to add my own cipher to openssl
--0-257777565-1166541034=:32575
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
=20
i want to add my own cipher to openssl library, is it posssible?
if yes can any one explain the procedure
=20
Thanks in advance
=20
Nagaraju=20
=20
Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Down=
load Now! [url]http://messenger.yahoo.com/download.php[/url]
--0-257777565-1166541034=:32575
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<div>Hi,</div> <div> </div> <div>i want to add my own cipher to op=
enssl library, is it posssible?</div> <div>if yes can any one explain th=
e procedure</div> <div> </div> <div>Thanks in advance</div> <div>=
</div> <div>Nagaraju </div> <div> </div><p> Send fr=
ee SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now=
! [url]http://messenger.yahoo.com/download.php[/url]
--0-257777565-1166541034=:32575--
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
User Support Mailing List [email]openssl-users@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]
Re: How to add my own cipher to openssl
Yes of course.... you can integrate any ciphers to openssl library.
Just list your c files in crypto directory....
make entry in evp structure in /crypto/evp directory ...... as how
openssl ciphers are done.
compile crypto.....
Corresponding changes in Makfile to compile your code....
thats it.....
its simple......
tell me if u want more clarification......
Regards,
Om
nagaraju gundimi wrote:[color=blue]
> --0-257777565-1166541034=:32575
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> Hi,
> =20
> i want to add my own cipher to openssl library, is it posssible?
> if yes can any one explain the procedure
> =20
> Thanks in advance
> =20
> Nagaraju=20
> =20
>
> Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Down=
> load Now! [url]http://messenger.yahoo.com/download.php[/url]
> --0-257777565-1166541034=:32575
> Content-Type: text/html; charset=iso-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> <div>Hi,</div> <div> </div> <div>i want to add my own cipher to op=
> enssl library, is it posssible?</div> <div>if yes can any one explain th=
> e procedure</div> <div> </div> <div>Thanks in advance</div> <div>=
> </div> <div>Nagaraju </div> <div> </div><p> Send fr=
> ee SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now=
> ! [url]http://messenger.yahoo.com/download.php[/url]
> --0-257777565-1166541034=:32575--
> ______________________________________________________________________
> OpenSSL Project [url]http://www.openssl.org[/url]
> User Support Mailing List [email]openssl-users@openssl.org[/email]
> Automated List Manager [email]majordomo@openssl.org[/email][/color]
Re: How to add my own cipher to openssl
Hi,
I want to do the same thing i.e add my own cipher to open ssl.
Could you please explain in details as to how I can do this. I read the answer form Om, as I am new could you please give me more details
Thanks,
sachin