summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-04Add regress for CMS sign and verify.Joel Sing
2019-11-04Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.Joel Sing
2019-11-04Don't send the BT coex config command to iwm 8k init firmware because newerStefan Sperling
2019-11-04iwm API version -31 firmware and up will crash after load unless the driverStefan Sperling
2019-11-04Fix handling of iwm_sf_config() input argument.Stefan Sperling
2019-11-04Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Sync iwm's SCD_QUEUE macros with iwlwifi.Stefan Sperling
2019-11-04Tweak a device type check in iwm_apm_init() to ensure it will matchStefan Sperling
2019-11-04Enable only iwm's "firmware-load" interrupt while loading the firmware.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-11-04Reenable test-tal since problem is now fixed.Claudio Jeker
2019-11-04Adjust code to work with the new tal API functions (tal_read_file andClaudio Jeker
2019-11-04The argument to the ctype functions needs to be representable as anClaudio Jeker
2019-11-04Refactor tal code a bit. Move the file reader back into tal.c so that theClaudio Jeker
2019-11-04in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead.David Gwynne
2019-11-04make the parent promisc when a promisc vlan interface is brought up.David Gwynne
2019-11-04Fix previous commit: missed a ds_copyin() moved in rev 1.72Philip Guenther
2019-11-04fix a possible crash when combining "from rdns", nested virtual aliases andGilles Chehade
2019-11-036.6.0 -> 6.6.1Gilles Chehade
2019-11-03Merge sys_shmctl() and shmctl1() again, as we no longer have a need forPhilip Guenther
2019-11-03Also use stdio for TLS connectionsJeremie Courreges-Anglas
2019-11-03Our version numbers goFlorian Obser
2019-11-03 When we are talking to an upstream nameserver we should not refuse toFlorian Obser
2019-11-03kern_timeout.c: style(9), misc. cleanupcheloha
2019-11-03rework kubsan_state into simpler boolean named kubsan_coldanton
2019-11-03add missing handler for float cast overflow; caused by code inanton
2019-11-03Opportunistic DoT support and name forwarder "forwarder" instead of "static;Otto Moerbeek
2019-11-03*** empty log message ***Otto Moerbeek
2019-11-03Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.Martin Pieuchot
2019-11-03Correctly re-initialize the nameinfo struct that is re-used forBob Beck
2019-11-03Add RSA-PSS test for genpkey in appstest.shKinichiro Inoguchi
2019-11-02unused globalFlorian Obser
2019-11-02softclock: move softintr registration/scheduling into timeout modulecheloha
2019-11-02Revert previous, a race is present and can be triggered with golang.Martin Pieuchot
2019-11-02Sort standard_methods by pkey_id.Kinichiro Inoguchi
2019-11-02syncTheo de Raadt
2019-11-02CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsIngo Schwarze
2019-11-02Hook cms regress.Joel Sing
2019-11-02Include cms.h.Joel Sing
2019-11-02Initial regress for cms.Joel Sing
2019-11-02.Xr CMS_ContentInfo_new 3Ingo Schwarze
2019-11-02.Xr BIO_new_CMS 3Ingo Schwarze
2019-11-02document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andIngo Schwarze
2019-11-02In Symbols.list rev. 1.91, jsing enabled many CMS functions.Ingo Schwarze
2019-11-02Bring back some icky buffer allocation code so that pkey_rsa_print()Joel Sing
2019-11-02Add tls_conn_cipher_strength() to gotls regress.Joel Sing
2019-11-02Disable test-tal since it currently fails to build.Joel Sing
2019-11-02Use LibreSSL for rpki-client regress tests.Joel Sing
2019-11-02Sync.Joel Sing