Re: Remove plain DES from kernel crypto

2015-12-10 Thread Mike Belopuhov
On Thu, Dec 10, 2015 at 14:29 +0100, Christian Weisgerber wrote: > We just removed DES support from IPsec and there are no other users, > so this deletes plain DES from the kernel crypto framework, including > the crypto accelerator drivers. > > ok? > Thanks for doing this work, OK mikeb

Remove plain DES from kernel crypto

2015-12-10 Thread Christian Weisgerber
We just removed DES support from IPsec and there are no other users, so this deletes plain DES from the kernel crypto framework, including the crypto accelerator drivers. ok? Index: sys/crypto/cryptodev.h === RCS file: /cvs/src/sys/c