CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/05/23 20:57:14
Modified files: lib/libcrypto/asn1: p5_pbe.c p5_pbev2.c Log message: Crank default salt length of PBE2 to 16 octets FIPS is currently revising their PBKDF2 recommendations and apparently they want to require 16 octets. https://github.com/pyca/cryptography/issues/12949 https://github.com/libressl/portable/issues/1168 ok kenjiro joshua jsing