atom feed4 messages in ru.sysoev.nginxRe: Question about md5 and sha1 lib
FromSent OnAttachments
Aleksandar LazicOct 22, 2006 12:19 am 
Igor SysoevOct 22, 2006 2:58 am 
Igor SysoevOct 22, 2006 3:02 am 
Aleksandar LazicOct 22, 2006 5:11 am 
Subject:Re: Question about md5 and sha1 lib
From:Igor Sysoev (is-G@public.gmane.org)
Date:Oct 22, 2006 2:58:31 am
List:ru.sysoev.nginx

On Sun, 22 Oct 2006, Aleksandar Lazic wrote:

which lib are necessary to get a *found* ;-)

md5 library is not used sha1 library is not used

md5 was used in now-broken http cache module developed in 2003. I hope to add caching in near two or three months.

sha1 is used in incomplete mysql library module (sha1 is used in mysql login sequence). The module will allow to do some SQL requests to mysql server and there will be non-blocking interface to use it in ngx_http_perl_module.