Re: Deprecations

2020-02-22 Thread Richard Levitte
On Sat, 22 Feb 2020 00:51:17 +0100, Kurt Roeckx wrote: > Some equivalants: > openssl dhparam 2048 > openssl genpkey -genparam --algorithm DH -pkeyopt dh_paramgen_prime_len:2048 > > openssl dsaparam 2048 > openssl genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 Side note: I never

Re: Deprecations

2020-02-22 Thread Richard Levitte
On Sat, 22 Feb 2020 00:03:05 +0100, Matt Caswell wrote: > On 21/02/2020 20:33, Matthew Lindner wrote: > > I think any deprecated apps or options that must be kept and not > > implemented in the new interface should print a warning when used in > > that case then, and only do that when it's impossib