GitXplorerGitXplorer
n

jdk_ssl_session_reproducer

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e04453341ab712ec06c1266cd324fd8c48d13600

Add reproducer code

nnormanmaurer committed 6 years ago

README

The README file for this repository.

Howto reproduce

~ mkdir target
~ javac src/JDKSSLSessionReproducer.java -d target/
~ java -cp src:target JDKSSLSessionReproducer

This will produce something like this:

Exception in thread "main" java.lang.AssertionError: Should be empty
	at JDKSSLSessionReproducer.main(JDKSSLSessionReproducer.java:77)