Actions
Feature #7399
closedAdd tests for PKCS7#type= and add_data.
    Feature #7399:
    Add tests for PKCS7#type= and add_data.
  
Description
=begin
from github:
https://github.com/ruby/ruby/pull/205
Add PKCS7 tests.
- PKCS7#type=
 - PKCS7#add_data
 - PKCS7 encoded content
 
From JRuby pull requests: https://github.com/jruby/jruby/pull/355 and https://github.com/jruby/jruby/pull/356
=end
Files
        
          
          Updated by mame (Yusuke Endoh) almost 13 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 - Target version changed from 2.0.0 to 2.6
 
        
          
          Updated by hsbt (Hiroshi SHIBATA) over 11 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 - % Done changed from 0 to 100
 
Applied in changeset r46162.
- test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.
[Feature #7399][ruby-core:49565] 
Actions