-
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
Fix string downcast to PrintableString
as issued in #1033
#1641
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
23f954d
Fix string downcast to `PrintableString` as issued in #1033
Patater c5c9aaf
Merge branch 'development' of https://github.com/thomas-dee/mbedtls i…
c150f0d
fixed missing initializer
020c823
fixed segmentation fault
eba6c9b
changes requested by @hanno-arm
thomas-dee d2c9009
Improve documentation of x509_attr_descriptor_t
d0e21fb
Improve documentation of ASN.1 string-writing functions
d355e69
Rename `tag` to `default_tag` in x509_attr_descriptor_t
cfc47ba
Correct some indentation and line lengths in x509_create.c
35b6854
Replace reference to RFC 3280 by reference to newer RFC 5280
1624e2e
Avoid overly long lines X.509 DN attr array def in x509_create.c
f745733
Add 'md' cmd line parameter to cert_req example program
56e8463
Add 'password' cmd line parameter to cert_req example program
50cb93a
Generate server1* CRTs and CSRs through Mbed TLS applications
b837775
Generate test-ca* CSRs and CRTs through Mbed TLS applications
ebc1f40
Generate server2* CSRs and CRTs through Mbed TLS applications
0dd1139
Generate server5.req.ku.sha1 through Mbed TLS application
386f99c
Generate cli-rsa* CSRs and CRTs through Mbed TLS applications
b963081
Generate tests/data_files/test-ca_cat[12|21].crt from Makefile
52acdb5
Add tests for relaxed CRL-CA name comparison
0f6903d
Move static x509_name_cmp() in library/x509_crt.c
cb93813
Don't perform binary comparison of CRL issuer and CA subject
b12fd31
Adapt ChangeLog
381c77c
Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug
6e1adee
Regenerate test files
beffcd8
Update hardcoded certificates in library/certs.c
ee334a3
Remove Doxygen tags from documentation of private structure
cec1c26
Break overly long line in library/x509_create.c
5517755
Improve wording and formatting of ASN.1 write module documentation
710f203
Merge branch 'iotssl-1770' into development_thomas_dee
f143a78
Adapt ChangeLog
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
There needs to be credit to @thomas-dee here also as well as mention of his work in #1033!