summaryrefslogtreecommitdiff
path: root/sys/src/9/port/devtls.c
AgeCommit message (Expand)Author
2021-11-09devtls: reject zero length records (thanks sigrid)cinap_lenrek
2021-10-16devtls: implement "hangup" ctl messagecinap_lenrek
2021-09-25devtls: fix bwrite memory leak when channel stops being opencinap_lenrek
2019-01-22devtls: remove static "already" flag in tlsinit(). this function is only run ...cinap_lenrek
2017-12-28devtls, devssl: avoid ~0UL comparsion (from drawterm)cinap_lenrek
2016-11-17devtls: remove unused get32() functioncinap_lenrek
2016-09-11kernel: replace various custom random iv buffer filling functions with calls ...cinap_lenrek
2016-08-27devtls: allocate cipher states in secret memorycinap_lenrek
2016-07-24devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on f...cinap_lenrek
2016-05-11devssl, devtls: fix permission checkscinap_lenrek
2016-03-28devtls: print the path of the underlying chan in status filecinap_lenrek
2016-03-23devtls: zero secret information before freeing, cleanupcinap_lenrek
2016-03-23add portable AES-GCM (Galois/Counter Mode) implementation to libsec and devtlscinap_lenrek
2016-03-09devtls: fix wrong iounitcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-12-21tls: implement chacha20/poly1305 aead cipher suitscinap_lenrek
2015-10-28devtls: reject SHA2_256 mac for SSL, but TLS is finecinap_lenrek
2015-08-27devtls: add sha256 macmischief
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-15devtls: TLS1.1 explicit iv supportcinap_lenrek
2015-06-01devtls: ignore UnrecogniedName (112) alert message (for SNI)cinap_lenrek
2014-09-15devtls: fix typo in debug printcinap_lenrek
2014-02-25devtls: spellingmischief
2013-01-09devtls: fix hmac buffer size for SHA1 hashes (from erik)cinap_lenrek
2012-12-04devtls: add support for aes_128_cbc and aes_256_cbc (import from sources)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen