aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_digest.rb
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: remove SHA, DSS, DSS1 if using OpenSSL 1.1.0Kazuki Yamaguchi2016-05-051-3/+4
* Skip SHA from test_digest_constants for LibreSSL 2.3naruse2016-02-021-1/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-1/+1
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* openssl/digest.rb: get rid of deprecated classnobu2013-12-101-1/+1
* * ext/openssl/lib/openssl/digest.rbemboss2012-08-021-0/+8
* * test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss2011-06-131-1/+1
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-0/+12
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-0/+23
* drying up the requires in the openssl teststenderlove2010-12-151-6/+1
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-081-4/+18
* * add test for SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-221-0/+9
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-0/+65