Open ahmet2mir opened 4 years ago
My last Java project was in 2010, so I try to read the code and I see that some extensions had dedicated parser https://github.com/jruby/jruby-openssl/blob/c862febc6a77d6aae708bce1564fba21810cbb44/src/main/java/org/jruby/ext/openssl/X509ExtensionFactory.java#L183 And also in extension https://github.com/jruby/jruby-openssl/blob/c862febc6a77d6aae708bce1564fba21810cbb44/src/main/java/org/jruby/ext/openssl/X509Extension.java#L330
Maybe need crlDistributionPoints parser too ?
Hello,
When running this code, create a self signed cert with crlDistributionPoints, i've got strange value when running openssl (and also browser don't recogniez the value)
When running with jruby
I have in output
But if I run
openssl
Note the value
..URI:
I also try with example from unittests https://github.com/ruby/openssl/blob/master/test/openssl/test_x509ext.rb#L40 But it doesn't understand how to use config because the value rest as is.
Output
Note the value
@crlDistPts
with
openssl
Using jruby embedded in PuppetServer
Similar to https://github.com/jruby/jruby/issues/994