Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

(0.20.0) Add openssl thread synchronization to fix crashes #39

Merged
merged 2 commits into from
Apr 8, 2020

Commits on Apr 7, 2020

  1. Add openssl thread synchronization to fix crashes

    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>
    Chao Shan authored and pshipton committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1c82300 View commit details
    Browse the repository at this point in the history
  2. Use CloseHandle() to destroy a mutex on Windows

    Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
    keithc-ca authored and pshipton committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    fa43f89 View commit details
    Browse the repository at this point in the history