kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
1b62d5e4 2014-07-27 06:13:54 remove bash-isms from test scripts
0a74a4d4 2014-07-27 06:11:56 add strndup/strnlen compat functions from OpenBSD
fb67b92e 2014-07-27 06:10:23 include system headers for err.h compat macros
6383a072 2014-07-27 06:09:51 remove thread_private.h, no longer needed
a5c82283 2014-07-24 20:23:24 remove per-OS arc4random_buf overrides If an OS provides an arc4random_buf implementation in its C library, prefer it over an in-library version. This allows OS-specific implementations to become more robust over time. It also prevents possible link-time confusion as to which arc4random_buf implementation is in use by an application when linked with LibreSSL. The built-in unit tests will identify some common issues, such as fork safety and PID wrap handling. Other elements, such as seeding mechanisms, should be audited by the vendor or user for correctness. ok deraadt@ beck@
55d07e70 2014-07-23 19:18:45 clarify license and origin for pidwraptest The original author clarified the license, so we are fine to ship with the PID wraparound test. Run it by default if libressl is using the native arc4random supplied from the OS. ok deraadt@
8bf6bdeb 2014-07-21 21:07:26 add calloc to the list (integer overflow..)
ee6e8828 2014-07-21 21:02:21 Update README to indicate general policy about intrinsics
dd883345 2014-07-21 20:36:14 bump version
ea6e7116 2014-07-21 18:57:06 build openbsd memmem implementation for explicit_bzero test memmem is not always available, and not all memmem's work the same way ok beck@ guenther@