Age | Commit message (Expand) | Author |
2019-11-03 | When we are talking to an upstream nameserver we should not refuse to | Florian Obser |
2019-11-03 | kern_timeout.c: style(9), misc. cleanup | cheloha |
2019-11-03 | rework kubsan_state into simpler boolean named kubsan_cold | anton |
2019-11-03 | add missing handler for float cast overflow; caused by code in | anton |
2019-11-03 | Opportunistic DoT support and name forwarder "forwarder" instead of "static; | Otto Moerbeek |
2019-11-03 | *** empty log message *** | Otto Moerbeek |
2019-11-03 | Don't talk about uvm_km_alloc(9), pool_get(9) is what we need. | Martin Pieuchot |
2019-11-03 | Correctly re-initialize the nameinfo struct that is re-used for | Bob Beck |
2019-11-03 | Add RSA-PSS test for genpkey in appstest.sh | Kinichiro Inoguchi |
2019-11-02 | unused global | Florian Obser |
2019-11-02 | softclock: move softintr registration/scheduling into timeout module | cheloha |
2019-11-02 | Revert previous, a race is present and can be triggered with golang. | Martin Pieuchot |
2019-11-02 | Sort standard_methods by pkey_id. | Kinichiro Inoguchi |
2019-11-02 | sync | Theo de Raadt |
2019-11-02 | CMS didn't make the 6.6 release: adjust the text in the HISTORY sections | Ingo Schwarze |
2019-11-02 | Hook cms regress. | Joel Sing |
2019-11-02 | Include cms.h. | Joel Sing |
2019-11-02 | Initial regress for cms. | Joel Sing |
2019-11-02 | .Xr CMS_ContentInfo_new 3 | Ingo Schwarze |
2019-11-02 | .Xr BIO_new_CMS 3 | Ingo Schwarze |
2019-11-02 | document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), and | Ingo Schwarze |
2019-11-02 | In Symbols.list rev. 1.91, jsing enabled many CMS functions. | Ingo Schwarze |
2019-11-02 | Bring back some icky buffer allocation code so that pkey_rsa_print() | Joel Sing |
2019-11-02 | Add tls_conn_cipher_strength() to gotls regress. | Joel Sing |
2019-11-02 | Disable test-tal since it currently fails to build. | Joel Sing |
2019-11-02 | Use LibreSSL for rpki-client regress tests. | Joel Sing |
2019-11-02 | Sync. | Joel Sing |
2019-11-02 | Bump libcrypto, libssl and libtls minors due to symbol additions. | Joel Sing |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | Joel Sing |
2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | Joel Sing |
2019-11-02 | Make RSA_OAEP_PARAMs public. | Joel Sing |
2019-11-02 | Document tls_conn_cipher_strength(). | Joel Sing |
2019-11-02 | Build rpki-client with LibreSSL. | Joel Sing |
2019-11-02 | Enable CMS in LibreSSL. | Joel Sing |
2019-11-02 | Provide tls_conn_cipher_strength(). | Joel Sing |
2019-11-02 | Add a few more PCIe capability registers and bits. As usual, the names | Mark Kettenis |
2019-11-02 | Start documenting which locking primitives apply to uvm_map members. | Martin Pieuchot |
2019-11-02 | When we are behind a captive portal we very likely need to use the asr | Florian Obser |
2019-11-02 | Move dead procs to the reaper queue immediately after context switch. | Visa Hankala |
2019-11-02 | switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() | Gilles Chehade |
2019-11-02 | Write debug messages to stderr instead of stdout | Jeremie Courreges-Anglas |
2019-11-02 | Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 | Jeremie Courreges-Anglas |
2019-11-01 | Kill resched_proc() and instead call need_resched() when a thread is | Martin Pieuchot |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-11-01 | Limit lazy resize to panes in attached sessions only - those in | Nicholas Marriott |
2019-11-01 | In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS. | Ingo Schwarze |
2019-11-01 | In rsa.h rev. 1.45, jsing@ provided | Ingo Schwarze |
2019-11-01 | Push the KERNEL_LOCK() down in uvm_map_inentry(). | Martin Pieuchot |
2019-11-01 | Keep local function definitions in C files. | Martin Pieuchot |
2019-11-01 | Document that p_{sp,pc}inentry are owned by the current thread. | Martin Pieuchot |