summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-25Implement reference counting for IPsec tdbs. Not all cases areAlexander Bluhm
2021-11-25Check for possible negative diff timeout. Clamp it to 0 in that case.Claudio Jeker
2021-11-25Document BIO_method_name(3).Ingo Schwarze
2021-11-25Resolve last issue with opaque BIGNUM in this test.Theo Buehler
2021-11-25Assert that at least one report id is claimed during multiple report idsAnton Lindqvist
2021-11-25sync with arm64.htmlJonathan Gray
2021-11-24Spacing and remove an unused macro.Marcus Glocker
2021-11-24SpacingMarcus Glocker
2021-11-24Fix panic when running utvfu(4) on xhci(4).Marcus Glocker
2021-11-24Unregister event on pfkey socket during pfkey_reply(). Using eventsTobias Heider
2021-11-24Pass env to pfkey API. Consistently call pfkey file descriptor fd.Tobias Heider
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adJeremie Courreges-Anglas
2021-11-24Fix OCSP_basic_verify() cert chain construction in case theTheo Buehler
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating theTheo Buehler
2021-11-24Fix a whitespace error that has annoyed me for way too longTheo Buehler
2021-11-24Fix timestamp printing in Signed Certificate TimestampsTheo Buehler
2021-11-24Add certificate transparency methods to the standard extensions.Theo Buehler
2021-11-24When sending ICMP packets for IPsec path MTU discovery, the firstAlexander Bluhm
2021-11-24preliminary work: have the compiled_stemlist be case independent.Marc Espie
2021-11-24Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c.Claudio Jeker
2021-11-24syncTheo de Raadt
2021-11-24install /usr/bin/llvm-ar as /usr/bin/ar directly without adding anotherRobert Nagy
2021-11-24add the missing const qualifiers below EXAMPLES;Ingo Schwarze
2021-11-24document ASN1_item_ndef_i2d(3)Ingo Schwarze
2021-11-24Fix type of count.Visa Hankala
2021-11-24Simplify arithmetics on the main path.Visa Hankala
2021-11-24Disable poll_close test for now as it expects kqueue backend.Visa Hankala
2021-11-24Remove unneeded <sys/stdarg.h>.Visa Hankala
2021-11-24Refactor postsig_done(). Pass the catchmask and signal reset flag to theClaudio Jeker
2021-11-24Minor code cleanup. Move a comment to the right place, move a functionClaudio Jeker
2021-11-24Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand whatClaudio Jeker
2021-11-24In some situations, the verifier would discard the error on an unvalidatedBob Beck
2021-11-24libkeynote: stop reaching into EVP_PKEY internals.Theo Buehler
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-23Transform a mangled comment into something intelligible.Theo Buehler
2021-11-23document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3)Ingo Schwarze
2021-11-23Use LIBRESSL_NEXT_API to document the commented-out functions that areTheo Buehler
2021-11-23document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3)Ingo Schwarze
2021-11-23Add logging for rekey failures.Tobias Heider
2021-11-23document a2i_ASN1_INTEGER(3),Ingo Schwarze
2021-11-23re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19Ingo Schwarze
2021-11-23add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriverRobert Nagy
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.Theo Buehler
2021-11-23temporarily disable test unless this is fixedMarc Espie
2021-11-23nameserver->name server, as the rest of the file does;Jason McIntyre
2021-11-23syncTheo de Raadt
2021-11-23Fix mbuf leaks after reception error in rge_rxeof().Kevin Lo
2021-11-23A weird little test which can expose buggy return value conditions in poll()Theo de Raadt
2021-11-23limit a variable to the scope inside #ifdef where it is usedTheo de Raadt