pgcrypto: support changing S2K iteration count

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 188f359d39ed65b5f3ddc1f397140fb9d153e61a
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-03-09T17:31:07Z
Releases: 9.6.0
pgcrypto: support changing S2K iteration count

pgcrypto already supports key-stretching during symmetric encryption,
including the salted-and-iterated method; but the number of iterations
was not configurable.  This commit implements a new s2k-count parameter
to pgp_sym_encrypt() which permits selecting a larger number of
iterations.

Author: Jeff Janes

Files

Documentation touched