summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Always call endservent_r() after getservbyport_r().eric2-13/+17
2020-12-16Remove two reduntat memset calls.tb2-5/+2
2020-12-16Avoid potential use of uninitialized in ASN1_time_parsetb1-4/+3
2020-12-16Fix some KNF issuestb1-7/+8
2020-12-15Use natural sizes for S3I(s)->tmp's *_md arraystb1-6/+4
2020-12-15typo fix from aisha tammy; ok nicmjmc1-3/+3
2020-12-15Fix return value variable type in tls_keypair_load_certinoguchi1-2/+2
2020-12-14switch over ncurses to --enable-constnaddy3-11/+11
2020-12-14Fix SSL_get{,_peer}_finished() with TLSv1.3tb2-2/+28
2020-12-14Switch finish{,_peer}_md_len from int to size_ttb1-3/+3
2020-12-13Geode CPU does not support SSE, so MXCSR does not exists there. Asbluhm3-9/+3
2020-12-08LibreSSL 3.3.1bcook1-3/+3
2020-12-08Fix a NULL dereference in GENERAL_NAME_cmp()tb6-11/+94
2020-12-07Convert the per-process thread list into a SMR_TAILQ.mpi1-5/+6
2020-12-06On i386 setjmp(3) should store the FPU state and longjmp(3) restorebluhm3-3/+15
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields frombluhm3-76/+79
2020-12-05Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.tb1-4/+4
2020-12-05Mark nid_list[] const. This moves 116 bytes to .rodata.tb1-2/+2
2020-12-04Move point-on-curve check to set_affine_coordinatestb4-18/+50
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc6-17/+17
2020-12-03There are special rules regarding the memory passed to pthread_attr_setstack().otto1-7/+8
2020-12-01Set type to DB_RECNO in __rec_open() for consistency with other db types.millert1-1/+2
2020-12-01Bring back *_client_method() structstb3-11/+200
2020-11-29Clarify what sio_start() does exactlyratchov1-13/+13
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler7-24/+24
2020-11-25Avoid undefined behavior due to memcpy(NULL, NULL, 0)tb1-4/+6
2020-11-23mapalign() only handles allocations >= a page; problem found by and ok semarie@otto1-1/+3
2020-11-20* Make .Nd more specific.schwarze1-44/+57
2020-11-20* Add SIO_BPS() to NAME and SYNOPSIS where it is missing.schwarze1-6/+15
2020-11-20fix another misleading line break and indenttb1-3/+4
2020-11-20fix confusing line break and indenttb1-3/+4
2020-11-19Allow specific devices to be used for play-only and rec-only modes.ratchov2-8/+25
2020-11-18Plug leak in x509_verify_chain_dup()tb1-2/+2
2020-11-18Plug a big memory leak in the new validatortb1-1/+6
2020-11-18zap ugly empty line before closing bracetb1-2/+1
2020-11-18Move freeing of the verify context to its natural place instead oftb1-2/+2
2020-11-18KNF (whitespace)tb4-13/+13
2020-11-18bump to 3.3.0bcook1-3/+3
2020-11-17typo & punctuation in commenttb1-3/+3
2020-11-16Implement exporter for TLSv1.3.jsing4-8/+121
2020-11-16Use X509_V_OK instead of 0.jsing1-4/+3
2020-11-16Add back an X509_STORE_CTX error code assignment.jsing1-2/+3
2020-11-15Return the specific failure for a "self signed certificate" in the chainbeck1-1/+14
2020-11-14Constify dktypenames and fstypenames in libc.guenther1-3/+3
2020-11-14remove macro instances from arbitrary string width specifiers. for examplejmc5-18/+18
2020-11-14EVFILT_EXCEPT operates on sockets (emil engler)jmc1-3/+4
2020-11-11Handle additional certificate error cases in new X.509 verifier.jsing2-12/+79
2020-11-11Implement auto chain for the TLSv1.3 server.jsing1-1/+23
2020-11-11Use size_t for key_block_len.jsing2-9/+7
2020-11-11Update getentropy on Windows to use Cryptography Next Generation (CNG).bcook1-18/+9