[PD2] Made cert checks in cryptoutils

This commit is contained in:
Afonso Franco 2024-05-30 15:48:28 +01:00
parent 69559f41ca
commit 62962a13c7
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
9 changed files with 160 additions and 133 deletions

View file

@ -1,9 +1,9 @@
package client
import (
"PD1/internal/protocol"
"PD1/internal/utils/cryptoUtils"
"PD1/internal/utils/networking"
"PD2/internal/protocol"
"PD2/internal/utils/cryptoUtils"
"PD2/internal/utils/networking"
"crypto/x509"
"errors"
"flag"