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