summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-31ssh: document sntrup761x25519-sha512@openssh.com as default KEXChristian Weisgerber
2022-03-31man pages: fix some typos found while looking for other issuesChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-31on-ramdisk firmware extraction can overflow the install-media directoryTheo de Raadt
2022-03-31Remove duplicate scsi devices.Kenneth R Westerback
2022-03-31Fix leak in ASN1_TIME_adj_internal()Theo Buehler
2022-03-31Simplify priv_key handling in d2i_ECPrivateKey()Theo Buehler
2022-03-31Sync & permit ASPA objects to appear on ManifestsJob Snijders
2022-03-31Check EVPDigest* return values.Theo Buehler
2022-03-31'e' is no longer an optional element for ober_scanf_elements.Martijn van Duren
2022-03-31'e' is no longer an optional element for ober_scanf_elements.Martijn van Duren
2022-03-31'e' is no longer an optional element for ober_scanf_elements.Martijn van Duren
2022-03-31regression test for sftp cp commandDamien Miller
2022-03-31add a sftp client "cp" command that supports server-side copyingDamien Miller
2022-03-31add support for the "corp-data" protocol extension to allowDamien Miller
2022-03-31Move knote_processexit() call from exit1() to the reaper().Todd C. Miller
2022-03-30select post-quantum KEX sntrup761x25519-sha512@openssh.com as theDamien Miller
2022-03-30fix poll() spin when a channel's output fd closes without data in theDamien Miller
2022-03-30Mention constification of *_hw_if (files forgotten during constificationMiod Vallat
2022-03-30Simplify up_generate_updates()Theo Buehler
2022-03-30Add a simple test to ensure that pmeth->cleanup() can cope with NULLTheo Buehler
2022-03-30Avoid segfaults in EVP_PKEY_CTX_free()Theo Buehler
2022-03-30pkey_hmac_init(): use calloc()Theo Buehler
2022-03-30Capture up to used size not available size for each line.Nicholas Marriott
2022-03-30Remove double slash in path to test program.Anton Lindqvist
2022-03-30Flag the kq-tun regress test as skipped as opposed of only mentioning itAnton Lindqvist
2022-03-30ssh is almost out of getopt() characters; note the remainingDamien Miller
2022-03-30avoid NULL deref via ssh-keygen -Y find-principals. bz3409, reportedDamien Miller
2022-03-30If enough MSI-X vectors are available, set up multiple tx and rx queues.Jonathan Matthew
2022-03-29Add Eric Biggers's reproducer for the memory corruption withTheo Buehler
2022-03-29Of the enabled tests only kq-pty-1 needs root, so reduceTheo Buehler
2022-03-29Regression test for NOTE_EXIT being delivered before child is waitable.Todd C. Miller
2022-03-29Update list ofarchitecturesJeremie Courreges-Anglas
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSIngo Schwarze
2022-03-29Add Google Chromium tests for libz bugs. Write a minimal wrapperAlexander Bluhm
2022-03-29Disable the recently introduced logic used to associate ucc and audioAnton Lindqvist
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-03-29Bound cofactor in EC_GROUP_set_generator()Theo Buehler
2022-03-29off-by-one check didn't recognize partition 'a' section on specifiedTheo de Raadt
2022-03-29Do not zero cofactor on ec_guess_cofactor() successTheo Buehler
2022-03-29Zap trailing whitespaceTheo Buehler
2022-03-29close enough to release, we drop -betaTheo de Raadt
2022-03-29bring back getting framebuffer size from efifb (rev 1.3)Jonathan Gray
2022-03-29Basic copy editing:Ingo Schwarze
2022-03-28Running getty(8) on /dev/console when using a glass console interferes withMark Kettenis
2022-03-28if_detach() does if_remove(ifp); NET_LOCK(); rti_delete(). NewAlexander Bluhm
2022-03-28Only SLIST_REMOVE() a link when the link is on the list.Kenneth R Westerback
2022-03-28Compare the SKI of the embedded EE certificate of the CMS message with theClaudio Jeker
2022-03-28Change internal functions to static in openssl(1) pkcs12Kinichiro Inoguchi