Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
78848375
Commit
78848375
authored
Apr 10, 2014
by
Manuel Pégourié-Gonnard
Committed by
Paul Bakker
Apr 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare EC constants as 'const'
parent
1630058d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
61 deletions
+63
-61
ChangeLog
ChangeLog
+2
-0
library/ecp_curves.c
library/ecp_curves.c
+61
-61
No files found.
ChangeLog
View file @
78848375
...
...
@@ -44,6 +44,8 @@ Bugfix
* pk_get_size() and pk_get_len() were off by a factor 8 for RSA-alt keys.
* Potential buffer overwrite in pem_write_buffer() because of low length
indication (found by Thijs Alkemade)
* EC curves constants, which should be only in ROM since 1.3.3, were also
stored in RAM due to missing 'const's (found by Gergely Budai).
= PolarSSL 1.3.5 released on 2014-03-26
Features
...
...
library/ecp_curves.c
View file @
78848375
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment