pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Дата
Msg-id 20060103234656.74E4D9DCA16@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
There is a signedness bug in Openwall gen_salt code that pgcrypto uses.
This makes the salt space for md5 and xdes algorithms a lot smaller than
it should be.

Marko Kreen

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/pgcrypto:
        crypt-gensalt.c (r1.4 -> r1.4.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/crypt-gensalt.c.diff?r1=1.4&r2=1.4.4.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Следующее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: When the remote query result has a different number of columns