Skip to content

Commit

Permalink
Add openssl thread synchronization to fix crashes
Browse files Browse the repository at this point in the history
Openssl 1.0.2 is not safely used in multi-thread application.
The change adds threadid and locking callback functions to provide
thread-safety when openssl 1.0.2 is used. It fixes issue 8373,
test crash in openjdk, jdk_net_0,
com/sun/net/httpserver/Test9a.java

Signed-off-by: Chao Shan <chao.shan@ibm.com>
  • Loading branch information
Chao Shan committed Mar 26, 2020
1 parent d1ca0eb commit ce8de7c
Showing 1 changed file with 252 additions and 57 deletions.
Loading

0 comments on commit ce8de7c

Please sign in to comment.