summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-08refactor tilde_expand_filename() and make it handle ~user paths with noDamien Miller
2022-01-08x509_cpols.c will need to include x509_lcl.h soonTheo Buehler
2022-01-08Enable all supported hostkey algorithms (but no others). Allows hostbasedDarren Tucker
2022-01-08Prep .c files for removing the #includes from */archdep.hPhilip Guenther
2022-01-08Indicate current default cipherKinichiro Inoguchi
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-08Apply mpsafe changes from dwge(4) to dwxe(4):Jonathan Matthew
2022-01-07Add some workarounds to make build_addr_block_test_data const.Theo Buehler
2022-01-07Prepare to provide EVP_AEAD_CTX_{new,free}()Theo Buehler
2022-01-07Add code to initialize the PCIe host bridge hardware. We currently rely onMark Kettenis
2022-01-07Revert previous accidental commitTheo Buehler
2022-01-07If no date could be parsed, bail out early and fix an error return thatOtto Moerbeek
2022-01-07Rename dh_tmp to dhe_params.Joel Sing
2022-01-07SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of theTheo de Raadt
2022-01-07Stop attempting to duplicate the public and private key of dh_tmp.Joel Sing
2022-01-07Convert legacy server to tls_key_share.Joel Sing
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2022-01-07A few more files need asn1_locl.h.Theo Buehler
2022-01-07include asn1_locl.h where it will be needed for the bump.Theo Buehler
2022-01-07Add missing dependency.Visa Hankala
2022-01-07Somehow I always forget that the more global LC_ALL takes precedence overMartijn van Duren
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-07Add an essentially empty ocsp_local.h and include it in the filesTheo Buehler
2022-01-07gost needs to look into ecs_locl.hTheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2022-01-07Add an essentially empty dh_local.h and include it in the files whereTheo Buehler
2022-01-07zap trailing whitespaceTheo Buehler
2022-01-07fix aac build after -Wno-uninitialized was removedJonathan Gray
2022-01-07Let dtlstest peek into bio_local.hTheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2022-01-07Sync EVP_MD_CTX to heap switch from npppd.Theo Buehler
2022-01-07npppd: convert to EVP_MD_CTX on heapTheo Buehler
2022-01-07hibernate_clear_signature() is only used by hibernate_resume(), soPhilip Guenther
2022-01-07Extract the slice from the zeroth swap device instead of assumingPhilip Guenther
2022-01-07whitespaceAndrew Fresh
2022-01-07regenJonathan Gray
2022-01-07stop creating old drm device nodesJonathan Gray
2022-01-07mention radeondrm on riscv64Jonathan Gray
2022-01-06stop chowning old drm device nodesJonathan Gray
2022-01-06Don't explicitly set HostbasedAuthentication in sshd_config.Darren Tucker
2022-01-06allow hostbased auth to select RSA keys when only RSA/SHA2 areDamien Miller
2022-01-06add a helper function to match a key type to a list of signatureDamien Miller
2022-01-06log some details on hostkeys that ssh loads for hostbased authnDamien Miller
2022-01-06log signature algorithm during verification by monitor; ok markusDamien Miller
2022-01-06piece of UpdateHostkeys client strictification: when updating known_hostsDamien Miller
2022-01-06include rejected signature algorithm in error message and not theDamien Miller
2022-01-06make ssh-keysign use the requested signature algorithm and not theDamien Miller
2022-01-06stricter UpdateHostkey signature verification logic on the client-Damien Miller
2022-01-06Fix signature algorithm selection logic for UpdateHostkeys on theDamien Miller