summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/openssl.c
AgeCommit message (Expand)Author
2025-02-14pgcrypto: Add support for CFB mode in AES encryptionDaniel Gustafsson
2025-01-24pgcrypto: Make it possible to disable built-in cryptoDaniel Gustafsson
2025-01-24pgcrypto: Add function to check FIPS modeDaniel Gustafsson
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-08Change pgcrypto to use the new ResourceOwner mechanism.Heikki Linnakangas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-06pgcrypto: report init errors as PXE_CIPHER_INITDaniel Gustafsson
2022-03-22pgcrypto: Remove internal padding implementationPeter Eisentraut
2021-08-10Disable OpenSSL EVP digest padding in pgcryptoDaniel Gustafsson
2020-12-08pgcrypto: Detect errors with EVP calls from OpenSSLMichael Paquier
2020-11-01Add error code for encryption failure in pgcryptoMichael Paquier
2020-10-19Fix potential memory leak in pgcryptoMichael Paquier
2020-09-25Remove custom memory allocation layer in pgcryptoMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2016-12-12Fix pgcrypto compilation with OpenSSL 1.1.0.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-17Use OpenSSL EVP API for symmetric encryption in pgcrypto.Heikki Linnakangas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2014-03-17Fix typos in comments.Fujii Masao
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-29Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-05Silence compiler warnings about incompatible function pointer types.Tom Lane
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-02-18Patch from Marko Kreen:Neil Conway
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-12More pgcrypto fixes: handle long messages correctly, suppressTom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-11Add support for AES cipher with older OpenSSL libraries.Tom Lane
2005-07-10As Kris Jurka found out, pgcrypto does not work withBruce Momjian
2005-07-10- Add Fortuna PRNG to pgcrypto.Bruce Momjian
2005-07-05Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane
2005-07-04Bruce, please apply this additional patch, that fixes theBruce Momjian
2005-07-03This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8Bruce Momjian
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21* construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway
2005-03-12Some builds (depends on crypto engine support?) of OpenSSLNeil Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon