Age | Commit message (Expand) | Author |
2019-11-04 | Add regress for CMS sign and verify. | Joel Sing |
2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. | Joel Sing |
2019-11-04 | Don't send the BT coex config command to iwm 8k init firmware because newer | Stefan Sperling |
2019-11-04 | iwm API version -31 firmware and up will crash after load unless the driver | Stefan Sperling |
2019-11-04 | Fix handling of iwm_sf_config() input argument. | Stefan Sperling |
2019-11-04 | Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now. | Stefan Sperling |
2019-11-04 | Support iwm(4) firmware images with ucode_api flags larger than 32 bits. | Stefan Sperling |
2019-11-04 | Sync iwm's SCD_QUEUE macros with iwlwifi. | Stefan Sperling |
2019-11-04 | Tweak a device type check in iwm_apm_init() to ensure it will match | Stefan Sperling |
2019-11-04 | Enable only iwm's "firmware-load" interrupt while loading the firmware. | Stefan Sperling |
2019-11-04 | Add support for iwm firmware paging, required for newer 8k device firmware. | Stefan Sperling |
2019-11-04 | Reenable test-tal since problem is now fixed. | Claudio Jeker |
2019-11-04 | Adjust code to work with the new tal API functions (tal_read_file and | Claudio Jeker |
2019-11-04 | The argument to the ctype functions needs to be representable as an | Claudio Jeker |
2019-11-04 | Refactor tal code a bit. Move the file reader back into tal.c so that the | Claudio Jeker |
2019-11-04 | in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead. | David Gwynne |
2019-11-04 | make the parent promisc when a promisc vlan interface is brought up. | David Gwynne |
2019-11-04 | Fix previous commit: missed a ds_copyin() moved in rev 1.72 | Philip Guenther |
2019-11-04 | fix a possible crash when combining "from rdns", nested virtual aliases and | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-11-03 | Merge sys_shmctl() and shmctl1() again, as we no longer have a need for | Philip Guenther |
2019-11-03 | Also use stdio for TLS connections | Jeremie Courreges-Anglas |
2019-11-03 | Our version numbers go | Florian Obser |
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 |