Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestShortSessionKey (0.21 sec)

  1. src/crypto/rsa/pkcs1v15_test.go

    	}
    	if err := VerifyPKCS1v15(&rsaPrivateKey.PublicKey, crypto.Hash(0), msg, sig); err != nil {
    		t.Fatalf("signature failed to verify: %s", err)
    	}
    }
    
    func TestShortSessionKey(t *testing.T) {
    	// This tests that attempting to decrypt a session key where the
    	// ciphertext is too small doesn't run outside the array bounds.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 00:16:30 UTC 2022
    - 8.6K bytes
    - Viewed (0)
Back to top