summaryrefslogtreecommitdiff
path: root/src/pkg/crypto
AgeCommit message (Expand)AuthorFilesLines
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox12-28/+28
2010-05-07compress: renamings.Rob Pike1-1/+1
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer3-10/+10
2010-04-26crypto/tls: simpler implementation of record layerRuss Cox15-1312/+1065
2010-04-05crypto/tls: good defaultsRuss Cox2-1/+61
2010-03-30simplify various code using new map index ruleRuss Cox1-10/+2
2010-03-30single argument panicRuss Cox1-1/+1
2010-03-29comment typo in crypto/rsa/rsa.goAndrew Gerrand1-1/+1
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike10-13/+14
2010-03-16crypto/rand: new packageRuss Cox3-0/+169
2010-03-16sha512: add sha384 (truncated version)Conrad Meyer2-23/+114
2010-03-08crypto/ripemd160: new packageRaif S. Naffah4-0/+353
2010-03-08crypto/sha256: add SHA-224Conrad Meyer2-23/+114
2010-03-08crypto/sha512: new packageConrad Meyer4-0/+356
2010-03-08crypto/rsa: don't use safe primes.Adam Langley2-11/+7
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-4/+4
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer3-17/+17
2010-02-26crypto/blowfish: new packageRaif S. Naffah5-0/+584
2010-02-25strings: delete Runes, BytesRuss Cox6-27/+21
2010-02-23crypto package documentation fixMark Zavislak2-6/+6
2010-02-19crypto/x509: support certificate creation.Adam Langley2-2/+280
2010-02-05asn1: Fixes and additions to marshallingAdam Langley1-2/+2
2010-02-05crypto/tls: typo fixAdam Langley1-1/+1
2010-01-19hash: document that Sum does not change hash stateRuss Cox8-20/+56
2009-12-29Apply symmetric changes to sha1 and sha256 as to md4 and md5.Robert Griesemer2-24/+16
2009-12-28Symmetric changes to md4.go as for md5.go.Robert Griesemer3-38/+34
2009-12-28A couple of tighter loops.Robert Griesemer1-12/+8
2009-12-28crypto/tls: make Listener a pointer.Adam Langley1-4/+5
2009-12-23crypto/tls: extensions and Next Protocol NegotiationAdam Langley9-28/+379
2009-12-15 1) Change default gofmt default settings forRobert Griesemer65-2831/+2831
2009-12-14crypto/sha256: new packageAndy Davis4-0/+332
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-41/+41
2009-12-09Added XTEA block cipher package to src/pkg/cryptoAdrian O'Grady4-0/+416
2009-12-03crypto/rsa: fix shadowing error.Adam Langley1-2/+2
2009-11-30a[b:len(a)] -> a[b:]Christopher Wedgwood2-7/+7
2009-11-29crypto/md4, exp/draw/x11: fix makefile to build when GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-23Provides implementation of MD4 hashing algorithm.Chris Lennert4-0/+278
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia10-20/+20
2009-11-21crypto/tls: add initial client implementation.Adam Langley9-7/+439
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox15-50/+50
2009-11-18crypto/x509: RawContents -> RawContentAdam Langley1-1/+1
2009-11-18crypto/x509: add certificate support.Adam Langley2-3/+623
2009-11-18remove bytes.CopyRob Pike7-39/+29
2009-11-17crypto/rsa: add PKCS#1 v1.5 signature support.Adam Langley3-0/+179
2009-11-17asn1:Adam Langley1-1/+1
2009-11-15crypto/md5: fix comment typo.Adam Langley1-1/+1
2009-11-14crypto/rsa: handle the case of non-coprime blinds.Adam Langley2-11/+26
2009-11-14typosRuss Cox1-1/+1
2009-11-11Reland a112249da741, this time with missing file.Adam Langley2-51/+35