]> git.lizzy.rs Git - plan9front.git/history - sys/src/libsec/port
libsec: cleanup newbytes()/newints()/newbits() and get rid of OFFSETOF() macro
[plan9front.git] / sys / src / libsec / port /
2015-09-24 cinap_lenreklibsec: cleanup newbytes()/newints()/newbits() and...
2015-09-23 cinap_lenrekmerge
2015-09-23 cinap_lenreklibsec: fix memory leaks in X509req() and X509gen(...
2015-09-23 cinap_lenreklibsec: implement client certificate authentication...
2015-09-22 cinap_lenreklibsec: handle missing signature case; can happen becau...
2015-09-22 cinap_lenreklibsec: make sure Elem is zero initialized so freevalfi...
2015-09-22 cinap_lenreklibsec: implement dh parameter signature verification...
2015-09-22 cinap_lenreklibsec: fix memory leak in ecmul()
2015-09-14 cinap_lenreklibsec: save some space making weakCipher bitamp of...
2015-09-14 cinap_lenreklibsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256...
2015-09-13 cinap_lenreklibsec: send sigature_algoritms extension for TLS1...
2015-09-12 cinap_lenreklibsec: handle TLS 1.2 changes in CertificateRequest...
2015-09-02 cinap_lenreklibsec: add rfc5869 hmac-based key derivation function...
2015-09-02 cinap_lenreklibsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x(...
2015-09-02 cinap_lenreklibsec: declare aes_setupEnc static
2015-09-01 cinap_lenreklibsec: add curve25519 diffie hellman
2015-09-01 cinap_lenreklibsec: remove flawed aes() digest and hmac_aes() imple...
2015-08-28 cinap_lenreklibsec: work arround 8c running out of registers compil...
2015-08-28 cinap_lenreklibsec: add curve25519() from http://code.google.com...
2015-08-28 cinap_lenrekmerge
2015-08-27 mischieflibsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA...
2015-08-26 cinap_lenreklibsec: add q parameter to dh_new() for subgroup suppor...
2015-08-25 glendafix fuckup
2015-08-25 mischiefimport E script from bell labs
2015-08-23 cinap_lenreklibsec: fix probably_prime() endless loop for n == 3
2015-08-19 cinap_lenreklibsec: add pbkdf2_hmac_sha1() (from wpapsk factotum...
2015-08-17 cinap_lenreklibsec: TLS1.2 server support, make cipher list with...
2015-08-17 cinap_lenreklibsec: TLS1.2 client support
2015-08-16 cinap_lenreklibsec: fix mistake breaking tlsServer() (thanks sl)
2015-08-15 cinap_lenreklibsec: TLS1.1 support (needs new devtls)
2015-07-24 cinap_lenreklibsec: increase handshake message buffer size (MaxChun...
2015-06-07 cinap_lenreklibsec/tlshand: implement client side ECDHE (many thank...
2015-06-07 cinap_lenreklibsec/ecc: fix memory leak (free() vs mpfree())
2015-05-27 cinap_lenreklibsec: cleanup x509 and tlshand
2015-05-27 cinap_lenreklibsec/x509: fix verify_signature(), digest_certinfo...
2015-05-27 cinap_lenreklibsec/x509: use SHA2-256 digest algorithm instead...
2015-05-21 cinap_lenreklibsec: implement tlsClient support for RFC6066 server...
2015-04-29 cinap_lenreklibsec: remove aesCTRencrypt()/aesCTRdecrypt() (thanks...
2015-02-05 cinap_lenreklibsec: add TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA client...
2014-09-27 aijumerge
2014-09-14 cinap_lenreklibsec: experimental DHE client support for tls and...
2014-09-14 cinap_lenreklibsec: add diffie-hellman functions
2014-09-14 cinap_lenreklibsec: fix hmac for keys bigger then 64 byte block...
2014-09-13 aijulibsec: ecgen() and ecdsasign() fix
2014-06-12 cinap_lenreklibsec: use u32int instead of uint when we need 32...
2014-06-11 ftrvxmtrxlibsec: fix dsagen 64-bit bug (thanks rsc)
2014-04-26 cinap_lenrektlshand: cleanup 36 -> MD5dlen+SHA1dlen
2014-04-26 cinap_lenrektlshand: fix memory leaks, fix alloc element size for...
2014-03-01 aijumerge
2014-02-28 cinap_lenreklibsec: fix memory leaks in seq_decode() and octet_deco...
2014-02-28 cinap_lenreklibsec: skip missing thumbprint files; not an error
2014-02-28 cinap_lenreklibsec: improve thumbprint code
2014-02-26 mischieflibsec: add aes_128_cbc and aes_256_cbc ciphers
2014-02-25 mischieflibsec: move static sendbuf into TlsConnection and...
2014-02-21 cinap_lenrekmerge
2014-02-20 aijumerge
2014-02-20 cinap_lenrekfix blowfish endianess confusion (thanks erik)
2013-09-14 cinap_lenrektls: fix various tlsClient()/tlsServer() related bugs
2013-08-14 cinap_lenreklibsec: only send client cert when we have one (fix...
2012-11-15 cinap_lenrekfix spaces
2012-11-15 cinap_lenrekadd C-Keens tls-client-auth
2012-08-18 cinap_lenreklibsec: add sha256WithRSAEncryption signature alg
2012-06-08 aijumore btc stuff
2012-06-06 aijuadded ecdsa to factotum
2012-06-04 aijuadded elliptic curve stuff and RIPEMD-160
2011-11-16 cinap_lenreklibsec: setmalloctag
2011-05-24 tarutidevfs crypto code - alpha version
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image