- 7b7dac5 crypto/tls: Add support for ECDHE-ECDSA by Joel Sing · 12 years ago
- ad477e4 crypto/rsa: remove obsolete TODO. by Adam Langley · 12 years ago
- 7e76779 crypto/tls: implement TLS 1.2. by Adam Langley · 12 years ago
- f99158c crypto/x509: Added RFC 5280, section 4.2.2.1 Authority Information Access by Paul van Brouwershaven · 12 years ago
- b92b093 crypto/tls: Change TLS version to 1.1 in the package comment. by Frithjof Schulze · 12 years ago
- d2a19e9 crypto/elliptic: add constant-time, P-256 implementation. by Adam Langley · 12 years ago
- 2546a54 crypto/sha512: update comment for the Sum512 function. by Robin Eklind · 12 years ago
- fa7e46c crypto/sha512: provide top-level Sum512 and Sum384 functions by Rob Pike · 12 years ago
- 5cd5d88 crypto/sha256: provide top-level Sum and Sum224 functions by Rob Pike · 12 years ago
- 4850f5d crypto/md5: provide a top-level Sum function by Rob Pike · 12 years ago
- 4cf7389 crypto/sha1: provide a top-level Sum function by Rob Pike · 12 years ago
- 793bb6c crypto/sha1: mark block as non-escaping by Rob Pike · 12 years ago
- 9035297 crypto/x509: add function to marshal EC private keys. by Adam Langley · 12 years ago
- 966e889 crypto/tls: change advertised ciphersuite order. by Adam Langley · 12 years ago
- 4bd79e7 crypto/x509: Added RFC 5280, section 4.2.1.14 to parseCertificate and buildExtensions by Paul van Brouwershaven · 12 years ago
- 14e52c7 crypto/cipher: StreamWriter.Closer docs + behavior change by Brad Fitzpatrick · 12 years ago
- 02a891b asn1: Improved encoding/decoding for OID types by Gerasimos Dimitriadis · 12 years ago
- 2112fed crypto/tls: support TLS 1.1. by Adam Langley · 12 years ago
- ca986a2 crypto/tls: Check all certificates in the path. by John Shahid · 12 years ago
- ddc8679 crypto/x509: harmonise error prefixes. by Adam Langley · 12 years ago
- 876455f crypto/rsa: implement PSS signatures. by Nan Deng · 12 years ago
- 8590e1b crypto/tls: don't send NPN extension if NextProtos is not set. by Adam Langley · 12 years ago
- b419e2b crypto/x509: provide better error messages for X.509 verify failures. by Adam Langley · 12 years ago
- 21cf646 crypto/tls: fix flakey test. by Adam Langley · 12 years ago
- e85e678 crypto/rsa: check for minimal PKCS#1 v1.5 padding. by Adam Langley · 12 years ago
- a1dbfee crypto/tls: ignore empty TLS records. by Adam Langley · 12 years ago
- b08a316 crypto/rand: better panic message for invalid Int argument. by Rémy Oudompheng · 12 years ago
- 03640c5 crypto/ecdsa: doc cleanup by Brad Fitzpatrick · 12 years ago
- f20f8b8 crypto/rsa: don't correct private exponent unless needed. by Adam Langley · 12 years ago
- f6d0ade build: remove dead code by Russ Cox · 12 years ago
- 07720b6 build: update assembly variable names for vet by Russ Cox · 12 years ago
- dabe510 crypto/cipher: fix vet warning by Russ Cox · 12 years ago
- b505ff6 crypto/rc4: faster amd64 implementation by Russ Cox · 12 years ago
- 2f32138 crypto/sha1: faster amd64, 386 implementations by Russ Cox · 12 years ago
- 25cbd53 crypto/md5: faster amd64, 386 implementations by Russ Cox · 12 years ago
- 1af9608 crypto/rc4: faster amd64, 386 implementations by Russ Cox · 12 years ago
- 76d5e2c crypto/tls: use method values by Brad Fitzpatrick · 12 years ago
- e15c0ac all: remove now-unnecessary unreachable panics by Brad Fitzpatrick · 12 years ago
- b582ef3 crypto/rsa: fix infinite loop in GenerateMultiPrimeKey for large nprimes by Rémy Oudompheng · 12 years ago
- d137a2c src: use internal tests if possible by Robin Eklind · 12 years ago
- 5b20a18 crypto/x509: support IP SANs. by Adam Langley · 12 years ago
- e0791a3 crypto/x509: disable SCG test with system validation. by Adam Langley · 12 years ago
- e1c309e crypto/x509: allow MS/NS SCG key usage as ServerAuth. by Adam Langley · 12 years ago
- 2b44c33 crypto/md5: fix for big-endian processors by Ian Lance Taylor · 12 years ago
- 80e1cf7 crypto/rc4: naïve ARM assembly implementation by Shenghou Ma · 12 years ago
- 5c659d7 crypto/x509: test for negative RSA parameters. by Adam Langley · 12 years ago
- fa2acad crypto/cipher: avoid out of bounds error in CryptBlocks by Russ Cox · 12 years ago
- 475d86b crypto/rc4: add simple amd64 asm implementation. by Adam Langley · 12 years ago
- 6a9e956 all: use t.Skip{,f} by Dave Cheney · 12 years ago
- 249af5c crypto/x509: skip SystemRootsError test on Windows by Mikkel Krautz · 12 years ago
- 793cbd5 crypto/tls: allow the server to enforce its ciphersuite preferences. by Adam Langley · 12 years ago
- 5b5d3ef crypto/x509: return a better error when we fail to load system roots. by Adam Langley · 12 years ago
- 0fb6f5f crypto/cipher: don't persist errors in StreamWriter. by Adam Langley · 12 years ago
- 46811d2 src: Use bytes.Equal instead of bytes.Compare where possible. by Matthew Dempsky · 12 years ago
- 975bf6d crypto/rsa: ensure that RSA keys use the full number of bits. by Adam Langley · 12 years ago
- 8f1d170 crypto/des: add an example to demonstrate EDE2 operation. by Adam Langley · 12 years ago
- d1ef9b5 all: fix typos caught by https://github.com/lyda/misspell-check. by Shenghou Ma · 12 years ago
- 444b7b5 crypto/tls: fix loading keys labeled just "PRIVATE KEY" by Brad Fitzpatrick · 12 years ago
- 1de4d31 crypto/tls: use 1/n-1 record splitting to protect against BEAST by Anthony Martin · 12 years ago
- 38458ce crypto/md5: speed up aligned writes and test/bench unaligned writes by Shenghou Ma · 12 years ago
- 4f25013 archive/zip, crypto/tls, net/http: Fix print format errors. by Robin Eklind · 12 years ago
- aaf3b71 crypto/tls: add support for loading EC X.509 key pairs by Joel Sing · 12 years ago
- 63315c0 crypto/x509: add support for SEC1/EC private keys. by Joel Sing · 12 years ago
- 791fb97 crypto/x509: implement EncryptPEMBlock by Roger Peppe · 12 years ago
- 768ba46 crypto/x509: fix DecryptPEMBlock by Roger Peppe · 12 years ago
- f8892fb crypto/sha1: Make sha-1 do block mixup in place by Carl Mastrangelo · 12 years ago
- 03c52a5 crypto: use better hash benchmarks by Eric Roshan-Eisner · 12 years ago
- 5176481 crypto/cipher: add examples by Adam Langley · 12 years ago
- 465b9c3 gofmt: apply gofmt -w src misc by Robert Griesemer · 12 years ago
- 184e7a2 crypto/x509: always write validity times in UTC. by Adam Langley · 12 years ago
- fcd5fd2 crypto/cipher: panic on invalid IV length by Shane Hansen · 12 years ago
- cfa1ba3 crypto/tls: make closeNotify a warning alert. by Adam Langley · 12 years ago
- 3acce59 crypto/rsa: fix decryption benchmark. by Adam Langley · 12 years ago
- 6720997 crypto/hmac: add Equal function. by Adam Langley · 12 years ago
- af79568 gofmt: apply gofmt -w -s src misc by Robert Griesemer · 12 years ago
- 7e90f7b crypto/tls: fix NPN extension parsing. by Adam Langley · 12 years ago
- b459afe crypto/sha256, crypto/sha512: 1.3x speedup by Dmitry Chestnykh · 12 years ago
- 70ab57e crypto/x509: add DecryptBlock function for loading password protected keys by Jeff Wendling · 12 years ago
- cca48f1 crypto/x509: add Plan 9 root certificate location by David du Colombier · 12 years ago
- 948db4e crypto/aes: speed up using AES-NI on amd64 by Shenghou Ma · 12 years ago
- 65c7dc4 crypto/tls: support session ticket resumption. by Adam Langley · 12 years ago
- c993ac1 crypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage fields from template in CreateCertificate by Andrew Harding · 13 years ago
- be11889 crypto/x509: ignore non-critical email constraints by Adam Langley · 13 years ago
- ecc04b8 crypto/tls: allow certificates and key to be in either order. by Adam Langley · 13 years ago
- ef87c0e crypto/rsa: reject PublicKey.E if it won't fit in a 32-bit int by Russ Cox · 13 years ago
- 122d287 crypto/rand: typo fix from a69e30463bf4 by Adam Langley · 13 years ago
- b752ab2 crypto/rand: zero length reads shouldn't crash on Windows. by Adam Langley · 13 years ago
- 67ee9a7 crypto/tls: fix data race on conn.err by Dave Cheney · 13 years ago
- 0a115d7 crypto/tls: return better error message in the case of an SSLv2 handshake. by Adam Langley · 13 years ago
- 67924c1 crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs by Mikkel Krautz · 13 years ago
- 4230dd4 crypto/rand: Example for Read. by Yves Junqueira · 13 years ago
- a108369 syscall: return EINVAL when string arguments have NUL characters by Alexey Borzenkov · 13 years ago
- 728f191 crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ by Adam Langley · 13 years ago
- e107742 crypto/tls: remove flakey tests by Adam Langley · 13 years ago
- bbb5f1b crypto/x509: support ECDSA keys when generating certificates. by Adam Langley · 13 years ago
- 93ea79e crypto/rsa: left-pad PKCS#1 v1.5 outputs. by Adam Langley · 13 years ago
- eeffa73 encoding/asn1: promote untyped strings to UTF8 as needed. by Adam Langley · 13 years ago
- 685a61d crypto/x509: exempt broken Entrust certificate from checks. by Adam Langley · 13 years ago
- e66d29c pkg: Removing duplicated words ("of of", etc.), mostly from comments. by David G. Andersen · 13 years ago
- 7f68986 crypto/x509: add extended key usage support. by Adam Langley · 13 years ago