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