1. e78e654 crypto/x509: parse CSRs with a critical flag in the requested extensions. by Adam Langley · 10 years ago
  2. 8ee0261 crypto/x509: make verification of an empty certificate consistent across platforms. by Adam Langley · 10 years ago
  3. 400bb82 crypto/x509: map/slice literals janitoring by Didier Spezia · 10 years ago
  4. 2814906 crypto/rsa: check for primes ≤ 1 in Validate by Adam Langley · 10 years ago
  5. 7bc3e58 all: extract "can I exec?" check from tests into internal/testenv by Russ Cox · 10 years ago
  6. d942737 crypto/x509: allow parsing of certificates with unknown critical extensions. by Adam Langley · 10 years ago
  7. 54bb4b9 crypto/x509: CertificateRequest signature verification by Paul van Brouwershaven · 10 years ago
  8. 439318d crypto/x509: skip arm64 tests limited by iOS by David Crawshaw · 10 years ago
  9. 88399b2 crypto/x509: Fix parsing bug in uncommon CSR Attributes. by Jacob H. Haven · 10 years ago
  10. b1517c3 crypto/x509: skip tests not made for darwin/arm by David Crawshaw · 10 years ago
  11. abf8bbb crypto/x509: make behaviour of absolute DNS names match Chromium. by Adam Langley · 10 years ago
  12. e7fae68 crypto/x509: allow wildcards only as the first label. by Adam Langley · 10 years ago
  13. c2317db crypto/x509: don't reject certs with critical policy extensions. by Adam Langley · 10 years ago
  14. 32304fc crypto/x509: allow matchHostnames to work with absolute domain names by rubyist · 10 years ago
  15. f7e78aa crypto/x509/pkix: Parse and add additional elements in a DN by Paul van Brouwershaven · 10 years ago
  16. 8bf6e09 Revert "crypto/x509: implement crypto.Signer" by Adam Langley · 10 years ago
  17. cef15fa crypto/x509: implement crypto.Signer by Paul van Brouwershaven · 10 years ago
  18. 2fe8ead crypto/x509: write exact BitLength in ASN.1 encoding for certificate KeyUsage by Adam Langley · 10 years ago
  19. 64bed3f crypto/x509: continue to recognise MaxPathLen of zero as "no value". by Adam Langley · 10 years ago
  20. dfddd80 crypto/x509: accept CRLs without an expiry. by Adam Langley · 11 years ago
  21. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/crypto/x509/x509_test.go]
  22. e50d059 crypto/x509: skip test on android (no Go tool) by David Crawshaw · 11 years ago
  23. b39e2a0 src, misc: applied gofmt -w -s by Robert Griesemer · 11 years ago
  24. 0c2a727 build: make nacl pass by Russ Cox · 11 years ago
  25. d461348 src: fix issues found by go vet std by Robert Hencke · 11 years ago
  26. fc8e77c crypto/x509: Add certificate signature request (CSR) support. by Kyle Isom · 11 years ago
  27. 9144ef3 crypto/x509: import crypto/sha256 by Adam Langley · 11 years ago
  28. ca3ff92 crypto/x509: set default signature hash to SHA256 and allow override. by Adam Langley · 11 years ago
  29. 87404c9 crypto/x509: expose arbitary X.509 extensions. by Adam Langley · 12 years ago
  30. f99158c crypto/x509: Added RFC 5280, section 4.2.2.1 Authority Information Access by Paul van Brouwershaven · 12 years ago
  31. 4bd79e7 crypto/x509: Added RFC 5280, section 4.2.1.14 to parseCertificate and buildExtensions by Paul van Brouwershaven · 12 years ago
  32. 02a891b asn1: Improved encoding/decoding for OID types by Gerasimos Dimitriadis · 12 years ago
  33. 5b20a18 crypto/x509: support IP SANs. by Adam Langley · 12 years ago
  34. d1ef9b5 all: fix typos caught by https://github.com/lyda/misspell-check. by Shenghou Ma · 12 years ago
  35. af79568 gofmt: apply gofmt -w -s src misc by Robert Griesemer · 12 years ago
  36. c993ac1 crypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage fields from template in CreateCertificate by Andrew Harding · 13 years ago
  37. bbb5f1b crypto/x509: support ECDSA keys when generating certificates. by Adam Langley · 13 years ago
  38. eeffa73 encoding/asn1: promote untyped strings to UTF8 as needed. by Adam Langley · 13 years ago
  39. 5c6162c crypto/x509: Add ECDSA support by Benjamin Black · 13 years ago
  40. 03823b8 use new time API by Russ Cox · 13 years ago
  41. 30aa701 renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* by Rob Pike · 13 years ago
  42. 965845a all: sort imports by Russ Cox · 13 years ago
  43. ec0b553 crypto/x509: fix names in certificate generation. by Adam Langley · 13 years ago
  44. b3812bf crypto/x509: add code for dealing with PKIX public keys. by Adam Langley · 13 years ago
  45. c281ddf crypto: reorg, cleanup and add function for generating CRLs. by Adam Langley · 14 years ago
  46. 6dced6d crypto/x509: fix incorrect prints found by govet by Robert Hencke · 14 years ago
  47. e7db6d7 crypto/x509: add support for parsing and verifying DSA signatures by Jonathan Allie · 14 years ago
  48. 3faa490 pkg: fix new incorrect prints found by govet by Robert Hencke · 14 years ago
  49. d84415d crypto/x509: support DSA public keys in X.509 certs. by Adam Langley · 14 years ago
  50. 555685e crypto/rsa: support > 3 primes. by Adam Langley · 14 years ago
  51. 360ab50 crypto/rsa: add support for precomputing CRT values. by Adam Langley · 14 years ago
  52. 531fb54 crypto/x509: add name constraints support. by Adam Langley · 14 years ago
  53. ffa9000 crypto/x509: policy OID support and fixes. by Adam Langley · 14 years ago
  54. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  55. 8e5f673 crypto/x509, crypto/tls: improve root matching and observe CA flag. by Adam Langley · 15 years ago
  56. a4514c4 http: check https certificate against host name by Russ Cox · 15 years ago
  57. ccd28e8 crypto/rand for Windows by Peter Mundy · 15 years ago
  58. 9c09ed1 x509: support non-self-signed certs. by Adam Langley · 15 years ago
  59. f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
  60. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  61. 32c3c95 crypto/x509: support certificate creation. by Adam Langley · 15 years ago
  62. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  63. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  64. cc56fc3 crypto/x509: add certificate support. by Adam Langley · 15 years ago
  65. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  66. db4e48e big: fix carry error, add test case. crypto/x509: reenable tests. by Adam Langley · 15 years ago
  67. 56eca9d minor fixups by gofmt by Robert Griesemer · 15 years ago
  68. ecf0690 crypto/x509: build fix for 32-bit by Adam Langley · 15 years ago
  69. eb48f83 crypto/tls (part 5/5) by Adam Langley · 15 years ago
  70. fd74a83 Add initial x509 code. by Adam Langley · 15 years ago