summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20Adjust ecdhtest.c for affine_coordinates changeTheo Buehler
2021-04-20Adjust ectest.c for affine_coordinates changeTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2021-04-20Simplify after EC_POINT_get_curve() additionTheo Buehler
2021-04-20Adjust ectest.c for EC_GROUP_{g,s}et_curve changeTheo Buehler
2021-04-20Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-04-20Indicate if an mg function is unsuitable for a startup file (requiresMark Lumsden
2021-04-20Add keep-alive support to the HTTP module.Claudio Jeker
2021-04-20Allow more than one block of code to exist on a single line. Also,Mark Lumsden
2021-04-20Switch some warnings to logx() to reduce log noise on runs without -v.Claudio Jeker
2021-04-20Update comment to be less confusing (I hope)Claudio Jeker
2021-04-20Properly shutdown on connection loss instead of crashing.Martijn van Duren
2021-04-20Don't overwrite environment CFLAGS.Martijn van Duren
2021-04-20Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@Mark Lumsden
2021-04-20prefix_insert() and prefix_remove() emulate a tail queue by keeping theClaudio Jeker
2021-04-20Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used didClaudio Jeker
2021-04-20Ignore SIGPIPE by default and restore default behaviour before executingClaudio Jeker
2021-04-20Add quirk to enable all Thinkpad X1 Extreme 1 speakers & atmos dolbyAlexandre Ratchov
2021-04-20Allow INTEL 400SERIES cAVS to attach the azalia(4) driverAlexandre Ratchov
2021-04-20more KNFTheo de Raadt
2021-04-19Remove new_sym_enc and new_aead.Joel Sing
2021-04-19Avoid division by zero in hybrid point encodingTheo Buehler
2021-04-19code review results in KNF, and moving local variables into lowest scopeTheo de Raadt
2021-04-19Recognize BCM57762 A0 and A1. My diff for this only added the A0 revision,Mark Kettenis
2021-04-19Move new_mac_secret_size into the TLSv1.2 handshake struct.Joel Sing
2021-04-19Move reuse_message, message_type, message_size and cert_verify into theJoel Sing
2021-04-19Set alpn_selected_len to zero when freeing alpn_selected.Joel Sing
2021-04-19The powerpc64 ELFv2 ABI explicitly states that exception enable bitsMark Kettenis
2021-04-19Multicast decryption fixes for iwx(4).Stefan Sperling
2021-04-19RS ^-anchoring needs to know if it's reading the first record of a file.Todd C. Miller
2021-04-19Fix TLS error message race. Due to less handshakes in TLS 1.3 anAlexander Bluhm
2021-04-19Same internal consistency check as libc malloc: size in hash tableOtto Moerbeek
2021-04-18Simpler error handling for suspend()/hibernate()Jeremie Courreges-Anglas
2021-04-18post 6.9 development continues...Theo de Raadt
2021-04-18syncTheo de Raadt
2021-04-18even more shrinkTheo de Raadt
2021-04-18syncTheo de Raadt
2021-04-18more shrinkTheo de Raadt
2021-04-17Adjust Raspberry Pi installation instructions, direct users towards theStuart Henderson
2021-04-17Embiggen arm64 ramdisk kernel and miniroot/install img files. ProvideStuart Henderson
2021-04-17syncTheo de Raadt
2021-04-17some name shorteningTheo de Raadt
2021-04-17rewrite the text describing the "address" parameter into somethingJason McIntyre
2021-04-16When loading a config poll iscsid for up to 10 seconds and check if theClaudio Jeker
2021-04-16Implement a control message to get the state of iscsid. This is usedClaudio Jeker
2021-04-16Turn on the direct ACK on every other segment.Alexander Bluhm
2021-04-16Add a workaround to avoid wrong code generated by m88k gcc.Kenji Aoyama