aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto
AgeCommit message (Expand)Author
2014-02-21crypto/tls: enforce that either ServerName or InsecureSkipVerify be given.Adam Langley
2014-02-19crypto/x509: add example of using a custom root list.Adam Langley
2014-02-19crypto/tls: improve documentation for ServerName.Adam Langley
2014-02-18crypto/rc4: test the portable version tooBrad Fitzpatrick
2014-02-18undo CL 64820044 / 4f9dee8402afDave Cheney
2014-02-17crypto/md5: add example for SumChaiShushan
2014-02-13crypto/rsa: explain random parameter for GenerateKey and GenerateMultiPrimeKey.Shenghou Ma
2014-02-13crypto/x509: Add certificate signature request (CSR) support.Kyle Isom
2014-02-12crypto/md5: always test the portable block function tooBrad Fitzpatrick
2014-02-12crypto/sha1: always test the portable block function tooBrad Fitzpatrick
2014-02-12An ARM version of sha1block.go with a big improvement in throughputNick Craig-Wood
2014-02-12crypto/subtle: panic if slices of different lengths are passed to ConstantTim...Adam Langley
2014-02-12crypto/tls: better error messages.Adam Langley
2014-02-04crypto/tls: do not send the current time in hello messagesAnthony Martin
2014-01-31crypto/rand: add tests for Int, PrimeShawn Smith
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2014-01-22crypto/tls: Client side support for TLS session resumption.Gautham Thambidorai
2014-01-17crypto/cipher: improved cbc performanceLuke Curley
2014-01-09crypto/tls: support renegotiation extension.Adam Langley
2014-01-07all: add solaris build tagsAram Hăvărneanu
2014-01-07crypto/sha512: avoid duplicate block declaration on 386Joel Sing
2014-01-07crypto/sha512: block implementation in amd64 assemblyJoel Sing
2014-01-06crypto/rsa: support unpadded signatures.Adam Langley
2014-01-06crypto/sha256: block implementation in 386 assemblyJoel Sing
2014-01-06crypto/sha1, crypto/sha256, crypto/sha512: use copy for partial blockJoel Sing
2014-01-01crypto/sha256: add tests for Size() and BlockSize()Shawn Smith
2013-12-31crypto/sha1: add tests for Size() and BlockSize()Shawn Smith
2013-12-31crypto/sha512: add tests for Size() and BlockSize()Shawn Smith
2013-12-29crypto/hmac: add tests for Size() and BlockSize()Shawn Smith
2013-12-27crypto/cipher: remove unused shift1 functionShawn Smith
2013-12-20crypto/tls: rework reference tests.Adam Langley
2013-12-19crypto/x509: import crypto/sha256Adam Langley
2013-12-18crypto/x509: set default signature hash to SHA256 and allow override.Adam Langley
2013-12-18crypto/x509: add non-cgo darwin system anchor certsJosh Bleecher Snyder
2013-12-17all: add missing copyrightChaiShushan
2013-12-15crypto/tls: generate random serial numbers.Adam Langley
2013-12-15crypto/cipher: fix CFB mode.Adam Langley
2013-12-12crypto/rc4: fix type errors in pure Go implementationRichard Musiol
2013-12-12crypto/sha1: Optimise FUNC1 with alternate formulationNick Craig-Wood
2013-12-12crypto/cipher: speed up gcmInc32.Han-Wen Nienhuys
2013-12-11crypto/x509: fix typo in comment.Adam Langley
2013-12-11crypto/cipher: speed up xor operations in CBC, CFB, OBF, CTRHan-Wen Nienhuys
2013-12-11crypto/sha256: block implementation in amd64 assemblyJoel Sing
2013-12-10crypto/x509: fix behaviour of KeyUsageAny.Adam Langley
2013-12-09crypto/rand: support generation of 2-5 bit primes, also document the error re...Shenghou Ma
2013-10-21crypto/x509: name constraints should be a disjunction.Adam Langley
2013-10-21crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.Adam Langley
2013-10-02crypto/tls: document ConnectionState fieldsRuss Cox
2013-10-02crypto/tls: Update reference to the TLS 1.2 RFC.Frithjof Schulze
2013-09-26crypto/tls: don't select TLS 1.2 cipher suites in prior versions.Adam Langley