[openssl.org #1206] FTP USER Authentication

2014-06-30 Thread Rich Salz via RT
Very old release. Seems to be a user misunderstanding; DES output isn't text, it's binary. And DES shouldn't be used these days anyway, :) __ OpenSSL Project http://www.openssl.org Development

RE: [openssl.org #1206] FTP USER Authentication

2005-09-26 Thread [EMAIL PROTECTED] via RT
:39 PM To: Swathika Subramaniam (WT01 - Embedded Systems) Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #1206] FTP USER Authentication [EMAIL PROTECTED] via RT wrote: We use DES encryption algorithm.When the user try to add an user with the password 12345678 ,user couldn't login. So

Re: [openssl.org #1206] FTP USER Authentication

2005-09-23 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: We use DES encryption algorithm.When the user try to add an user with the password 12345678 ,user couldn't login. So itried printing the DES decrypted password, it returns junk password. Since it is junk user couldn't login. Basically we maintain a file which

Re: [openssl.org #1206] FTP USER Authentication

2005-09-22 Thread Nils Larsch via RT
[EMAIL PROTECTED] via RT wrote: Hi We have ported the openSSL code for our project.We use SSL to authenticate the users who use FTP to the controller(which is basically a printer). We have different groups such as developer, user, designer etc. each will have access permissions I am

RE: [openssl.org #1206] FTP USER Authentication

2005-09-22 Thread [EMAIL PROTECTED] via RT
: [openssl.org #1206] FTP USER Authentication [EMAIL PROTECTED] via RT wrote: Hi We have ported the openSSL code for our project.We use SSL to authenticate the users who use FTP to the controller(which is basically a printer). We have different groups such as developer, user, designer etc. each

[openssl.org #1206] FTP USER Authentication

2005-09-21 Thread [EMAIL PROTECTED] via RT
Hi We have ported the openSSL code for our project.We use SSL to authenticate the users who use FTP to the controller(which is basically a printer). We have different groups such as developer, user, designer etc. each will have access permissions I am facing a problem with the DES encryption