summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-05Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.Theo Buehler
2020-12-05Mark nid_list[] const. This moves 116 bytes to .rodata.Theo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo Buehler
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-12-03There are special rules regarding the memory passed to pthread_attr_setstack().Otto Moerbeek
2020-12-01Set type to DB_RECNO in __rec_open() for consistency with other db types.Todd C. Miller
2020-12-01Bring back *_client_method() structsTheo Buehler
2020-11-29Clarify what sio_start() does exactlyAlexandre Ratchov
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-25Avoid undefined behavior due to memcpy(NULL, NULL, 0)Theo Buehler
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@Otto Moerbeek
2020-11-20* Make .Nd more specific.Ingo Schwarze
2020-11-20* Add SIO_BPS() to NAME and SYNOPSIS where it is missing.Ingo Schwarze
2020-11-20fix another misleading line break and indentTheo Buehler
2020-11-20fix confusing line break and indentTheo Buehler
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