cinap_lenrek
45b7d60bf3
libsec: add AES CFB and AES OFB stream ciphers
2017-10-17 21:34:01 +02:00
cinap_lenrek
1d34a855fe
ape/libsec: fix the build, bring ape libsec.h in sync with plan9 version
2017-10-16 04:06:17 +02:00
cinap_lenrek
8a67560183
libsec: export asn1encodedigest(), asn1encodeRSApub(), asn1toRSApub(), pkcs1padbuf() and pkcs1unpadbuf()
2017-10-06 20:52:18 +02:00
aiju
6104ebc9b6
libmach: support disassembling from memory
2017-08-24 13:02:27 +00:00
aiju
37567f07d1
update ape/bio.h (thanks jpm)
2017-05-06 14:33:52 +00:00
aiju
f681cf835a
bio: add support for custom I/O handler via Biofn
2017-05-04 17:42:12 +00:00
cinap_lenrek
f8478eb4c4
lib9p: allow rewinding in 9pfile directories
2017-04-30 01:49:21 +02:00
cinap_lenrek
9a5e55782d
libmemdraw/libmemlayer: get rid of drawdebug prints
2017-04-29 21:10:28 +02:00
cinap_lenrek
d4a6dc8910
libdraw: get rid of _drawdebug variable
2017-04-29 21:03:52 +02:00
cinap_lenrek
346f5828e0
libsec: sha256 support for thumbprint files, use it in ssh as well
...
initThumbprints() now takes an application tag argument
so x509 and ssh can coexist.
the thumbprint entries can now hold both sha1 and sha256
hashes. okThumbprint() now takes a len argument for the
hash length used.
the new function okCertificate() hashes the certificate
with both and checks for any matches.
on failure, okCertificate() returns 0 and sets error string.
we also check for include loops now in thumbfiles, limiting
the number of includes to 8.
2017-04-23 19:00:08 +02:00
spew
6261dcb06b
replica: use libavl for avl tree implementation
2017-04-22 14:28:02 -05:00
spew
9cf5198145
libavl: lookup can return the closest match
2017-04-22 13:59:37 -05:00
cinap_lenrek
7d4a1e3643
ec(2), rsa(2): document X509toECpub(), X509ecdsaverify(), X509ecdsaverifydigest(), X509rsaverifydigest()
2017-02-10 22:39:47 +01:00
cinap_lenrek
fb2abc2a04
libsec: make X509toECpub() return CN name like X509toRSApub()
2017-02-10 21:36:19 +01:00
cinap_lenrek
2e23780d2f
libsec: implement extended 192-bit nonce xchacha variant and hchacha function
2017-01-12 20:16:38 +01:00
spew
0885ed1e80
alv(2): new avl implementation
2016-12-22 16:47:41 -06:00
cinap_lenrek
62d3108646
ape/libsec: add secp384r1 curve parameters for tls
2016-10-30 20:32:03 +01:00
cinap_lenrek
c9d55cadb3
libsec: add secp384r1 curve parameters for tls
2016-10-30 02:15:40 +01:00
cinap_lenrek
b728f50a79
lib9p: limit the number of srv processes kept arround 8
2016-10-23 17:16:22 +02:00
aiju
b65f409d54
mp.h: add mpasr
2016-08-28 16:05:22 +02:00
cinap_lenrek
5debddf8af
ape: add d_stat struct in dirent struct allowing the avoidance of stats
2016-08-28 03:39:49 +02:00
cinap_lenrek
8a73650874
libc: add poolisoverlap() and definitions for Pool *secrmem
2016-08-27 20:23:55 +02:00
cinap_lenrek
b21fe017d1
libauthsrv: ANAMELEN -> PASSWDLEN
2016-08-05 19:09:42 +02:00
cinap_lenrek
cf37a1010f
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant
...
drawterm, factotum, secstore and the auth commands
all had ther own implementation of readcons. we
want to have one common function for this to avoid
the duplication, so putting that in libauthsrv.
introduce PASSWDLEN which makes the use more explicit
than ANAMELEN.
2016-07-31 20:04:02 +02:00
cinap_lenrek
1492f46f87
libsec: add scrypt password based key derivation function
2016-07-10 21:41:57 +02:00
cinap_lenrek
bc2a5d9b1e
aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)
2016-06-05 14:57:38 +02:00
cinap_lenrek
986886f2b8
retire the dec alpha port
2016-05-04 16:11:48 +02:00
cinap_lenrek
cb3049652d
remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from upas/bayes/regexp.h
2016-04-28 21:22:26 +02:00
ben
3bf6ef0196
better memory management of threads (thanks knuth)
2016-04-27 17:36:43 -05:00
ben
0a460e1722
New libregexp and APE ported to native
2016-04-26 22:23:44 -05:00
cinap_lenrek
2fa4c8ef66
libsec: implement elliptic curve group operations in jacobian coordinate system
2016-04-20 20:09:59 +02:00
cinap_lenrek
a5268a5413
remove unused liboventi
2016-04-13 01:09:45 +02:00
cinap_lenrek
1787584ad8
libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars()
...
assigning the expression value to a temporary variable in
BPSHORT() and BPLONG() saves arround 2K of text in rio on
arm and arround 1K on amd64.
loadchar(): use the passed in "h" as the char index instead
of recomputing it from c-f->cache. dont recompute wid.
cachechars(): do cache lookup and find oldest entry in a
single loop pass.
2016-04-13 00:34:48 +02:00
cinap_lenrek
45f3c56a53
ape: removing openssl
2016-04-11 20:39:12 +02:00
cinap_lenrek
464763202b
ape: add libauth, libbio, libmp and libsec as replacements for openssl
2016-04-11 20:23:34 +02:00
cinap_lenrek
aa6673fcfb
add portable AES-GCM (Galois/Counter Mode) implementation to libsec and devtls
2016-03-23 02:45:35 +01:00
cinap_lenrek
4a92397236
libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305
2016-02-28 09:09:41 +01:00
cinap_lenrek
75186be2c2
libdraw: remove unused static log2[] array
2016-02-28 01:38:29 +01:00
cinap_lenrek
2ca8e31066
removing libgio, this is not golang mveery >:-(
2016-02-10 05:11:11 +01:00
Matthew Veety
a54782d69b
Imported ngfs libgio. This is a library to create virtual file descriptors, similar to common lisp grey-streams or golang's io.Reader/io.Writer. Now 95% bug-free.
2016-02-09 16:24:41 -05:00
cinap_lenrek
a291bbdedd
libsec: ecdsa client support for tlshand, cleanups
2016-02-01 21:34:49 +01:00
cinap_lenrek
7cf11db685
libsec: add salsa20 stream cipher
2016-01-19 12:50:33 +01:00
cinap_lenrek
3e38194d72
introduce signed intptr and %z format modifier for formating uintptr and intptr
2016-01-07 04:39:09 +01:00
cinap_lenrek
2dae1ed53a
auth: release dp9ik implementation and reentrant factotum
2016-01-06 03:09:00 +01:00
cinap_lenrek
39f18c9d88
libsec: implement TLS-PSK for tlsClient()/tlsServer()
2015-12-25 17:05:05 +01:00
cinap_lenrek
a53ae2782a
libjson: added printing support (thanks spew)
2015-12-22 18:12:56 +01:00
cinap_lenrek
efd3ac8a23
libmp: add mpfield() function for fast field arithmetic
...
instead of testing for special field primes each time in mpmod(),
make it explicit with a mpfiled() function that tests a modulus N
to be of some special form that can be reduced more efficiently with
some precalculation, and replaces N with a Mfield* when it can. the
Mfield*'s are recognized by mpmod() as they have the MPfield flag
set and provide a function pointer that executes the fast reduction.
2015-12-16 21:18:20 +01:00
aiju
87abbc649f
mp: add logic operations; mpfmt: include 0x with #
2015-12-08 18:29:22 +01:00
cinap_lenrek
254031cf70
libsec: add chacha20 poly1305 aead, allow 64 bit iv's for chacha, add tsmemcmp()
...
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.
2015-11-26 15:25:10 +01:00
cinap_lenrek
38e1e5272f
libmp: initial attempt at constant time code, faster reductions for special primes (for ecc)
...
introduce MPtimesafe flag to request time invariant computation
disables normalization so significant digits are not leaked.
2015-11-21 09:39:59 +01:00