cmpossl icon indicating copy to clipboard operation
cmpossl copied to clipboard

Create functions to setting PBM parameters through CTX and CLI

Open tpank opened this issue 8 years ago • 1 comments

The PBM parameters are hardcoded in the CTX to the most common ones, but they cannot yet be changed through a CTX function or the command line (at least OWF should also honor the -digest option).

hardcoded CTX parameters in cmp_ctx.c:

ctx->pbm_slen = 16;
ctx->pbm_owf = NID_sha256;
ctx->pbm_itercnt = 500;
ctx->pbm_mac = NID_hmac_sha1;

Reported by: mpeylo

Original Ticket: cmpforopenssl/feature-requests/16

tpank avatar May 30 '17 12:05 tpank

  • Group: Next Release (example) --> Version 2

Original comment by: mpeylo

tpank avatar Jul 19 '17 08:07 tpank