Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

normanmaurer/jdk_ssl_session_reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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)

About

Reproducer for JDK SSLSession bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages