Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in sections 3.1.2, 3.1.3, 4.1.1 and 4.1.2, RSA and HMAC examples #102

Open
sebastien-rosset opened this issue Jan 15, 2020 · 0 comments

Comments

@sebastien-rosset
Copy link

Section 4.1.1 has the following example:

   The client would compose the signing string as:

   (request-target): post /foo\n
   (created): 1402170695
   (expires): 1402170995
   host: example.org\n
   digest: SHA-256=X48E9qOokqqrvdts8nOJRJN3OWDUoyWxBf7kbu9DBPE=\n
   content-length: 18

It looks like "\n" is missing, or is this intentional?

   (request-target): post /foo\n
   (created): 1402170695\n
   (expires): 1402170995\n
@sebastien-rosset sebastien-rosset changed the title Typo in section 4.1.1, RSA example Typo in sections 4.1.1 and 4.1.2, RSA and HMAC examples Jan 15, 2020
@sebastien-rosset sebastien-rosset changed the title Typo in sections 4.1.1 and 4.1.2, RSA and HMAC examples Typo in sections 3.1.2,, 3.1.3, 4.1.1 and 4.1.2, RSA and HMAC examples Jan 15, 2020
@sebastien-rosset sebastien-rosset changed the title Typo in sections 3.1.2,, 3.1.3, 4.1.1 and 4.1.2, RSA and HMAC examples Typo in sections 3.1.2, 3.1.3, 4.1.1 and 4.1.2, RSA and HMAC examples Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant