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
ruby_3_3
ruby_3_4
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_fips.rb
Age
Commit message (
Expand
)
Author
2025-02-27
[ruby/openssl] Use ENV["TEST_RUBY_OPENSSL_FIPS_ENABLED"] instead of OpenSSL::...
Jun Aruga
2025-02-22
[ruby/openssl] test_fips.rb: account for AWS-LC's FIPS mode
Samuel Chiang
2023-09-21
[ruby/openssl] test_fips.rb: Fix the `OpenSSL.fips_mode` affecting other tests.
Jun Aruga
2023-09-06
[ruby/openssl] Remove OSSL_DEBUG compile-time option
Kazuki Yamaguchi
2023-05-19
[ruby/openssl] Implement FIPS functions on OpenSSL 3.
Jun Aruga
2023-01-27
[ruby/openssl] Do not require test file in a forked process in tests
Andrew Konchin
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2017-09-05
openssl: merge test fixes from upstream
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
rhe
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-12-13
test/openssl: skip old OpenSSL
nobu
2012-12-20
* ext/openssl/ossl.c: do not use FIPS_mode_set if not available.
emboss
2012-12-20
* remove trailing spaces.
nobu
2012-12-20
* ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPS
emboss