shekharHPE

Results 3 issues of shekharHPE

1. Is system capable of using a default of no compression - when using TLS 2. Is the system capable of exchanging TLS messages in a single exchange or multiple...

**Client Code: --->** ctx, err := openssl.NewCtxFromFiles("./client_cert/public/client.crt", "./client_cert/private/client.key") if err != nil { log.Fatal(err) } err = ctx.LoadVerifyLocations("", "./public/server_cert") if err != nil { log.Fatal(err) } ctx.SetVerify(openssl.VerifyPeer, nil) fmt.Println("here1:") conn,...

We have a resolv.conf file for every namespaces. When switching from one namespace (say VRF_1) to another (say VRF_2), it seems that the resolv.conf file attached to VRF_1 is used...