New informations :

- Ok, ensymble 0.29 doesn't seem to cry about 'TypeError: etc ...'
- But the problem now seem to be related to a new version of openssl.
- Activating the --debug flag report :

DEBUG: Popen(('/usr/bin/openssl', 'rsa -in /tmp/ensymble-poxtcp/keyin.pem -out 
/tmp/ensymble-poxtcp/keyout.pem -passin stdin'))
DEBUG: pipeerr.read() = "openssl:Error: 'rsa -in /tmp/ensymble-poxtcp/keyin.pem 
-out /tmp/ensymble-poxtcp/keyout.pem -passin stdin' is an invalid 
command.\n\nStandard commands\nasn1parse      ca             ciphers        crl 
           crl2pkcs7      \ndgst           dh             dhparam        dsa    
        dsaparam       \nec             ecparam        enc            engine    
     errstr         \ngendh          gendsa         genrsa         nseq         
  ocsp           \npasswd         pkcs12         pkcs7          pkcs8          
prime          \nrand           req            rsa            rsautl         
s_client       \ns_server       s_time         sess_id        smime          
speed          \nspkac          verify         version        x509           
\n\nMessage Digest commands (see the `dgst' command for more details)\nmd2      
      md4            md5            rmd160         sha            \nsha1        
   \n\nCipher commands (see the `enc' command for more details)\naes-128-cbc    
aes-128-ecb    aes-192-cbc    aes-192-ecb    aes-256-cbc    \naes-256-ecb    
base64         bf             bf-cbc         bf-cfb         \nbf-ecb         
bf-ofb         cast           cast-cbc       cast5-cbc      \ncast5-cfb      
cast5-ecb      cast5-ofb      des            des-cbc        \ndes-cfb        
des-ecb        des-ede        des-ede-cbc    des-ede-cfb    \ndes-ede-ofb    
des-ede3       des-ede3-cbc   des-ede3-cfb   des-ede3-ofb   \ndes-ofb        
des3           desx           rc2            rc2-40-cbc     \nrc2-64-cbc     
rc2-cbc        rc2-cfb        rc2-ecb        rc2-ofb        \nrc4            
rc4-40         \n\n"
Traceback (most recent call last):
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble.py", line 93, in 
<module>
    sys.exit(main())
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble.py", line 80, in main
    cmddict[command].run(pgmname, sys.argv[2:])
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble/actions/signsis.py", 
line 337, in run
    signature, algoid = sisfile.signstring(privkeydata, passphrase, string)
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble/utils/sisfile.py", 
line 88, in signstring
    signature, keytype = cryptutil.signstring(privkey, passphrase, string)
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble/utils/cryptutil.py", 
line 90, in signstring
    privkey, keytype = decryptkey(tempdir, privkey, passphrase)
  File "/home/bigbob/Vrac/Testing/ensymble-0.29/ensymble/utils/cryptutil.py", 
line 304, in decryptkey
    raise ValueError("wrong pass phrase or invalid private key")
ValueError: wrong pass phrase or invalid private key

The openssl package version I use is : openssl 0.9.8k-7ubuntu8

Hope it help ...

A++

-- 
Running ensymble gives TypeError: import_module() takes at most 5 arguments (6 
given)
https://bugs.launchpad.net/bugs/448665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to