summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-04Add regress for ECPKParameters ASN.1 encoding/decoding.Joel Sing
2021-12-04RSA/SHA-1 is not used by default anymore on the serverChristian Weisgerber
2021-12-03add Allwinner H6 supportSASANO Takayoshi
2021-12-03support AXP805 PMICSASANO Takayoshi
2021-12-03- support I2C connected PMIC, add "early 1" to sxitwi.SASANO Takayoshi
2021-12-03Add tdb_delete_locked() to replace duplicate tdb deletion code inTobias Heider
2021-12-03Perform DMA address translation if required.Mark Kettenis
2021-12-03Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function.Joel Sing
2021-12-03Group and sort includes.Joel Sing
2021-12-03Call asn1_item_ex_d2i() directly from ASN1_item_d2i()Joel Sing
2021-12-03Add TDB reference counting to ipsp_spd_lookup(). If an outputAlexander Bluhm
2021-12-03Convert ASN1_PCTX_new() to calloc().Joel Sing
2021-12-03Use calloc() for X509_CRL_METHOD_new() instead of malloc().Joel Sing
2021-12-03Rewrite ASN1_STRING_cmp().Joel Sing
2021-12-03Convert ASN1_STRING_type_new() to calloc().Joel Sing
2021-12-03Convert ASN1_OBJECT_new() to calloc().Joel Sing
2021-12-03Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1Joel Sing
2021-12-03Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, soTheo de Raadt
2021-12-03Switch iwx(4) to new -67 firmware images.Stefan Sperling
2021-12-03Use calloc() in EVP_PKEY_meth_new() instead of malloc() and settingTheo Buehler
2021-12-03Fix EVP_PKEY_{asn1,meth}_copy once and for allTheo Buehler
2021-12-03Revert previousKlemens Nanni
2021-12-03Disable probe requests during scans in iwx(4) again.Stefan Sperling
2021-12-03Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates.Claudio Jeker
2021-12-03Implement a bgscan_done() handler for iwm(4).Stefan Sperling
2021-12-03Implement a bgscan_done() handler for iwx(4).Stefan Sperling
2021-12-03Introduce an optional driver-specific bgscan_done() handler whichStefan Sperling
2021-12-03Ignore ADDBA requests from our AP while we are roaming away from it.Stefan Sperling
2021-12-03Ship mpi's helpers, see share/btrace/Makefile r1.1:Klemens Nanni
2021-12-03Clarify manpageJob Snijders
2021-12-03Dump more data in the hopes of figuring out why this test occasionallyAnton Lindqvist
2021-12-03Bring back the recently reverted change, this time without the invertedAnton Lindqvist
2021-12-02hash full host:port when asked to hash output, fixes hashes for non-Damien Miller
2021-12-02improve the testing of credentials against inserted FIDO keys a littleDamien Miller
2021-12-02move check_sk_options() up so we can use it earlierDamien Miller
2021-12-02ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms.Darren Tucker
2021-12-02bsearch(3): support arrays with more than INT_MAX elementsScott Soule Cheloha
2021-12-02unmount real root partition from /mnt before the cgi/random actionsTheo de Raadt
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-12-02Log that kern.allowdt=1 is needed and whereKlemens Nanni
2021-12-02Tell testers which packages to install right awayKlemens Nanni
2021-12-02list uppercase options along with lower in SYNOPSIS/options list/usage;Jason McIntyre
2021-12-02firstc() and nextc() use an int of global static storage. Make thisTheo de Raadt
2021-12-02ipsec_common_input_cb() extracted the inner IP header of IPsecAlexander Bluhm
2021-12-02Allow to build kernel without IPSEC or INET6 defines.Alexander Bluhm
2021-12-02don't put the tty into raw mode when SessionType=none, avoids ^c beingDamien Miller
2021-12-01Remove the MBR_init() "#ifdef defined(__macppc__) ||Kenneth R Westerback
2021-12-01Reintroduce the TDBF_DELETED flag. Checking next pointer to figureAlexander Bluhm
2021-12-01mention that the "flags" field in the enchdr is uses m_flags valuesTheo de Raadt
2021-12-01sys/core.h is not needed by these files, therefore sys/param.h isn'tTheo de Raadt