plan9fox/sys/man
cinap_lenrek c039b52fc3 libc: constant time implementation for encode(2) routines, fix base32
the string encoding functions touch secret key material
in a bunch of places (devtls, devcap), so make sure we do
not leak information by cache timing side channels, making
the encoding and decoding routines constant time.

we also expose the alphabets through encXchr()/decXchr()
functions so caller can find the end of a encoded string
before calling decode function (for libmp).

the base32 encoding was broken in several ways. inputs
lengths of len%5 == [2,3,4] had output truncated and
it was using non-standard alphabet. documenting the alphabet
change in the manpage.
2017-12-31 09:06:42 +01:00
..
1 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
2 libc: constant time implementation for encode(2) routines, fix base32 2017-12-31 09:06:42 +01:00
3 arch(3): document #P/realmodemem file 2017-12-23 04:45:22 +01:00
4 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
5 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
6 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
7 /sys/man/*/*: fix perms (sorry) 2017-12-11 19:58:06 -05:00
8 libsec: implement SPKI fingerprinting for okCertificate() 2017-12-30 03:07:47 +01:00
fonts Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
index.html Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkfile manpage updates 2011-05-12 18:36:46 +00:00
preface.html Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
preface3.html Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
preface4.html Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00