EVP_Cipher()

2009-09-02 Thread Xu, Qiang (FXSGSC)
Hi, all: It is understood that EVP_Cipher() is used in libssh2, but I am not sure from which release of openssl this function is introduced. Can anybody tell me this information? By the way, how to check the version of openssl in my linux box? If it is not a version that has the definition of

RE: crypto library in openssl

2008-03-14 Thread Xu, Qiang (FXSGSC)
-Original Message- From: Richard Levitte [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 7:21 PM To: openssl-users@openssl.org; Xu, Qiang (FXSGSC) Subject: Re: crypto library in openssl You're doing three mistakes: 1. you're assuming the EVP routines treat your data

RE: crypto library in openssl

2008-03-14 Thread Xu, Qiang (FXSGSC)
-Original Message- From: Richard Levitte [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 7:21 PM To: openssl-users@openssl.org; Xu, Qiang (FXSGSC) Subject: Re: crypto library in openssl Note: openssl-dev is inappropriate, as it is meant for the _development_ _of_ OpenSSL

RE: crypto library in openssl

2008-03-14 Thread Xu, Qiang (FXSGSC)
-Original Message- From: Richard Levitte [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 7:21 PM To: openssl-users@openssl.org; Xu, Qiang (FXSGSC) Subject: Re: crypto library in openssl You're doing three mistakes: 1. you're assuming the EVP routines treat your data

crypto library in openssl

2008-03-12 Thread Xu, Qiang (FXSGSC)
Hi, all: I come across a problem in using crypto library in OpenSSL. We are using EVP_DecryptInit(), EVP_DecryptUpdate(), and EVP_DecryptFinal() to do the decryption of the user's password after the user logs in. However, I just found when the user's password is $elkins02, the decrypted string