summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-03Fix bad indent.Joel Sing
2020-11-03Only check BIO_should_read() on read and BIO_should_write() on write.Joel Sing
2020-11-03Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.Joel Sing
2020-11-02typo: ASN1_parse_time -> ASN1_time_parseTheo Buehler
2020-10-31Align with C99 (and our implementation) and describe the return values forMark Kettenis
2020-10-27The printf format string component %n is a nearly turning-complete gadget.Theo de Raadt
2020-10-27Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 toMartijn van Duren
2020-10-27Adjust manpage to uint32_t->int32_t change.Martijn van Duren
2020-10-27According to SMI (RFC 2578) an integer is signed. Somehow I managed toMartijn van Duren
2020-10-26Retguard asm macros for powerpc libc, ld.sogkoehler
2020-10-26Set ax_rbsize before calling malloc and use it in malloc.Martijn van Duren
2020-10-26The agentx API will first appear in 6.9.Theo Buehler
2020-10-26Add missing RCS tagsTheo Buehler
2020-10-26use installed include fileTheo de Raadt
2020-10-26make includes should be more verboseTheo de Raadt
2020-10-26s/agentx_/ax_/g and s/subagentx_/agentx_/gMartijn van Duren
2020-10-26Initialize srl to NULL to silence gcc. There is no case where this isMartijn van Duren
2020-10-26Add a safety net to ensure that we set an error on the store context.Theo Buehler
2020-10-26If x509_verify() fails, ensure that the error is also set on the storeTheo Buehler
2020-10-26Make sure that x509_vfy_check_id() failure also sets ctx->error, not onlyTheo Buehler
2020-10-26Remove trailing spaces & tabsdenis
2020-10-25clock_gettime.2: overhaul manpagecheloha
2020-10-24some fixes from varik valefor;Jason McIntyre
2020-10-21Save and restore the MXCSR register and the FPU control word such thatMark Kettenis
2020-10-21Stop documenting some functions as macros.Theo Buehler
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:Christian Weisgerber
2020-10-20Use a trap instruction that unconditionally terminates the process.Visa Hankala
2020-10-19Retguard sigsetjmp on powerpc64.mortimer
2020-10-19replace ad-hoc illegal instruction with the architecturally defined oneChristian Weisgerber
2020-10-19add retguard prologue/epilogueTheo de Raadt
2020-10-19Save and restore the FPCR register such that floating-point control modesMark Kettenis
2020-10-19On powerpc64, restore %r2 when needed while unwinding.Mark Kettenis
2020-10-18Add powerpc64 retguard macros for setjmp / longjmp.mortimer
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.Theo de Raadt
2020-10-18Fix typo in reference, period that should be comma.Anthony J. Bentley
2020-10-16Adapt SYS.h to use retguard macros from asm.h, so that generated systemTheo de Raadt
2020-10-16double word fixes; from varik valeforJason McIntyre
2020-10-15Unbreak DTLS retransmissions for flights that include a CCS.Joel Sing
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-15zap annoying stray spacesTheo Buehler
2020-10-14use symbolic SYS_exit rather than 1, and skip usingTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2020-10-14Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-14Replace SSL_IS_DTLS with SSL_is_dtls().Joel Sing
2020-10-14Provide SSL_is_dtls().Joel Sing
2020-10-14Mark DTLS methods as DTLS.Joel Sing
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt