Age | Commit message (Expand) | Author |
2021-12-05 | kbind(2): disable system call if not initialized before first __tfork(2) | Scott Soule Cheloha |
2021-12-05 | Add test case for policy matching on responder with multiple policies that | Tobias Heider |
2021-12-05 | libpcap parser uses a memory tracker to only free all objects at the end. | Theo de Raadt |
2021-12-05 | elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu | Jason McIntyre |
2021-12-05 | sytle -> style; adapted from changes by saitoh masanobu | Jason McIntyre |
2021-12-05 | add missing mtx_leave() calls in error paths | Jonathan Gray |
2021-12-05 | fix use after free | Jonathan Gray |
2021-12-05 | Allow libradius tests to compile with opaque HMAC_CTX. | Theo Buehler |
2021-12-05 | Simplify DH_check_params a bit. | Theo Buehler |
2021-12-05 | Add initial regress for CT. | Joel Sing |
2021-12-05 | fix unintended sizeof pointer in debug path | Jonathan Gray |
2021-12-05 | fix unintended sizeof pointer | Jonathan Gray |
2021-12-05 | Defer rtm_80211info() call from ieee80211_set_link_state() to a task context. | Stefan Sperling |
2021-12-05 | Add RCS markers | Theo Buehler |
2021-12-04 | vmm(4): reload vmcs after possible sleep points | Dave Voutila |
2021-12-04 | gross trailing whitespace | Theo Buehler |
2021-12-04 | List subdirectories as a simple list. Avoids a source of many merge | Theo Buehler |
2021-12-04 | Annotate the structs to be moved to bn_lcl.h in the next bump | Theo Buehler |
2021-12-04 | Use BN_is_negative(p) instead of p->neg in one place. | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-12-04 | Previous diff was incomplete, we also need to do DMA translation for | Mark Kettenis |
2021-12-04 | Implement the BN_to_montgomery() macro as a function | Theo Buehler |
2021-12-04 | Implement the BN_is_negative macro as a function | Theo Buehler |
2021-12-04 | Provide function implementations for various BN_* macros | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_{get,set,with}_flags() macros. | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_GENCB_set{,_old}() macros | Theo Buehler |
2021-12-04 | Consolidate {d2i,i2d}_{pr,pu}.c | Joel Sing |
2021-12-04 | Clean up and refactor server side DHE key exchange. | Joel Sing |
2021-12-04 | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | Joel Sing |
2021-12-04 | Check DH public key in ssl_kex_peer_public_dhe(). | Joel Sing |
2021-12-04 | Send out dstid as initiator if configured. This makes it easier for | Tobias Heider |
2021-12-04 | Free cert, key and ocsp_staple on exit of do_keypair_test(). | Theo Buehler |
2021-12-04 | Convert main into single exit to appease asan. | Theo Buehler |
2021-12-04 | Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin. | Theo Buehler |
2021-12-04 | list backup files created by adduser; from leon fischer | Jason McIntyre |
2021-12-04 | update the firmware file list, helped by stsp; | Jason McIntyre |
2021-12-04 | Consolidate error paths in usbd_new_device, shaving of 14 lines. | Anton Lindqvist |
2021-12-04 | Do not setup pipes between SERVER processes, they don't talk to each | Florian Obser |
2021-12-04 | Add regress for ECPKParameters ASN.1 encoding/decoding. | Joel Sing |
2021-12-04 | RSA/SHA-1 is not used by default anymore on the server | Christian Weisgerber |
2021-12-03 | add Allwinner H6 support | SASANO Takayoshi |
2021-12-03 | support AXP805 PMIC | SASANO Takayoshi |
2021-12-03 | - support I2C connected PMIC, add "early 1" to sxitwi. | SASANO Takayoshi |
2021-12-03 | Add tdb_delete_locked() to replace duplicate tdb deletion code in | Tobias Heider |
2021-12-03 | Perform DMA address translation if required. | Mark Kettenis |
2021-12-03 | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. | Joel Sing |
2021-12-03 | Group and sort includes. | Joel Sing |
2021-12-03 | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() | Joel Sing |
2021-12-03 | Add TDB reference counting to ipsp_spd_lookup(). If an output | Alexander Bluhm |
2021-12-03 | Convert ASN1_PCTX_new() to calloc(). | Joel Sing |