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
2013-09-23
crypto/tls: document that the package supports TLS 1.2
Russ Cox
2013-09-20
crypto/x509: update comment on system root cert locations.
David Symonds
2013-09-17
crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.
Adam Langley
2013-09-16
crypto/tls: fix TLS 1.2 client certificates.
Adam Langley
2013-09-12
crypto/x509: allow ECDSA public keys to be marshaled.
Nicholas Sullivan
2013-09-06
crypto/rand: make Read use io.ReadFull
Brad Fitzpatrick
2013-08-30
crypto/x509: expose arbitary X.509 extensions.
Adam Langley
2013-08-29
crypto/tls: support AES-GCM.
Adam Langley
2013-08-24
all: dragonfly support
Joel Sing
2013-08-12
all: change textflags from numbers to symbols.
Keith Randall
2013-08-12
crypto/rand: simplify example to exploit properties of ReadFull
Rob Pike
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-05
crypto/cipher: add GCM mode.
Adam Langley
2013-08-05
crypto: include hash number in panic message.
Adam Langley
2013-07-31
crypto/des: faster permutation.
Rémy Oudompheng
2013-07-29
all: move examples into package *_test.
Rémy Oudompheng
2013-07-26
crypto/des: faster block expansion.
Rémy Oudompheng
2013-07-25
crypto/md5: native arm assembler version
Nick Craig-Wood
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-07-22
all: change "true iff" to "whether" in public docs
Brad Fitzpatrick
2013-07-17
crypto/tls: Add support for ECDHE-ECDSA
Joel Sing
2013-07-16
crypto/rsa: remove obsolete TODO.
Adam Langley
2013-07-02
crypto/tls: implement TLS 1.2.
Adam Langley
2013-06-27
crypto/x509: Added RFC 5280, section 4.2.2.1 Authority Information Access
Paul van Brouwershaven
2013-06-27
crypto/tls: Change TLS version to 1.1 in the package comment.
Frithjof Schulze
2013-06-27
crypto/elliptic: add constant-time, P-256 implementation.
Adam Langley
2013-06-27
crypto/sha512: update comment for the Sum512 function.
Robin Eklind
2013-06-26
crypto/sha512: provide top-level Sum512 and Sum384 functions
Rob Pike
2013-06-26
crypto/sha256: provide top-level Sum and Sum224 functions
Rob Pike
2013-06-26
crypto/md5: provide a top-level Sum function
Rob Pike
2013-06-25
crypto/sha1: provide a top-level Sum function
Rob Pike
2013-06-24
crypto/sha1: mark block as non-escaping
Rob Pike
2013-06-20
crypto/x509: add function to marshal EC private keys.
Adam Langley
2013-06-19
crypto/tls: change advertised ciphersuite order.
Adam Langley
2013-06-17
crypto/x509: Added RFC 5280, section 4.2.1.14 to parseCertificate and buildEx...
Paul van Brouwershaven
2013-06-17
crypto/cipher: StreamWriter.Closer docs + behavior change
Brad Fitzpatrick
2013-06-10
asn1: Improved encoding/decoding for OID types
Gerasimos Dimitriadis
2013-06-04
crypto/tls: support TLS 1.1.
Adam Langley
2013-05-29
crypto/tls: Check all certificates in the path.
John Shahid
2013-05-24
crypto/x509: harmonise error prefixes.
Adam Langley
2013-05-23
crypto/rsa: implement PSS signatures.
Nan Deng
2013-05-21
crypto/tls: don't send NPN extension if NextProtos is not set.
Adam Langley
2013-05-20
crypto/x509: provide better error messages for X.509 verify failures.
Adam Langley
2013-05-16
crypto/tls: fix flakey test.
Adam Langley
2013-05-15
crypto/rsa: check for minimal PKCS#1 v1.5 padding.
Adam Langley
2013-05-15
crypto/tls: ignore empty TLS records.
Adam Langley
2013-04-17
crypto/rand: better panic message for invalid Int argument.
Rémy Oudompheng
2013-04-13
crypto/ecdsa: doc cleanup
Brad Fitzpatrick
2013-03-25
crypto/rsa: don't correct private exponent unless needed.
Adam Langley
[prev]
[next]