Bug 254905

Summary: encfs incompatible after update
Product: [openSUSE] openSUSE 10.3 Reporter: Takashi Iwai <tiwai>
Component: OtherAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 408791    

Description Takashi Iwai 2007-03-15 12:00:47 UTC
encfs can no longer mount the old encrypted directory after upgrading from 10.2.

% encfs ~/.memo/ ~/memo/
EncFS Password: xxxxxx
Error decoding volume key, password incorrect

It seems like the upgrade of openssl affects the behavior.  Downgrading openssl (and encfs.rpm to remove some dependency) resolves the problem.

The packages used are:
encfs-1.3.2-3
openssl-0.9.8e-2
Comment 1 Forgotten User sLJ7K2dvxj 2007-03-21 10:01:59 UTC
Here's some info from the author:

http://sourceforge.net/mailarchive/forum.php?thread_id=31842732&forum_id=38877

Takashi, can you please post output of

  encfsctl info ~/.memo

?
Comment 2 Takashi Iwai 2007-03-21 10:37:46 UTC
It's not the case, I'm afraid...

% encfsctl info ~/.memo

Version 5 configuration; created by EncFS 1.2.2 (revision 20040813)
Filesystem cipher: "ssl/blowfish", version 2:1:1
Filename encoding: "nameio/block", version 3:0:1
Key Size: 160 bits
Block Size: 512 bytes
Each file contains 8 byte header with unique IV data.
Filenames encoded using IV chaining mode.
Comment 3 Forgotten User sLJ7K2dvxj 2007-04-12 07:14:32 UTC
It's been confirmed to be a bug in openssl.

This commit should fix it:
   http://cvs.openssl.org/chngview?cn=15978

Compliments to Valient Gough for tracking it down.

Closing bug.