summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgcrypto.sgml
AgeCommit message (Expand)Author
2025-04-06Doc: fix PDF "contents ... exceed the available area" warnings.Tom Lane
2025-04-05Add modern SHA-2 based password hashes to pgcrypto.Álvaro Herrera
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-08-09doc: Standardize use of dashes in references to CRC and SHA.Nathan Bossart
2024-04-10Doc: Update ulinks to RFC documents to avoid redirectDaniel Gustafsson
2024-02-14doc: Remove links to further reading from pgcrypto docsDaniel Gustafsson
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-12-02doc: Avoid writing in first-person formDaniel Gustafsson
2022-09-01doc: clarify that pgcrypto's gen_random_uuid calls core func.Bruce Momjian
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-10-30doc: Remove some obsolete pgcrypto documentationPeter Eisentraut
2021-08-10Add alternative output for OpenSSL 3 without legacy loadedDaniel Gustafsson
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-04-24Doc: Remove extraneous whitespaces with some tagsMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2020-12-01docs: ulink all references to RFC'sHeikki Linnakangas
2020-09-17doc: Apply more consistently <productname> markup for OpenSSLMichael Paquier
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2019-07-14Add gen_random_uuid functionPeter Eisentraut
2018-08-14doc: Update broken linksPeter Eisentraut
2018-08-05Doc: fix incorrectly stated argument list for pgcrypto's hmac() function.Tom Lane
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-08-17doc: Update RFC URLsPeter Eisentraut
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-08doc: Update benchmark resultsPeter Eisentraut
2016-06-03Fix various common mispellings.Greg Stark
2016-05-13doc: Update link to external sitePeter Eisentraut
2016-03-09pgcrypto: support changing S2K iteration countAlvaro Herrera
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2014-09-04doc: Remove dead linkPeter Eisentraut
2014-08-30doc: Various typo/grammar fixesKevin Grittner
2014-07-09Fix whitespacePeter Eisentraut
2014-02-13pgcrypto: clarify 'md5' (hash) table entryBruce Momjian
2014-01-17Add gen_random_uuid() to contrib/pgcrypto.Tom Lane
2013-12-11doc: Fix DocBook table column count declarationPeter Eisentraut
2013-12-09pgcrypto docs: update cpu type used in duration testingBruce Momjian
2013-12-09pgcrypto docs: update encryption timings and add relative timesBruce Momjian
2013-10-11doc: Fix table column number declarationPeter Eisentraut
2013-10-08docs: clarify references to md5 hash and md5 crypt in pgcrypto docsBruce Momjian
2013-07-04Add contrib function references in the doc indexBruce Momjian
2011-05-08Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian