plan9fox/sys/src
cinap_lenrek 33a4a56c1c libsec: send sigature_algoritms extension for TLS1.2, order ciphers
TLS1.2 requires the client to send the list of supported
signature and hash algorithm pairs. some servers will simply
reject the client hello otherwise. note that we do not implement
any dh/ecdh param signature verification.

order the cipher list to strogest first. aes128 is actually more
secure than aes256.
2015-09-13 13:39:51 +02:00
..
9 devqspi: fix qunlock error on stat() -> close() 2015-09-05 13:18:28 +02:00
ape ape: fix build for objtype=spim 2015-08-08 08:17:54 +02:00
boot 9boot: look for plan9.ini in all filesystems accessible to efi to find plan9 partition 2015-06-05 05:09:22 +02:00
cmd cwfs: initialize /env/timezone on boot so dumps are in localtime 2015-09-12 03:58:46 +02:00
games games/doom: fix array offsets for respawn angle (thanks qu7uux) 2015-08-16 22:12:11 +02:00
lib9p lib9p: make reqqueueflush() use new threadint(), which will also cover channel operations 2015-08-10 03:52:40 +02:00
libaml
libauth libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00
libauthsrv libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an argument 2015-09-02 11:28:11 +02:00
libavl
libbin
libbio
libc libc: remove privfree(), simplify privalloc() 2015-09-06 20:43:05 +02:00
libcomplete
libcontrol fix fuckup 2015-08-25 09:35:10 +00:00
libdisk libdisk: error handling, sanity checks 2015-05-31 12:58:13 +02:00
libdraw fix fuckup 2015-08-25 09:35:10 +00:00
libfis
libflate
libframe
libgeometry
libhtml
libhttpd libhttpd: use strtol to parse decimal character references in httpunesc() 2015-08-03 15:26:33 +02:00
libip
libjson
liblex
libmach fix fuckup 2015-08-25 09:35:10 +00:00
libmemdraw libdraw: use readn() to read headers and Fontchar array 2015-03-01 05:39:45 +01:00
libmemlayer
libmp libmp: simplify mpnrand(), as mpnew() cannot return nil 2015-08-26 05:44:26 +02:00
libndb
liboventi
libplumb
libregexp
libscribble
libsec libsec: send sigature_algoritms extension for TLS1.2, order ciphers 2015-09-13 13:39:51 +02:00
libstdio
libString
libsunrpc
libthread libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() (thanks qrstuv) 2015-09-06 23:25:14 +02:00
libventi
mkfile
mkfile.proto mkfile.proto: LIB should not be inherited during recursive mk 2015-09-09 18:59:40 -07:00
NOTICE