summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-02Bump libcrypto, libssl and libtls minors due to symbol additions.Joel Sing
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing
2019-11-02Document tls_conn_cipher_strength().Joel Sing
2019-11-02Build rpki-client with LibreSSL.Joel Sing
2019-11-02Enable CMS in LibreSSL.Joel Sing
2019-11-02Provide tls_conn_cipher_strength().Joel Sing
2019-11-02Add a few more PCIe capability registers and bits. As usual, the namesMark Kettenis
2019-11-02Start documenting which locking primitives apply to uvm_map members.Martin Pieuchot
2019-11-02When we are behind a captive portal we very likely need to use the asrFlorian Obser
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