index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
crypto
Age
Commit message (
Expand
)
Author
2014-02-21
crypto/tls: enforce that either ServerName or InsecureSkipVerify be given.
Adam Langley
2014-02-19
crypto/x509: add example of using a custom root list.
Adam Langley
2014-02-19
crypto/tls: improve documentation for ServerName.
Adam Langley
2014-02-18
crypto/rc4: test the portable version too
Brad Fitzpatrick
2014-02-18
undo CL 64820044 / 4f9dee8402af
Dave Cheney
2014-02-17
crypto/md5: add example for Sum
ChaiShushan
2014-02-13
crypto/rsa: explain random parameter for GenerateKey and GenerateMultiPrimeKey.
Shenghou Ma
2014-02-13
crypto/x509: Add certificate signature request (CSR) support.
Kyle Isom
2014-02-12
crypto/md5: always test the portable block function too
Brad Fitzpatrick
2014-02-12
crypto/sha1: always test the portable block function too
Brad Fitzpatrick
2014-02-12
An ARM version of sha1block.go with a big improvement in throughput
Nick Craig-Wood
2014-02-12
crypto/subtle: panic if slices of different lengths are passed to ConstantTim...
Adam Langley
2014-02-12
crypto/tls: better error messages.
Adam Langley
2014-02-04
crypto/tls: do not send the current time in hello messages
Anthony Martin
2014-01-31
crypto/rand: add tests for Int, Prime
Shawn Smith
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2014-01-22
crypto/tls: Client side support for TLS session resumption.
Gautham Thambidorai
2014-01-17
crypto/cipher: improved cbc performance
Luke Curley
2014-01-09
crypto/tls: support renegotiation extension.
Adam Langley
2014-01-07
all: add solaris build tags
Aram Hăvărneanu
2014-01-07
crypto/sha512: avoid duplicate block declaration on 386
Joel Sing
2014-01-07
crypto/sha512: block implementation in amd64 assembly
Joel Sing
2014-01-06
crypto/rsa: support unpadded signatures.
Adam Langley
2014-01-06
crypto/sha256: block implementation in 386 assembly
Joel Sing
2014-01-06
crypto/sha1, crypto/sha256, crypto/sha512: use copy for partial block
Joel Sing
2014-01-01
crypto/sha256: add tests for Size() and BlockSize()
Shawn Smith
2013-12-31
crypto/sha1: add tests for Size() and BlockSize()
Shawn Smith
2013-12-31
crypto/sha512: add tests for Size() and BlockSize()
Shawn Smith
2013-12-29
crypto/hmac: add tests for Size() and BlockSize()
Shawn Smith
2013-12-27
crypto/cipher: remove unused shift1 function
Shawn Smith
2013-12-20
crypto/tls: rework reference tests.
Adam Langley
2013-12-19
crypto/x509: import crypto/sha256
Adam Langley
2013-12-18
crypto/x509: set default signature hash to SHA256 and allow override.
Adam Langley
2013-12-18
crypto/x509: add non-cgo darwin system anchor certs
Josh Bleecher Snyder
2013-12-17
all: add missing copyright
ChaiShushan
2013-12-15
crypto/tls: generate random serial numbers.
Adam Langley
2013-12-15
crypto/cipher: fix CFB mode.
Adam Langley
2013-12-12
crypto/rc4: fix type errors in pure Go implementation
Richard Musiol
2013-12-12
crypto/sha1: Optimise FUNC1 with alternate formulation
Nick Craig-Wood
2013-12-12
crypto/cipher: speed up gcmInc32.
Han-Wen Nienhuys
2013-12-11
crypto/x509: fix typo in comment.
Adam Langley
2013-12-11
crypto/cipher: speed up xor operations in CBC, CFB, OBF, CTR
Han-Wen Nienhuys
2013-12-11
crypto/sha256: block implementation in amd64 assembly
Joel Sing
2013-12-10
crypto/x509: fix behaviour of KeyUsageAny.
Adam Langley
2013-12-09
crypto/rand: support generation of 2-5 bit primes, also document the error re...
Shenghou Ma
2013-10-21
crypto/x509: name constraints should be a disjunction.
Adam Langley
2013-10-21
crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.
Adam Langley
2013-10-02
crypto/tls: document ConnectionState fields
Russ Cox
2013-10-02
crypto/tls: Update reference to the TLS 1.2 RFC.
Frithjof Schulze
2013-09-26
crypto/tls: don't select TLS 1.2 cipher suites in prior versions.
Adam Langley
[prev]
[next]