Use a single mutex for the certificate generation
authorFabian Keil <fk@fabiankeil.de>
Wed, 26 Feb 2020 09:02:11 +0000 (10:02 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 28 Feb 2020 06:31:27 +0000 (07:31 +0100)
commitbce0c44ff68888e53be6e0f986cb46c39ce8e3a5
tree204cb5a5a8ff0065be50ac3a8be88093ed9b67e2
parent6787575a388cbfd241613660b680d720de04305f
Use a single mutex for the certificate generation

It is fast enough so there is no need to complicate
things with up to 65536 different mutexes.

Sponsored by: Robert Klemme
jcc.c
jcc.h
project.h
ssl.c