summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29mostly avoid sys/param.h with a local nitems()Theo de Raadt
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESTheo de Raadt
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
2021-11-28remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().Theo de Raadt
2021-11-28document ASN1_tag2bit(3)Ingo Schwarze
2021-11-28Document ASN1_object_size(3).Ingo Schwarze
2021-11-28mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end()Ingo Schwarze
2021-11-28SpacingMarcus Glocker
2021-11-28utvfu(4) only has one frame size, either for PAL or NTSC. ThereforeMarcus Glocker
2021-11-28Make sure the interface still exists before updating it.Florian Obser
2021-11-28Make sure if_index is set in all case statements and use itFlorian Obser
2021-11-28Align with the recent memory allocation changes we did for the otherMarcus Glocker
2021-11-28sshsig: return "key not found" when searching empty files rather thanDamien Miller
2021-11-28ssh-keygen -Y match-principals doesn't accept any -O optionsDamien Miller
2021-11-28fix indenting in last commitDamien Miller
2021-11-28missing initialisation for oerrnoDamien Miller
2021-11-27Rename msg_id to msg_peerid now that we also have msg_localid.Tobias Heider
2021-11-27syncTheo de Raadt
2021-11-27previous commit causes gcc to perform an unaligned access to the tcphdrTheo de Raadt
2021-11-27new manual page BIO_f_asn1(3)Ingo Schwarze
2021-11-27Remove an unneeded variable to fix compiler warning with clang 13.Visa Hankala
2021-11-27Make brk() and sbrk() weak again to fix build with clang 13.Visa Hankala
2021-11-27Adjust wait channel name and re-enable test.Visa Hankala
2021-11-27Fix timeouts in poll/select regress testsVisa Hankala
2021-11-27Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglectedIngo Schwarze
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-27whitespac eDamien Miller
2021-11-27regression test for match-principals. Mostly by Fabian StelzerDamien Miller
2021-11-27Add ssh-keygen -Y match-principals operation to perform matching ofDamien Miller
2021-11-27free() with nullptr is OK, but not if the size is unitialized, and theTheo de Raadt
2021-11-27drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...Jonathan Gray
2021-11-27drm/i915/dp: Ensure sink rate values are always validJonathan Gray
2021-11-27drm/amd/display: Update swizzle mode enumsJonathan Gray
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-26Put a mutex assert locked into puttdb_locked().Alexander Bluhm
2021-11-26make the bn/mont test compile with opaque DH.Theo Buehler
2021-11-26Stop reaching into EVP_PKEY in the rest of libssl.Theo Buehler
2021-11-26Simplify two weirdly formatted pieces of code in ssl_rsa.c and stopTheo Buehler
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.Theo Buehler
2021-11-26A peer sends both his local id and remote id he expects us to be. So far wePatrick Wildt
2021-11-26Replace TDBF_DELETED flag with check if tdb was already unlinked.Tobias Heider
2021-11-26The IORT table usually only contains single mappings. While on the LX2K therePatrick Wildt
2021-11-26avoid clang -Wsometimes-uninitialized warning when DDB is not definedJonathan Gray
2021-11-26avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is notJonathan Gray
2021-11-26Fix ikev2_child_sa_rekey() warnings. The SPI can't be printed without aTobias Heider
2021-11-26spellingJonathan Gray
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,Ingo Schwarze
2021-11-26Bugfix in X509_get_pubkey_parameters(3):Ingo Schwarze
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)Ingo Schwarze