1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/ext/puma_http11/org/jruby/puma
Karol Bucek ceb4c56ad4
[jruby] support a truststore option (#2849)
* [jruby] support a truststore option

which might be a completely different file than keystore ...

due backwards compatibility we assume `truststore = keystore`
(`truststore_pass = keystore_pass`)

* [jruby] actually use truststore on initialize

* [jruby] add keystore_type and truststore_type

* [jruby] dry and simplify native bits

* [jruby] setup SSLError in native (like C part)

* [jruby] map to SSLError from native exception

* [jruby] provide peercert even if hand-shake fails
2022-04-09 08:58:51 -06:00
..
Http11.java Increase max URI path length to 8196, closes #2134 (#2168) 2020-03-10 11:39:36 -06:00
Http11Parser.java HTTP header field values: Allow all octets to be passed in as obscure data (#2723) 2021-10-12 17:05:25 -06:00
MiniSSL.java [jruby] support a truststore option (#2849) 2022-04-09 08:58:51 -06:00