Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
manpage
|
|
|
|
(thanks k0ga)
|
|
|
|
|
|
|
|
authpak_finish()
|
|
|
|
|
|
|
|
AuthInfo structure to avoid leaking secrets
|
|
|
|
|
|
similar to common lisp grey-streams or golang's io.Reader/io.Writer. Now 95% bug-free.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
segbrk(2)
|
|
|
|
$home/lib/profile. Documented /rc/lib/rcmain, /rc/lib/rcmain.local, $home/lib/profile in rc(1) and the first two in namespace(4)
|
|
|
|
|
|
|
|
chacha20 comes in two variants: ietf rfc7539, using 96 bit iv and 32 bit counter
and draft-agl-tls-chacha20poly1305 using 64 bit iv and a 64 bit counter. so
setupChachastate() now takes a ivlen argument which sets the mode.
add ccpoly_encrypt()/ccpoly_decrypt() routines.
to implement timing safe ccpoly_decrypt(), a constant time memcmp was needed, so
adding tsmemcmp() to libsec.
|
|
when the "resize" wctl was used on a hidden window, the window
was put back on the screen, however, it was not removed from
the hidden[] array so trying to hide the window again failed
because whide() assumed it was already hidden.
the fix is to not unhide the window, but preserve the hidden
state, so windows can programmatically be reshaped and moved,
but will remain hidden unless explicitely unhidden.
|
|
|
|
|
|
primes (for ecc)
introduce MPtimesafe flag to request time invariant computation
disables normalization so significant digits are not leaked.
|
|
|
|
|
|
|
|
|
|
|
|
option
|
|
|
|
|
|
|
|
|