index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
openssl
/
test_digest.rb
Age
Commit message (
Expand
)
Author
2021-10-23
[ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...
Kazuki Yamaguchi
2020-05-13
[ruby/openssl] Look up digest by name instead of constant
Bart de Water
2020-03-10
openssl: sync with upstream repository
Kazuki Yamaguchi
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-12-10
openssl: import v2.0.1
rhe
2016-11-30
openssl: import v2.0.0
rhe
2016-06-07
openssl: adjust tests for OpenSSL 1.1.0
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
rhe
2016-02-02
Skip SHA from test_digest_constants for LibreSSL 2.3
naruse
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-06-02
use assert_raise
nobu
2014-12-13
test/openssl: skip old OpenSSL
nobu
2013-12-10
openssl/digest.rb: get rid of deprecated class
nobu
2012-08-02
* ext/openssl/lib/openssl/digest.rb
emboss
2011-06-13
* test/openssl/digest.rb: remove MDC2 from test, it is not available
emboss
2011-06-13
* ext/openssl/ossl_digest.c: fix error for digests that have no oid
emboss
2011-06-13
* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln or
emboss
2010-12-15
drying up the requires in the openssl tests
tenderlove
2006-05-08
* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.
gotoyuzo
2005-08-22
* add test for SHA224, SHA256, SHA384 and SHA512.
gotoyuzo
2004-06-30
* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,
gotoyuzo