commit | 683d7bd20a96a34d85341cd04b4c6309b0730852 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Mon Apr 13 11:04:14 2015 -0700 |
committer | Adam Langley <agl@google.com> | Tue Apr 14 20:10:27 2015 +0000 |
tree | e6f9f01d41862b133f97936b973f7e4e825bc802 | |
parent | ccdfbd9834511a473684caf4517bc5dcdf00fc58 [diff] |
Convert BN_MONT_CTX to new-style locking. This introduces a per-RSA/DSA/DH lock. This is good for lock contention, although pthread locks are depressingly bloated. Change-Id: I07c4d1606fc35135fc141ebe6ba904a28c8f8a0c Reviewed-on: https://boringssl-review.googlesource.com/4324 Reviewed-by: Adam Langley <agl@google.com>