gcc/libgo/go/crypto/x509
Ian Lance Taylor 00b2a30fd4 libgo: update to final Go 1.8 release
Along with the update this fixes a problem that was always present but
    only showed up with the new reflect test.  When a program used a
    **unsafe.Pointer and stored the value in an interface type, the
    generated type descriptor pointed to the GC data for *unsafe.Pointer.
    It did that by name, but we were not generating a variable with the
    right name.
    
    Reviewed-on: https://go-review.googlesource.com/37144

From-SVN: r245535
2017-02-17 15:43:39 +00:00
..
pkix
cert_pool.go
pem_decrypt_test.go
pem_decrypt.go
pkcs1.go
pkcs8_test.go
pkcs8.go
root_bsd.go
root_cgo_darwin.go
root_darwin_arm_gen.go
root_darwin_armx.go
root_darwin.go
root_linux.go
root_nacl.go
root_nocgo_darwin.go
root_plan9.go
root_solaris.go
root_unix.go
root_windows.go
root.go
sec1_test.go
sec1.go
sha2_windows_test.go
verify_test.go
verify.go
x509_test_import.go
x509_test.go
x509.go