summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-12New manual page SSL_set_tmp_ecdh(3) written from scratch.Ingo Schwarze
2017-08-12Remove lots of outdated information found by jsing@.Ingo Schwarze
2017-08-12Document tls_config_set_dheparams().Joel Sing
2017-08-12Document tls_reset().Joel Sing
2017-08-12Remove support for DSS/DSA, since we removed the cipher suites a whileJoel Sing
2017-08-12Clear the child pointer in CBB_cleanup(), so that we have fewer pointersJoel Sing
2017-08-12Instead of hardcoding a partial dependency list for the syscall stub objects,Philip Guenther
2017-08-12Fix dependency generation: pass ${DFLAGS} and -MF explicitlyPhilip Guenther
2017-08-11remove bogus ".POD" from .Dt name; noticed by jsing@Ingo Schwarze
2017-08-11I don't think eay will ever fix this...Joel Sing
2017-08-11style(9) in ssl_set_cert_masks().Joel Sing
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2017-08-11Use getopts for option parsingPhilip Guenther
2017-08-11Convert ssl3_send_certificate_request() to CBB.Joel Sing
2017-08-11new sentence, new line;Jason McIntyre
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