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