Tom Lane
8f74153732
Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer
...
it was using too soon. In a situation where pg_do_encoding_conversion is
a no-op, this led to garbage data returned.
In HEAD, also modify the code that's ensuring null termination to make it
a tad more obvious what's happening.
2008-11-10 14:57:53 +00:00
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Tom Lane
87cd901cba
Suppress compiler warnings.
2006-09-30 18:44:37 +00:00
Bruce Momjian
a86e70b8f8
Remove sslinfo copyright with author permission, keep author attribution.
...
Victor Wagner
2006-09-14 20:50:51 +00:00
Tom Lane
94ec712cd2
Silence compiler warning about signed vs unsigned chars.
2006-09-05 23:07:16 +00:00
Peter Eisentraut
6dc920de59
sslinfo contrib module - information about current SSL certificate
...
Author: Victor Wagner <vitus@cryptocom.ru>
2006-09-04 15:07:46 +00:00