This diff introduces the unit test for the sign_string_with_private_key function. This function gets the string to be signed and the private key and returns a sha256 signature. We will use this function in the Tunnelbroker client's new session creation because we need to provide the signed string to the Tunnelbroker to prove the ownership of the keys.
In this unit test, we will generate the keypair and sign the string, then we will verify the signature by the OpenSSL verifier.
Linear task: ENG-1333