Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-12 Thread Michael Schwendt
> The example in "man encrypt" is the culprit. It extracts the bits from > each byte upwards into the bit vector, i.e. offset 0 = bit 0 from byte 0, > offset 1 = bit 1 from byte 0, offset 2 = bit 2 from byte 0 and so on. > > If doing it as in the Claws Mail source code, the ciphertext is the same

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-12 Thread Michael Schwendt
On Mon, 12 Mar 2018 13:12:49 +0100, Michael Schwendt wrote: > On Fri, 9 Mar 2018 16:32:17 +0100, Florian Weimer wrote: > > > GnuTLS uses Nettle, but does not provide access to DES. You can use > > Nettle directly: > > > > https://www.lysator.liu.se/~nisse/nettle/nettle.html#DES > > > >

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-12 Thread Michael Schwendt
On Fri, 9 Mar 2018 16:32:17 +0100, Florian Weimer wrote: > GnuTLS uses Nettle, but does not provide access to DES. You can use > Nettle directly: > > https://www.lysator.liu.se/~nisse/nettle/nettle.html#DES > > OpenSSL will work as well, but as Nettle is a preexisting dependency, > it's

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-09 Thread Florian Weimer
On 03/09/2018 04:26 PM, Michael Schwendt wrote: On Fri, 9 Mar 2018 16:14:39 +0100, Florian Weimer wrote: On 01/29/2018 03:38 PM, Michael Schwendt wrote: The reason why I ask is that Claws Mail still uses encrypt() with the sole purpose of being able to decrypt old passwords. It doesn't

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-09 Thread Michael Schwendt
On Fri, 9 Mar 2018 16:14:39 +0100, Florian Weimer wrote: > On 01/29/2018 03:38 PM, Michael Schwendt wrote: > > The reason why I ask is that Claws Mail still uses encrypt() with the sole > > purpose of being able to decrypt old passwords. It doesn't convert them to > > different encryption

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-09 Thread Florian Weimer
On 01/29/2018 03:38 PM, Michael Schwendt wrote: The reason why I ask is that Claws Mail still uses encrypt() with the sole purpose of being able to decrypt old passwords. It doesn't convert them to different encryption algorithms automatically, unless the user changes the password, and it

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-03-09 Thread Michael Schwendt
On Mon, 29 Jan 2018 15:38:00 +0100, Michael Schwendt wrote: > On Tue, 9 Jan 2018 18:46:06 +0100, Jan Kurik wrote: > > > = System Wide Change: Replace glibc's libcrypt with libxcrypt = > > https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt > > > > Change owner(s): > > *

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-02-12 Thread Vít Ondruch
Is anybody going to fix the errors this caused? Namely this one: https://bugzilla.redhat.com/show_bug.cgi?id=1537140 Thx Vít Dne 9.1.2018 v 18:46 Jan Kurik napsal(a): > = System Wide Change: Replace glibc's libcrypt with libxcrypt = >

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-01-29 Thread Richard W.M. Jones
On Mon, Jan 29, 2018 at 03:38:00PM +0100, Michael Schwendt wrote: > On Tue, 9 Jan 2018 18:46:06 +0100, Jan Kurik wrote: > > > = System Wide Change: Replace glibc's libcrypt with libxcrypt = > > https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt > > > > Change owner(s):

Re: F28 System Wide Change: Replace glibc's libcrypt with libxcrypt

2018-01-29 Thread Michael Schwendt
On Tue, 9 Jan 2018 18:46:06 +0100, Jan Kurik wrote: > = System Wide Change: Replace glibc's libcrypt with libxcrypt = > https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt > > Change owner(s): > * Björn Esser > * Florian Weimer > > There are plans to remove libcrypt