diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-30 15:45:41 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-30 15:45:41 +0000 |
| commit | 1f3ab07a8ae5f253c77e30bbdfafee9aa6207605 (patch) | |
| tree | 23832a79e2f3dabca5ac46a929730dd5ffdb263d /ChangeLog | |
| parent | 72e11522278b57df21a925d7a85c69d8a8c94bac (diff) | |
| download | ruby-1f3ab07a8ae5f253c77e30bbdfafee9aa6207605.tar.gz ruby-1f3ab07a8ae5f253c77e30bbdfafee9aa6207605.tar.xz ruby-1f3ab07a8ae5f253c77e30bbdfafee9aa6207605.zip | |
* ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt):
re-implemnt (the arguments for this method is ).
* ext/openssl/ossl_cipher.c (ossl_cipher_pkcs5_keyivgen): new method
OpenSSL::Cipher::Cipher#pkcs5_keyivgen. it calls EVP_BytesToKey().
* ext/openssl/ossl_cipher.c (ossl_cipher_set_key_length): new method
OpenSSL::Cipher::Cipher#key_len=.
* ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): the type of
argument is changed from integer to boolean.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Thu Jul 1 00:44:42 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_cipher.c (ossl_cipher_encrypt, ossl_cipher_decrypt): + re-implemnt (the arguments for this method is ). + + * ext/openssl/ossl_cipher.c (ossl_cipher_pkcs5_keyivgen): new method + OpenSSL::Cipher::Cipher#pkcs5_keyivgen. it calls EVP_BytesToKey(). + + * ext/openssl/ossl_cipher.c (ossl_cipher_set_key_length): new method + OpenSSL::Cipher::Cipher#key_len=. + + * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): the type of + argument is changed from integer to boolean. + Wed Jun 30 19:48:09 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, |
