summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-10-10Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andJoel Sing
2017-10-10((remove) (some) (unnecessary) (parentheses))Joel Sing
2017-10-10Merge dtls1_connect() into ssl3_connect(), removing a large amount ofJoel Sing
2017-10-08Document fktrace(2) more completely, including separation of errors.Philip Guenther
2017-10-08Reduce non-functional differences between dtls1_accept() andJoel Sing
2017-10-08Reduce non-functional differences between dtls1_connect() andJoel Sing
2017-10-08Fix some style/whitespace/indentation issues in ssl3_accept().Joel Sing
2017-10-08Fix some style/whitespace/indentation issues in ssl3_connect().Joel Sing
2017-10-08Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,Joel Sing
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
2017-10-08Fix typo.Visa Hankala
2017-10-08hyphenate DER/PEM-encoded, for consistency;Jason McIntyre
2017-10-07Document tls_peer_cert_chain_pem().Joel Sing
2017-10-07Add fktrace to the NAME sectionPhilip Guenther
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-10-05do not return f() where f is a void function; loop var type fixOtto Moerbeek
2017-10-05Use dprintf instead of snprintf/writeOtto Moerbeek
2017-10-04iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIXIngo Schwarze
2017-10-04pasto in function name in the SYNOPSIS; from semarie@Ingo Schwarze
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairAlexander Bluhm
2017-09-27Xr; from jan staryJason McIntyre
2017-09-26bump version in advance of final releaseBrent Cook
2017-09-26bump wo 2.6.2Brent Cook
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-09-25If tls_config_parse_protocols() is called with a NULL pointer, return theJoel Sing
2017-09-25Annotate some API-side memory leaks for future resolution.Joel Sing
2017-09-25Fix various issues in the OCSP extension parsing code:Joel Sing
2017-09-25When building the OCSP extension, only add the length prefixed extensionsJoel Sing
2017-09-23Kill unused functionJeremie Courreges-Anglas
2017-09-23Make delayed free non-optional and make F do an extensive double free check.Otto Moerbeek
2017-09-21tweak previous: remove trailing blank and improve a wording;Ingo Schwarze
2017-09-20Properly document the typical write(2) loop,Ingo Schwarze
2017-09-20Keep track of which keypair is in use by a TLS context.Joel Sing
2017-09-20Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.Joel Sing
2017-09-20Provide a useful error if there are no OCSP URLs in the peer certificate.Joel Sing
2017-09-20Fix indentation.Joel Sing
2017-09-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-17__progname has type char *, we cannot change its type without causingOtto Moerbeek
2017-09-12mapalign returns MAP_FAILED for failuer; from George KoehlerOtto Moerbeek
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-11check double free before canary for chunks; ok millert@Otto Moerbeek
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-08In compiler-rt, a few assembler implementations for i386 floating pointChristian Weisgerber
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-09-03Checking sizeof size_t by SIZE_MAX instead of _LP64Kinichiro Inoguchi