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