summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-16Fix some KNF issuesTheo Buehler
2020-12-15Use natural sizes for S3I(s)->tmp's *_md arraysTheo Buehler
2020-12-15typo fix from aisha tammy; ok nicmJason McIntyre
2020-12-15Fix return value variable type in tls_keypair_load_certKinichiro Inoguchi
2020-12-14switch over ncurses to --enable-constChristian Weisgerber
2020-12-14Fix SSL_get{,_peer}_finished() with TLSv1.3Theo Buehler
2020-12-14Switch finish{,_peer}_md_len from int to size_tTheo Buehler
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. AsAlexander Bluhm
2020-12-08LibreSSL 3.3.1Brent Cook
2020-12-08Fix a NULL dereference in GENERAL_NAME_cmp()Theo Buehler
2020-12-07Convert the per-process thread list into a SMR_TAILQ.Martin Pieuchot
2020-12-06On i386 setjmp(3) should store the FPU state and longjmp(3) restoreAlexander Bluhm
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields fromAlexander Bluhm
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