Skip to content

Commit

Permalink
TLS changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Oct 29, 2014
1 parent c1924be commit 16e8fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jsoup changelog
* File upload support. Added the ability to specify input streams for POST data, which will upload content in
MIME multipart/form-data encoding.

* Added ability to disable TLS (SSL) certificate validation. Helpful if you're hitting a host with a bad cert,
or your JDK doesn't support SNI.
<https://github.com/jhy/jsoup/pull/343>

* Added ability to further tweak the canned Cleaner Whitelists by removing existing settings.
<https://github.com/jhy/jsoup/pull/449>

Expand Down

0 comments on commit 16e8fc9

Please sign in to comment.