summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-26split method list search functionality from authmethod_lookup() intoDamien Miller
2021-12-26Add information about TCM rambase and how to check the SR capability forPatrick Wildt
2021-12-26zap doubled semicolonTheo Buehler
2021-12-26Check error returns for HMAC_* to appease coverity.Theo Buehler
2021-12-26One more leak similar to previous.Theo Buehler
2021-12-26Plug leaksTheo Buehler
2021-12-26Plug memleakTheo Buehler
2021-12-26Attempt to opportunistically use the host name for SNI in s_client.Joel Sing
2021-12-26Check BIO_indent() return like all the others in this file.Theo Buehler
2021-12-26Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fixTheo Buehler
2021-12-26Consistently call BN_init() before BN_with_flags()Theo Buehler
2021-12-26Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoidTheo Buehler
2021-12-26Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack.Joel Sing
2021-12-26DIOCHANGERRULE ioctl must set pointer to ruleset in rule it inserts.Alexandr Nedvedicky
2021-12-26Add address locators for the ACPI "bus" and use these to fix the order ofMark Kettenis
2021-12-26Fix compiler warnings with sparc64 gcc 4.2.1.Alexander Bluhm
2021-12-26fix spelling of inheritanceTheo Buehler
2021-12-26Check ipAddrBlock and autonomousSysNum for criticalityTheo Buehler
2021-12-26add missing include path; ok tb@Anton Lindqvist
2021-12-26Fix unexpanded LOCALBASE and X11BASEKlemens Nanni
2021-12-26make 'set skip on ...' in pf.conf dynamicAlexandr Nedvedicky
2021-12-25Fix some weird line wrapping and a minor KNF nitTheo Buehler
2021-12-25reword some old text mentioning openbsd 5.5 and windows 7; ok deraadtT.J. Townsend
2021-12-25Don't accept an empty string as selector valueAlexandre Ratchov
2021-12-25Move example about USB devices from -F description to hot plugging sectionAlexandre Ratchov
2021-12-25No need for assert.h in here.Theo Buehler
2021-12-25drop a meaningless XXXTheo Buehler
2021-12-25Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]Theo Buehler
2021-12-25Add section to explain how to handle device hot pluggingAlexandre Ratchov
2021-12-25For a long time ip_ours() and ip6_ours() are calling ip_deliver()Alexander Bluhm
2021-12-25Indent goto labels for diffability.Joel Sing
2021-12-25Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.Joel Sing
2021-12-25Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.Joel Sing
2021-12-25Move more ASN1_STRING_* functions to a_string.c.Joel Sing
2021-12-25More consolidation of ASN.1 code.Joel Sing
2021-12-25Adjust pty case for kqueue-based poll(2)Visa Hankala
2021-12-25kqueue: Invalidate revoked vnodes' knotes on the flyVisa Hankala
2021-12-25Consolidate code/templates for ASN.1 types.Joel Sing
2021-12-25Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.Joel Sing
2021-12-25Rewrite ASN.1 identifier/length parsing in CBS.Joel Sing
2021-12-25syncTheo de Raadt
2021-12-25Sync DF_1_* flag definitions with llvm 13, including support inPhilip Guenther
2021-12-25Update to reflect changes over the last six yearsPhilip Guenther
2021-12-24Filter out all symbols starting with a double underbar. In particular,Theo Buehler
2021-12-24when getopts prints "unknown option" or "requires argument", it shouldTheo de Raadt
2021-12-24syncTheo de Raadt
2021-12-24uniq(1): skip() each input line only onceScott Soule Cheloha
2021-12-24Run malloc_duel for 60 seconds instead of 20. It did find kernelAlexander Bluhm
2021-12-24Reorder some functions.Joel Sing
2021-12-24The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APITheo Buehler