summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-02Move dead procs to the reaper queue immediately after context switch.Visa Hankala
2019-11-02switch ASN1_STRING_data() with constified ASN1_STRING_get0_data()Gilles Chehade
2019-11-02Write debug messages to stderr instead of stdoutJeremie Courreges-Anglas
2019-11-02Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46Jeremie Courreges-Anglas
2019-11-01Kill resched_proc() and instead call need_resched() when a thread isMartin Pieuchot
2019-11-01Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point havingTheo de Raadt
2019-11-01Limit lazy resize to panes in attached sessions only - those inNicholas Marriott
2019-11-01In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.Ingo Schwarze
2019-11-01In rsa.h rev. 1.45, jsing@ providedIngo Schwarze
2019-11-01Push the KERNEL_LOCK() down in uvm_map_inentry().Martin Pieuchot
2019-11-01Keep local function definitions in C files.Martin Pieuchot
2019-11-01Document that p_{sp,pc}inentry are owned by the current thread.Martin Pieuchot
2019-11-01syncTheo de Raadt
2019-11-01Correctly group initialization of AF_UNIX socket.Florian Obser
2019-11-01Fix an off-by-one in db_save_stack_trace().Martin Pieuchot
2019-11-01Flush the register windows before unwinding the stack.Martin Pieuchot
2019-11-01Remove duplicated header.Martin Pieuchot
2019-11-01Add DSA CMS support.Joel Sing
2019-11-01Add RSA CMS support.Joel Sing
2019-11-01Provide NID for pSpecified.Joel Sing
2019-11-01Wire up PKEY methods for RSA-PSS.Joel Sing
2019-11-01Wire up ASN.1 methods for RSA-PSS.Joel Sing
2019-11-01In rsa.h rev. 1.45, jsing@ provided the threeIngo Schwarze
2019-11-01move the PSS macros to the end in preparation for adding more macros,Ingo Schwarze
2019-11-01fix miscellaneous text problems; ok djm@Christian Weisgerber
2019-11-01The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSIngo Schwarze
2019-11-01Handle the various different forms of rgb colour strings.Nicholas Marriott
2019-11-01update currency exchange rates;Jason McIntyre
2019-11-01fix a race condition in the SIGCHILD handler that could turn inDamien Miller
2019-11-01Update RSA ASN.1 code to handle RSA-PSS.Joel Sing
2019-11-01Clean up RSA_new_method().Joel Sing
2019-11-01remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL pathDamien Miller
2019-11-01more additional source filesDamien Miller
2019-11-01additional source files here tooDamien Miller
2019-11-01adapt to extra sshkey_sign() argument and additional dependenciesDamien Miller
2019-11-01skip security-key key types for tests until we have a dummyDamien Miller
2019-11-01sort;Jason McIntyre
2019-11-01syncTheo de Raadt
2019-10-31In 2013, when OpenBSD/armv7 was still rather early, improvements forPatrick Wildt
2019-10-31undo debugging bits that shouldn't have been committedDamien Miller
2019-10-31fix -Wshadow warningDamien Miller
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-31ssh-agent support for U2F/FIDO keysDamien Miller
2019-10-31ssh AddKeysToAgent support for U2F/FIDO keysDamien Miller
2019-10-31ssh-add support for U2F/FIDO keysDamien Miller
2019-10-31add new agent key constraint for U2F/FIDO providerDamien Miller
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-10-31Separate myproposal.h userauth pubkey typesDamien Miller
2019-10-31ssh-keygen support for generating U2F/FIDO keysDamien Miller
2019-10-31U2F/FIDO middleware interfaceDamien Miller