summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-11Add doug@'s copyright since he just added code to these two files.Joel Sing
2017-08-11Bump minor due to symbol addition.Joel Sing
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows theJoel Sing
2017-08-10Clean up the EC key/curve configuration handling.Joel Sing
2017-08-09Pull out the code that identifies if we have an ECC cipher in the cipherJoel Sing
2017-08-09Don't use tls_cert_hash for the hashing used by the engine offloading magicClaudio Jeker
2017-08-09Consistently return from each SSL/SSL_CTX control case, rather thanJoel Sing
2017-08-09Split out the remaining SSL_CTX controls into individual functions.Joel Sing
2017-08-09Start splitting out SSL_CTX controls into individual functions, so thatJoel Sing
2017-08-09Be consistent and return from each SSL control case, rather than breakingJoel Sing
2017-08-09Split out the remaining SSL controls into individual functions.Joel Sing
2017-08-09Split more controls into individual functions.Joel Sing
2017-08-09Start splitting out controls into individual functions, so that they canJoel Sing
2017-08-09Remove unnecessary curly braces and unindent. Also add a few blank linesJoel Sing
2017-08-09Fix conditionals for DH controls.Joel Sing
2017-08-08Stop running nd6_expire every second.Florian Obser
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-08-07Since sendsyslog(2) handles the LOG_CONS parameter, the variableAlexander Bluhm
2017-08-05We only support ASCII and UTF-8, so we never need toIngo Schwarze
2017-08-04Update libexpat to 2.2.3. Only few changes affect OpenBSD.Alexander Bluhm
2017-08-04Enable atomic support functions.Mark Kettenis
2017-08-02Fix register numbering for OpenBSD/i386. Make exception handling work withMark Kettenis
2017-08-01delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr ratherIngo Schwarze
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-08-01Use "volatile unsigned int" instead of _atomic_lock_t. The _atomic_lock_tMark Kettenis
2017-08-01correct function name;Jason McIntyre
2017-07-30disable post fork checks for now, too much turbulence in the airTed Unangst
2017-07-29not all the world is an i386. Back out breakage.Theo de Raadt
2017-07-29Use memory barriers to prevent pointer use before initialization.Paul Irofti
2017-07-29change if ((a == b)) to if (a == b); silences noisy on-by-defaultFlorian Obser
2017-07-28Gcc3 does not have -fvisibility feature, so skip -fvisibility=hiddenKenji Aoyama
2017-07-27Use stdrup, to avoid clang whining about the length parameters beingTheo de Raadt
2017-07-27bad things can (and will) happen if a threaded program calls fork() andTed Unangst
2017-07-26Initialize "old" screen buffer lines before use; otherwise, they wouldIngo Schwarze
2017-07-25as noted by Hanno Boeck, using the *check_private_key functions isSebastian Benoit
2017-07-24Rewrite and move the last remnants of the ServerHello SNI handling intoJoel Sing
2017-07-24Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSJoel Sing
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