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