Commit Graph

252 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Tom Lane 8a65b820e2 Suppress signed-vs-unsigned-char warnings in contrib. 21 years ago
Bruce Momjian f547909db7 Remove API file. 21 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 21 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 21 years ago
Tom Lane 2787db9b1d Small cleanups for pgcrypto. Marko Kreen 21 years ago
Tom Lane dd4a190d18 Fix C++-style comments, per Rocco Altier. 21 years ago
Tom Lane 807bbe6051 More pgcrypto fixes: handle long messages correctly, suppress 21 years ago
Tom Lane a1a64bb7c3 Further tweaking of Win32-specific random code. Marko Kreen 21 years ago
Tom Lane e82f7e9e7e I forgot to update win32 code when doing a renaming in random.c. 21 years ago
Tom Lane 067a5cdb35 Avoid bzero/bxopy in favor of more standard library routines. 21 years ago
Tom Lane e997758cb6 More pgcrypto fixes: avoid bogus alignment assumptions in sha2, 21 years ago
Tom Lane 3c52d17fa6 Add support for AES cipher with older OpenSSL libraries. 21 years ago
Bruce Momjian 2e330699fa > One more failure: 21 years ago
Tom Lane aacfeba61b Suppress compile warning. 21 years ago
Bruce Momjian 6e1004f0fd Remove #include <openssl/bn.h> as compile fix. 21 years ago
Bruce Momjian d51df91897 As Kris Jurka found out, pgcrypto does not work with 21 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 21 years ago
Bruce Momjian 73e2431817 Major pgcrypto changes: 21 years ago
Bruce Momjian 4fcf8b11ff - Add Fortuna PRNG to pgcrypto. 21 years ago
Bruce Momjian 248eeb82f0 This patch adds implementation of SHA2 to pgcrypto. 21 years ago
Neil Conway 86897f54a8 This patch updates the DDL for contrib/pgcrypto to create all 21 years ago
Tom Lane 3d6b0d8631 Fix incorrect PG_CPPFLAGS initialization, per Marko. 21 years ago
Tom Lane 84d630eb24 Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency 21 years ago
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 21 years ago
Bruce Momjian a3ff1aad5d Bruce, please apply this additional patch, that fixes the 21 years ago
Bruce Momjian 76eca0ec98 This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway 39e54e3208 Fix typos in documentation. 21 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway 1ea9169b42 pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Neil Conway fa332a06ec * construct "struct {} list [] = {}" confuses pgindent - split those. 21 years ago
Neil Conway 3cc8661232 Remove support for libmhash/libmcrypt. 21 years ago
Neil Conway 919594f3e2 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Neil Conway dec2c77c1f Prevent pgcrypto from successfully compiling if no valid random source 21 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 21 years ago
Neil Conway 125bb6cee4 Pickup fix from upstream OpenBSD sources: mark a read-only local array as 22 years ago
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 22 years ago
Tom Lane b83e592671 Replace bcopy by memmove for more portability. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 23 years ago
Tom Lane 78b08584b4 Fix various recent build and regression-test problems in contrib/. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago