Age | Commit message (Expand) | Author |
2018-03-09 | mptod/dtomp: add to mp.h | aiju |
2018-01-27 | libndb: retire deprecated csgetval(), ndbgetval() and ndblookval() functions | cinap_lenrek |
2018-01-21 | libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2 | cinap_lenrek |
2018-01-21 | authsrv: implement mschapv2 authentication, include MPPE secret in the ticket | cinap_lenrek |
2018-01-06 | libsec: remove asn1toDSApriv() | cinap_lenrek |
2018-01-02 | ape: update auth.h header for APE | cinap_lenrek |
2018-01-02 | libauth: remove auth_wep() function, and non-existing httpauth() declaration | cinap_lenrek |
2017-12-31 | libc: constant time implementation for encode(2) routines, fix base32 | cinap_lenrek |
2017-12-30 | libsec: implement SPKI fingerprinting for okCertificate() | cinap_lenrek |
2017-11-12 | libsec: AES-NI support for amd64 | cinap_lenrek |
2017-10-29 | libsec: rewrite aex_xts_encrypt()/aes_xts_decrypt() | cinap_lenrek |
2017-10-28 | libc: improve alignment of QLp structure on amd64, cosmetics | cinap_lenrek |
2017-10-17 | libsec: make sectorNumber argument for aes_xts routines uvlong | cinap_lenrek |
2017-10-17 | libsec: add AES CFB and AES OFB stream ciphers | cinap_lenrek |
2017-10-16 | ape/libsec: fix the build, bring ape libsec.h in sync with plan9 version | cinap_lenrek |
2017-10-06 | libsec: export asn1encodedigest(), asn1encodeRSApub(), asn1toRSApub(), pkcs1p... | cinap_lenrek |
2017-08-24 | libmach: support disassembling from memory | aiju |
2017-05-06 | update ape/bio.h (thanks jpm) | aiju |
2017-05-04 | bio: add support for custom I/O handler via Biofn | aiju |
2017-04-30 | lib9p: allow rewinding in 9pfile directories | cinap_lenrek |
2017-04-29 | libmemdraw/libmemlayer: get rid of drawdebug prints | cinap_lenrek |
2017-04-29 | libdraw: get rid of _drawdebug variable | cinap_lenrek |
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek |
2017-04-22 | replica: use libavl for avl tree implementation | spew |
2017-04-22 | libavl: lookup can return the closest match | spew |
2017-02-10 | ec(2), rsa(2): document X509toECpub(), X509ecdsaverify(), X509ecdsaverifydige... | cinap_lenrek |
2017-02-10 | libsec: make X509toECpub() return CN name like X509toRSApub() | cinap_lenrek |
2017-01-12 | libsec: implement extended 192-bit nonce xchacha variant and hchacha function | cinap_lenrek |
2016-12-22 | alv(2): new avl implementation | spew |
2016-10-30 | ape/libsec: add secp384r1 curve parameters for tls | cinap_lenrek |
2016-10-30 | libsec: add secp384r1 curve parameters for tls | cinap_lenrek |
2016-10-23 | lib9p: limit the number of srv processes kept arround 8 | cinap_lenrek |
2016-08-28 | mp.h: add mpasr | aiju |
2016-08-28 | ape: add d_stat struct in dirent struct allowing the avoidance of stats | cinap_lenrek |
2016-08-27 | libc: add poolisoverlap() and definitions for Pool *secrmem | cinap_lenrek |
2016-08-05 | libauthsrv: ANAMELEN -> PASSWDLEN | cinap_lenrek |
2016-07-31 | libauthsrv: export common readcons() routine and introduce PASSWDLEN constant | cinap_lenrek |
2016-07-10 | libsec: add scrypt password based key derivation function | cinap_lenrek |
2016-06-05 | aml: define amlintmask and set it according to DSDT revision (64bit / 32bit) | cinap_lenrek |
2016-05-04 | retire the dec alpha port | cinap_lenrek |
2016-04-28 | remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from upas/ba... | cinap_lenrek |
2016-04-27 | better memory management of threads (thanks knuth) | ben |
2016-04-26 | New libregexp and APE ported to native | ben |
2016-04-20 | libsec: implement elliptic curve group operations in jacobian coordinate system | cinap_lenrek |
2016-04-13 | remove unused liboventi | cinap_lenrek |
2016-04-13 | libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars() | cinap_lenrek |
2016-04-11 | ape: removing openssl | cinap_lenrek |
2016-04-11 | ape: add libauth, libbio, libmp and libsec as replacements for openssl | cinap_lenrek |
2016-03-23 | add portable AES-GCM (Galois/Counter Mode) implementation to libsec and devtls | cinap_lenrek |
2016-02-28 | libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings f... | cinap_lenrek |