Age | Commit message (Expand) | Author |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-19 | Make it possible for the sdhc(4) attachment glue to specify the base clock | Mark Kettenis |
2018-03-19 | sync | Theo de Raadt |
2018-03-19 | use the correct relink directory path | Robert Nagy |
2018-03-19 | Use a table that is automatically generated from data extracted from the | Mark Kettenis |
2018-03-19 | Remove the now unnecessary tls_init() call. | Joel Sing |
2018-03-19 | Remove the tls_init() call, since it is no longer necessary. | Joel Sing |
2018-03-19 | Automatically handle library initialisation for libtls. | Joel Sing |
2018-03-19 | Disallow "++minutes". | cheloha |
2018-03-19 | Add regress test ensuring autoinit stays pledge("stdio") safe. | Bob Beck |
2018-03-19 | correct funciton prototype | Bob Beck |
2018-03-19 | Switch mvpinctrl(4) from a last match to first match principle. This is | Patrick Wildt |
2018-03-19 | More clear info on junking; ok jmc@ | Otto Moerbeek |
2018-03-19 | two fixes from klemens nanni, plus one tweak from myself; | Jason McIntyre |
2018-03-19 | sync | Theo de Raadt |
2018-03-19 | I should not be calling ENGINE_load_builtin_engines_internal | Bob Beck |
2018-03-19 | Add DEF_STRONG(pthread_self) to match libc and avoid duplicate definitions | Philip Guenther |
2018-03-19 | Add a -q (for quick) mode to apptest.sh, and use it by default. | Bob Beck |
2018-03-19 | Correct mistake of loading the default openssl.conf by default during autoinit. | Bob Beck |
2018-03-18 | NULL deref on armv7 performing NFS, within 10 seconds. | Theo de Raadt |
2018-03-18 | Refactor tcp_mtudisc() like NetBSD did. Do the route lookup only | Alexander Bluhm |
2018-03-18 | sync | Theo Buehler |
2018-03-18 | In ecdsa.h rev. 1.5 2018/03/17 15:24:44, tb@ provided | Ingo Schwarze |
2018-03-18 | In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17 | Ingo Schwarze |
2018-03-18 | In x509.h rev. 1.43 2018/03/17 14:55:39, jsing@ provided | Ingo Schwarze |
2018-03-18 | In ocsp.h rev. 1.12 2018/03/17 14:44:34, jsing@ provided | Ingo Schwarze |
2018-03-18 | vmm(4): handle invalid cpuid request (%eax too large) according to the SDM | Mike Larkin |
2018-03-18 | In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ provided | Ingo Schwarze |
2018-03-18 | In x509.h rev. 1.42 2018/03/17 14:33:20, jsing@ provided | Ingo Schwarze |
2018-03-18 | In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ provided | Ingo Schwarze |
2018-03-18 | The max vnetid that can be set via SIOCSVNETID is 4094, not 4095. | Lawrence Teo |
2018-03-18 | Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars. | Theo Buehler |
2018-03-17 | sync | Theo Buehler |
2018-03-17 | Clean up now that autoconfiguration is available: | Ingo Schwarze |
2018-03-17 | In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@ | Ingo Schwarze |
2018-03-17 | Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on Marvell | Mark Kettenis |
2018-03-17 | In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided | Ingo Schwarze |
2018-03-17 | If we are compatible with "simple-mfd", attempt to attach child nodes. | Mark Kettenis |
2018-03-17 | In x509_cmp.c rev. 1.30 2018/03/17 14:57:23, jsing@ adjusted | Ingo Schwarze |
2018-03-17 | Fix negative window index range check (> not <). Reported by Juan Pablo | Nicholas Marriott |
2018-03-17 | sync | Theo Buehler |
2018-03-17 | crank majors | Theo Buehler |
2018-03-17 | sync | Theo Buehler |
2018-03-17 | Bump minors after symbol addition | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2018-03-17 | Provide SSL_SESSION_get_ticket_lifetime_hint() and | Theo Buehler |
2018-03-17 | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | Theo Buehler |
2018-03-17 | Provide X509_STORE_get0_param() | Theo Buehler |
2018-03-17 | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | Theo Buehler |
2018-03-17 | Provide X509_NAME_ENTRY_set() | Theo Buehler |