summaryrefslogtreecommitdiff
path: root/contrib/sslinfo/sslinfo.c
AgeCommit message (Expand)Author
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-01-18Minor code beautification in contrib/sslinfo.Tom Lane
2012-04-24Lots of doc corrections.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-27Add ssl_cipher() and ssl_version() functions to contrib/sslinfo.Robert Haas
2008-11-10Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-30Suppress compiler warnings.Tom Lane
2006-09-14Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian
2006-09-05Silence compiler warning about signed vs unsigned chars.Tom Lane
2006-09-04sslinfo contrib module - information about current SSL certificatePeter Eisentraut