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-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-07
crypto/tls: print unexpected error in test
Russ Cox
2014-09-02
crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.
David Leon Gil
2014-08-29
crypto: add Signer
Adam Langley
2014-08-28
crypto/md5: use go generate to create md5block.go
ChaiShushan
2014-08-25
crypto/cipher: add CFB test vectors.
Adam Langley
2014-08-15
crypto/x509: SystemRootsError style tweaks, document in Verify
Brad Fitzpatrick
2014-08-12
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-12
crypto/rand: use getrandom system call on Linux
Brad Fitzpatrick
2014-08-11
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
Andres Erbsen
2014-08-06
crypto/tls: Added dynamic alternative to NameToCertificate map for SNI
Percy Wegmann
2014-08-05
crypto/tls: add ALPN support.
Adam Langley
2014-07-28
crypto/tls: check curve equation in ECDHE.
Adam Langley
2014-07-28
crypto/tls: Support ECDSA keys in generate_cert.go
Asim Shankar
2014-07-22
crypto/subtle: make ConstantTimeCompare return zero for args of different len...
David Symonds
2014-07-10
crypto/rc4: disable assembly implementation for nacl/arm.
Shenghou Ma
2014-07-08
crypto/x509: skip test on android (no Go tool)
David Crawshaw
2014-07-03
crypto/x509: fix format strings in test
Dmitriy Vyukov
2014-07-02
crypto/rsa: fix out-of-bound access with short session keys.
Adam Langley
2014-07-02
crypto/cipher: fix typo in example comment
Preetam Jinka
2014-07-01
src, misc: applied gofmt -w -s
Robert Griesemer
2014-06-28
crypto/cipher: Fix typo in example comment
Preetam Jinka
2014-06-03
crypto/tls: fix typo referencing the required Config field
Brad Fitzpatrick
2014-05-20
build: make nacl pass
Russ Cox
2014-05-15
crypto/sha256, crypto/sha512: fix argument size in assembly
Russ Cox
2014-05-09
crypto/aes: fix overrun in assembly encrypt/decrypt
Russ Cox
2014-05-02
std lib: fix various typos in comments
Robert Griesemer
2014-04-29
all: spelling tweaks, A-G
Robert Hencke
2014-04-26
src: fix issues found by go vet std
Robert Hencke
2014-04-16
all: fix typos
Rui Ueyama
2014-04-15
crypto/tls: don't block on Read of zero bytes
Brad Fitzpatrick
2014-04-14
crypto/x509: fix Windows build.
Adam Langley
2014-04-14
crypto/x509: support SHA-512 by default.
Adam Langley
2014-04-08
crypto/(ec)dsa: use Fermat's inversion.
Adam Langley
2014-04-02
crypto/tls: deflake TestConnReadNonzeroAndEOF
Brad Fitzpatrick
2014-03-28
crypto/x509: unbreak Windows build.
Adam Langley
2014-03-27
crypto/x509: update tests because Windows removed the Verisign root.
Adam Langley
2014-03-25
crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer
Brad Fitzpatrick
2014-03-21
encoding/asn1: use GeneralizedTime for times outside the range of UTCTime.
Adam Langley
2014-03-20
crypto/tls: clarify concurrent use of Config
Brad Fitzpatrick
2014-03-11
crypto/rsa: fix docs for PrecomputedValues.Qinv
Shenghou Ma
2014-03-08
crypto/md5, crypto/sha1: exclude amd64p32 from generic implementations.
Dave Cheney
2014-03-04
crypto/cipher: fix AEAD.Open documentation nit
Brad Fitzpatrick
2014-03-03
crypto/tls: split connErr to avoid read/write races.
Adam Langley
2014-02-28
crypto/tls: add DialWithDialer.
Adam Langley
2014-02-25
crypto/sha1: restore accidental removal of arm build tag
Brad Fitzpatrick
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-24
crypto/tls: report TLS version in ConnectionState.
Adam Langley
2014-02-24
crypto/tls: pick ECDHE curves based on server preference.
Adam Langley
2014-02-24
crypto/md5,sha1: add examples for Sum
Rob Pike
[next]