zeri (Julian Wälde)
- Login: zeri
- Email: julian_waelde@yahoo.de
- Registered on: 02/20/2010
- Last sign in: 02/21/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/21/2010
-
12:15 AM Ruby Bug #2768: SEGV when using OpenSSL::Cipher (AES) in certain way
- =begin
here the output that irb does give me for the command
=end
-
12:13 AM Ruby Bug #2768 (Closed): SEGV when using OpenSSL::Cipher (AES) in certain way
- =begin
this command gives me an SEGV on my boxes:
ruby -e 'require "openssl";OpenSSL::Cipher::AES128.new("ECB").update "testtesttesttest"'
while this command does not:
ruby -e 'require "openssl";OpenSSL::Cipher::AES128.n...