kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
59b6d1da 2020-10-06 01:20:25 Fix typo :)
17c88164 2020-09-20 02:09:35 Make pthread_mutex static initialisation work on Windows. This takes the dynamic initialisation code added to CRYPTO_lock() in e5081719 and applies it to the Window's pthread_mutex implementation. This allows for PTHREAD_MUTEX_INITIALIZER to be used on Windows. bcook has agreed to place this code in the public domain (as per the rest of the code in pthread.h).
5bedaf92 2020-09-15 21:42:58 Update .gitignore
1c0b5f07 2020-09-15 21:38:05 Add regress x509_info.c
6969cf03 2020-09-15 20:55:40 Fix regress build
ee4eb002 2020-09-13 22:18:49 Add x509_verify.c x509_verify.h
0e52cefc 2020-09-13 22:33:34 Add regress x509attribute.c
1ba03da2 2020-09-13 12:06:08 Add x509_issuer_cache.c x509_issuer_cache.h
461ec453 2020-09-13 12:58:37 Add queue.h tree.h _null.h Import queue.h tree.h _null.h header files from OpenBSD upstream since x509_issuer_cache.c requires them.
65b01cff 2020-09-13 12:55:02 Add PTHREAD_MUTEX_INITIALIZER