summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-23Hook the TLS extension parsing framework into the serverhello parsing.Joel Sing
2017-07-22Favor err() over perror() in example.anton
2017-07-22zap trailing whitespace;Jason McIntyre
2017-07-22rework the page a bit, clarify a few things, maybe better wordingTed Unangst
2017-07-20Allow leading . in nameConstraints. from openssl via jabberwock. ok jsingTed Unangst
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-20Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte.Alexander Bluhm
2017-07-19Update libexpat to 2.2.2. Fixes NULL parser dereference.Alexander Bluhm
2017-07-19Check the return value of CBB_init_fixed(), since it can fail.Joel Sing
2017-07-18Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.Alexander Bluhm
2017-07-16Start rewriting TLS extension handling.Joel Sing
2017-07-15Remove unused variable.Joel Sing
2017-07-13Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noFlorian Obser
2017-07-10if there are no changes for kevent, pass in NULL instead.Ted Unangst
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-10one more instance of the previous commit; also initialize ->offset to aOtto Moerbeek
2017-07-10replace Fifos with FIFOs.David Gwynne
2017-07-09use working boilerplate for yacc/lex instead of homemade rules.Marc Espie
2017-07-08update the little endian processor list to give it a chance of matchingTed Unangst
2017-07-07Only access offset if canaries are enabled *and* size > 0, otherwise offsetOtto Moerbeek
2017-07-06Document tls_config_set_crl_file() and tls_config_set_crl_mem().Joel Sing
2017-07-06Bump minor due to symbol addition.Joel Sing
2017-07-06Add support for providing CRLs to libtls - once a CRL is provided weJoel Sing
2017-07-06The 0x (or 0X) prefix in base 16 is optional so only skip over theTodd C. Miller
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-06Add ULL suffix to 64 bit constants. This avoids compiler warningsAlexander Bluhm
2017-07-06Compile libexpat with -fvisibility=hidden. This restricts theAlexander Bluhm
2017-07-05RFC 6066 states that IP literals are not permitted in "HostName" for aJoel Sing
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-07-05void functions don't return 0Theo Buehler
2017-07-05fix cross references to self; found with mandoc -TlintIngo Schwarze
2017-07-041. mild deprecation noticeIngo Schwarze
2017-07-04Enable the use of futex(2) in librthread on mips64.Visa Hankala
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
2017-07-02repair the tree, make sure y.tab.h is there before compiling yacc files.Marc Espie
2017-06-30Add test suite source files for expat 2.2.1.Alexander Bluhm
2017-06-30AmigaOS and pre-X Mac OS support has been dropped in upstreamAlexander Bluhm
2017-06-30Update libexpat to version 2.2.1 which has some security fixes.Alexander Bluhm
2017-06-29take const off the timeval argument in the pending functions.David Gwynne
2017-06-28.init stub creation doesn't need a jmp + .align to reach a branch target,Theo de Raadt
2017-06-22Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so thatJoel Sing
2017-06-22Fix incorrect indentation.Joel Sing
2017-06-22Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60.Joel Sing
2017-06-22Remove dead code that has remained hiding since ressl.c r1.14!Joel Sing
2017-06-22Use the standard `rv' idiom in tls_keypair_load_cert(), rather thanJoel Sing
2017-06-22Distinguish between self-issued certificates and self-signed certificates.Joel Sing
2017-06-19port the RBT code to userland by making it part of libc.David Gwynne
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-13no need for branding in .Nd lineTheo de Raadt
2017-06-12Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@Todd C. Miller