Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: Go over all OpenSSL return values and make sure we compare them


  • From: mha(at)postgresql(dot)org (Magnus Hagander)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: Go over all OpenSSL return values and make sure we compare them
  • Date: Wed, 28 Jan 2009 15:06:55 +0000 (UTC)
  • Message-id: <20090128150655.13F9E7559ED@cvs.postgresql.org> <text/plain>

Log Message:
-----------
Go over all OpenSSL return values and make sure we compare them
to the documented API value. The previous code got it right as
it's implemented, but accepted too much/too little compared to
the API documentation.

Per comment from Zdenek Kotala.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.74.2.2 -> r1.74.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.74.2.2&r2=1.74.2.3)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.89 -> r1.89.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.89&r2=1.89.2.1)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group