summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-05kbind(2): disable system call if not initialized before first __tfork(2)Scott Soule Cheloha
2021-12-05Add test case for policy matching on responder with multiple policies thatTobias Heider
2021-12-05libpcap parser uses a memory tracker to only free all objects at the end.Theo de Raadt
2021-12-05elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobuJason McIntyre
2021-12-05sytle -> style; adapted from changes by saitoh masanobuJason McIntyre
2021-12-05add missing mtx_leave() calls in error pathsJonathan Gray
2021-12-05fix use after freeJonathan Gray
2021-12-05Allow libradius tests to compile with opaque HMAC_CTX.Theo Buehler
2021-12-05Simplify DH_check_params a bit.Theo Buehler
2021-12-05Add initial regress for CT.Joel Sing
2021-12-05fix unintended sizeof pointer in debug pathJonathan Gray
2021-12-05fix unintended sizeof pointerJonathan Gray
2021-12-05Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.Stefan Sperling
2021-12-05Add RCS markersTheo Buehler
2021-12-04vmm(4): reload vmcs after possible sleep pointsDave Voutila
2021-12-04gross trailing whitespaceTheo Buehler
2021-12-04List subdirectories as a simple list. Avoids a source of many mergeTheo Buehler
2021-12-04Annotate the structs to be moved to bn_lcl.h in the next bumpTheo Buehler
2021-12-04Use BN_is_negative(p) instead of p->neg in one place.Theo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-12-04Previous diff was incomplete, we also need to do DMA translation forMark Kettenis
2021-12-04Implement the BN_to_montgomery() macro as a functionTheo Buehler
2021-12-04Implement the BN_is_negative macro as a functionTheo Buehler
2021-12-04Provide function implementations for various BN_* macrosTheo Buehler
2021-12-04Provide replacement functions for the BN_{get,set,with}_flags() macros.Theo Buehler
2021-12-04Provide replacement functions for the BN_GENCB_set{,_old}() macrosTheo Buehler
2021-12-04Consolidate {d2i,i2d}_{pr,pu}.cJoel Sing
2021-12-04Clean up and refactor server side DHE key exchange.Joel Sing
2021-12-04Move the minimum DHE key size check into ssl_kex_peer_params_dhe()Joel Sing
2021-12-04Check DH public key in ssl_kex_peer_public_dhe().Joel Sing
2021-12-04Send out dstid as initiator if configured. This makes it easier forTobias Heider
2021-12-04Free cert, key and ocsp_staple on exit of do_keypair_test().Theo Buehler
2021-12-04Convert main into single exit to appease asan.Theo Buehler
2021-12-04Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.Theo Buehler
2021-12-04list backup files created by adduser; from leon fischerJason McIntyre
2021-12-04update the firmware file list, helped by stsp;Jason McIntyre
2021-12-04Consolidate error paths in usbd_new_device, shaving of 14 lines.Anton Lindqvist
2021-12-04Do not setup pipes between SERVER processes, they don't talk to eachFlorian Obser
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