-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Coverage improvements #540
Changes from all commits
c0a9447
8a25d2f
7e18517
7a83345
b840c06
b48f3bc
4751ef9
d2f1849
8662ea7
136675e
0870279
1bfe17d
7578fd9
b3f8115
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1097,3 +1097,6 @@ test_vec_ecb:MBEDTLS_CIPHER_AES_256_ECB:MBEDTLS_DECRYPT:"00000000000000000000000 | |
AES-256-ECB Decrypt NIST KAT #12 | ||
depends_on:MBEDTLS_AES_C | ||
test_vec_ecb:MBEDTLS_CIPHER_AES_256_ECB:MBEDTLS_DECRYPT:"0000000000000000000000000000000000000000000000000000000000000000":"9b80eefb7ebe2d2b16247aa0efc72f5d":"e0000000000000000000000000000000":0 | ||
|
||
Cipher Corner Case behaviours | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like this special case should be dependent on MBEDTLS_AES_C. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please see line 95 in the patch to test_suit_cipher.function where the dependency is stated.. |
||
cipher_special_behaviours: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does byte order mean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With 0xFFFF you cannot see if the bytes were place in the correct order into the ASN1 representation. With 0x0102 you can.
-------- Original message --------
From: Janos Follath notifications@github.com
Date: 7/15/16 15:48 (GMT+01:00)
To: ARMmbed/mbedtls mbedtls@noreply.github.com
Cc: Paul Bakker Paul.Bakker@arm.com, Author author@noreply.github.com
Subject: Re: [ARMmbed/mbedtls] Coverage improvements (#540)
In tests/suites/test_suite_asn1write.datahttps://github.com//pull/540#discussion_r70975243:
What does byte order mean here?
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//pull/540/files/7d1ad315a8570948c2b60e9b59e764e3036d0fa8..9d63b77#r70975243, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABNYRIVQ0RrrO7gTOFq08lYxJgK1co8Zks5qV4-AgaJpZM4JMg88.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.