Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e943bff

Browse filesBrowse files
authored
fix: add information on PKCS1v15 (GoogleCloudPlatform#3236)
1 parent 9e64bff commit e943bff
Copy full SHA for e943bff

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎storage/signed_urls/generate_signed_urls.py

Copy file name to clipboardExpand all lines: storage/signed_urls/generate_signed_urls.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def generate_signed_url(service_account_file, bucket_name, object_name,
109109
credential_scope,
110110
canonical_request_hash])
111111

112+
# signer.sign() signs using RSA-SHA256 with PKCS1v15 padding
112113
signature = binascii.hexlify(
113114
google_credentials.signer.sign(string_to_sign)
114115
).decode()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.