aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: merge changes in v2.1.1rhe2018-05-121-0/+2
* openssl: import v2.1.0.beta2rhe2017-11-251-7/+9
* openssl: import v2.1.0.beta1rhe2017-09-031-45/+23
* openssl: import v2.0.4rhe2017-06-141-4/+4
* openssl: import v2.0.0rhe2016-11-301-39/+38
* fid typos [ci skip]nobu2016-09-241-1/+1
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-73/+200
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-121-55/+17
* openssl: fix free function of OpenSSL::Cipherrhe2016-06-061-5/+1
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-20/+15
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-10/+0
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-5/+9
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-231-2/+2
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-1/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* openssl: wrapper object before allocnobu2015-05-291-7/+3
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_cipher.c: workaround of OpenSSL APInobu2014-12-231-7/+37
* use 0 for reservednobu2014-12-011-1/+1
* openssl: typed datanobu2014-10-041-5/+22
* * ext/openssl/ossl_cipher.c: Fix call to ciphers class method andhsbt2014-07-131-2/+2
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-3/+3
* * ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss2012-12-201-0/+7
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+213
* * remove trailing spaces.nobu2012-02-091-2/+2
* * ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss2012-02-081-0/+6
* * ext/openssl/ossl_cipher.c: Fix more typos.emboss2011-12-251-4/+4
* * ext/openssl/ossl_cipher.c: Fixed typo.emboss2011-12-251-1/+1
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss2011-12-251-23/+204
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-1/+9
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-2/+2
* * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi2011-06-201-3/+3
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-3/+3
* cancel subversion backfire. sorrymatz2011-03-071-1/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-1/+1
* * ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.shyouhei2011-02-281-1/+1
* * ext/openssl/ossl_cipher.c: parenthesize macro arguments.akr2011-02-201-7/+7
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-7/+20
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-3/+3
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-5/+5
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-181-7/+7
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): usednobu2009-02-061-0/+2
* * ext/openssl: suppress warnings.nobu2008-07-221-33/+10
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-5/+3
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-7/+43
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-291-1/+136
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+4