summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Kazuki Yamaguchi2017-08-261-7/+5
|\
| * cipher: update the documentation for Cipher#auth_tag=ky/cipher-aead-set-aead-tag-documentation-fixKazuki Yamaguchi2017-08-241-7/+5
* | Merge branch 'maint'bpointKazuki Yamaguchi2017-06-141-4/+4
|\|
| * Fix documentation for OpenSSL::Cipher#finalVladimir Rybas2017-04-211-1/+1
| * Fix typosKazuki Yamaguchi2017-04-201-2/+2
| * Fix typosSHIBATA Hiroshi2017-02-141-1/+1
* | digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-021-1/+1
* | cipher: rename GetCipherPtr() to ossl_evp_get_cipherbyname()Kazuki Yamaguchi2017-05-021-1/+1
* | Remove SafeGet*() macrosKazuki Yamaguchi2017-05-021-5/+1
* | Merge branch 'topic/expand-ruby-missing-h'Kazuki Yamaguchi2017-04-281-1/+1
|\ \
| * | Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-281-1/+1
| |/
* | Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-241-14/+14
* | Remove support for OpenSSL 0.9.8 and 1.0.0topic/drop-openssl-098-and-100Kazuki Yamaguchi2016-12-221-16/+0
|/
* cipher: always define Cipher#authenticated?Kazuki Yamaguchi2016-10-041-18/+21
* cipher: fix documentation regarding default IVKazuki Yamaguchi2016-10-031-9/+4
* Merge branch 'topic/cipher-no-initialize-null-key'Kazuki Yamaguchi2016-09-281-12/+13
|\
| * cipher: don't set dummy encryption key in Cipher#initializetopic/cipher-no-initialize-null-keyKazuki Yamaguchi2016-09-281-12/+13
* | fid typos [ci skip]nobu2016-09-251-1/+1
|/
* Merge branch 'topic/cipher-auth-tag-len'Kazuki Yamaguchi2016-08-261-3/+45
|\
| * cipher: add Cipher#auth_tag_len=topic/cipher-auth-tag-lenKazuki Yamaguchi2016-08-141-3/+45
* | cipher: allow cipher name in GetCipherPtr()Kazuki Yamaguchi2016-08-221-3/+16
* | cipher: fixup documentationKazuki Yamaguchi2016-08-221-21/+27
* | cipher: follow up for the previous documentation updatetopic/cipher-doc-aeadKazuki Yamaguchi2016-08-161-6/+8
* | cipher: update documentationKazuki Yamaguchi2016-08-141-22/+33
|/
* cipher: avoid -Wshorten-64-to-32 warning in ossl_cipher_update_long()Kazuki Yamaguchi2016-07-241-1/+1
* cipher: fix handling huge data larger than INT_MAX bytesKazuki Yamaguchi2016-07-241-18/+16
* Merge branch 'topic/cipher-iv-len'Kazuki Yamaguchi2016-07-201-3/+57
|\
| * cipher: allow setting IV length when using AEAD cipherstopic/cipher-iv-lenKazuki Yamaguchi2016-07-091-3/+57
* | Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-1/+2
|/
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-191-55/+17
* openssl: fix free function of OpenSSL::Cipherrhe2016-06-091-5/+1
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-20/+15
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-10/+0
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-311-5/+9
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-2/+2
* sync code from upstreamSHIBATA Hiroshi2015-12-301-1/+1
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-7/+3
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Sync with ruby trunkZachary Scott2015-01-051-8/+38
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+987