summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-12-06replace links to uvm(9) to uvm_init(9); ok mpiJason McIntyre
2019-12-06Explicitly say that *permissions can be "".Ingo Schwarze
2019-12-05- fix some Xr; from martinJason McIntyre
2019-12-05Document IP6_SOIIKEY_LENkn
2019-12-05Document X509_STORE_CTX_set_flags() which is a handy way to change theClaudio Jeker
2019-12-04some minor tweaks;Jason McIntyre
2019-12-04I accidentally smashed wrong contents into this file.Theo de Raadt
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-04libc's authentication privsep layer performed insufficient usernameTheo de Raadt
2019-12-03Add missing RCS tag.Theo Buehler
2019-12-03Fix typo: ECHD -> ECDH.Theo Buehler
2019-12-03fwide() does not unlock if error was occurred.asou
2019-12-01comply with POSIX and make execve() return EACCES for directoriesChristian Weisgerber
2019-12-01crank libelf major for exec_elf.h changesJonathan Gray
2019-11-28bump libcbor after symbol addition; ok deraadt@Christian Weisgerber
2019-11-28Fix typo in comment in struct pcap_pkthdrakoshibe
2019-11-28update to libcbor rev 56a43b1e799; this includes a number of fixesDamien Miller
2019-11-27tweak previous: add missing name after .Fn, delete stray .Pp,Ingo Schwarze
2019-11-27Document msyscall(2): ld.so can use this (once only) to tell the kernelTheo de Raadt
2019-11-27sync upstream commit with manpage fixes from jmc@Damien Miller
2019-11-26Add support for TLS 1.3 post handshake messages and key updating.Bob Beck
2019-11-25gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsPhilip Guenther
2019-11-21A touch of style(9)Tim van der Molen
2019-11-21Use explicit_bzero() to clear key materialTim van der Molen
2019-11-21zero tmpout too. reminded by related diff from timTed Unangst
2019-11-21overwrite the key in failure modes in case the caller doesn't check.Ted Unangst
2019-11-20Add accessors to change the buffer in a handshake message.Bob Beck
2019-11-20Fix rsa key output formatKinichiro Inoguchi
2019-11-19Sync documentation fixes from upstream:Damien Miller
2019-11-18Add prototypes for the functions that update application secretsBob Beck
2019-11-18Provide a clean interface for sending TLSv1.3 alerts.Joel Sing
2019-11-17Change tls13_record_layer_phh() to take a CBS as this avoids ownershipJoel Sing
2019-11-17Correct update of application traffic secrets to use an empty contextBob Beck
2019-11-17Bring back the ssl_shutdown internal method pointer.Joel Sing
2019-11-17Add a reference for the non-standard post-handshake handshake (PHH).Theo Buehler
2019-11-17Ensure that we are never operating in plaintext mode once the handshakeJoel Sing
2019-11-17Provide framework for sending alerts and post-handshake handshake messages.Joel Sing
2019-11-17indent with a tab instead of 8 spacesTheo Buehler
2019-11-17Move the TLSv1.3 server message handling stubs.Joel Sing
2019-11-17Add the initial framework for the TLSv1.3 server.Joel Sing
2019-11-17tls13_connect() should be static.Joel Sing
2019-11-17Fix backoff to legacy when in client auth mode.Bob Beck
2019-11-17Drop back to the legacy tls method if we are doing client authenticaitonBob Beck
2019-11-17Separate the callbacks for recieved and completed post handshake messagesBob Beck
2019-11-16Allow 1.3 ciphers in libtls.Bob Beck
2019-11-16Revert previous deduplication diff, I broke portable in a strange way.Bob Beck
2019-11-16Allow portable to override the default CA bundle locationBob Beck
2019-11-15Deduplicate some extension processing code.Bob Beck
2019-11-15Fix a segmentation fault in ncurses.Frederic Cambus
2019-11-15our older gcc requires forced -std=c99Theo de Raadt