summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-19Allow specific devices to be used for play-only and rec-only modes.Alexandre Ratchov
2020-11-18Plug leak in x509_verify_chain_dup()Theo Buehler
2020-11-18Plug a big memory leak in the new validatorTheo Buehler
2020-11-18zap ugly empty line before closing braceTheo Buehler
2020-11-18Move freeing of the verify context to its natural place instead ofTheo Buehler
2020-11-18KNF (whitespace)Theo Buehler
2020-11-18bump to 3.3.0Brent Cook
2020-11-17typo & punctuation in commentTheo Buehler
2020-11-16Implement exporter for TLSv1.3.Joel Sing
2020-11-16Use X509_V_OK instead of 0.Joel Sing
2020-11-16Add back an X509_STORE_CTX error code assignment.Joel Sing
2020-11-15Return the specific failure for a "self signed certificate" in the chainBob Beck
2020-11-14Constify dktypenames and fstypenames in libc.Philip Guenther
2020-11-14remove macro instances from arbitrary string width specifiers. for exampleJason McIntyre
2020-11-14EVFILT_EXCEPT operates on sockets (emil engler)Jason McIntyre
2020-11-11Handle additional certificate error cases in new X.509 verifier.Joel Sing
2020-11-11Implement auto chain for the TLSv1.3 server.Joel Sing
2020-11-11Use size_t for key_block_len.Joel Sing
2020-11-11Update getentropy on Windows to use Cryptography Next Generation (CNG).Brent Cook
2020-11-07Fix ilogb(3) implementation. The results have to match FP_ILOGB0 andMark Kettenis
2020-11-07Fix ilogb(3) implementation. The results have to match FP_ILOGB0 andMark Kettenis
2020-11-07Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.Kenji Aoyama
2020-11-05double word fixes;Jason McIntyre
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