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
7c3b4ab6
Commit
7c3b4ab6
authored
Jul 02, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments
parent
6755717f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/mbedtls/config.h
include/mbedtls/config.h
+1
-1
include/mbedtls/error.h
include/mbedtls/error.h
+2
-2
No files found.
include/mbedtls/config.h
View file @
7c3b4ab6
...
...
@@ -1280,7 +1280,7 @@
* CRIME attack. Before enabling this option, you should examine with care if
* CRIME or similar exploits may be a applicable to your use case.
*
* \note Currently compression can't b
u
used with DTLS.
* \note Currently compression can't b
e
used with DTLS.
*
* Used in: library/ssl_tls.c
* library/ssl_cli.c
...
...
include/mbedtls/error.h
View file @
7c3b4ab6
...
...
@@ -30,7 +30,7 @@
* Error code layout.
*
* Currently we try to keep all error codes within the negative space of 16
* b
yte
s signed integers to support all platforms (-0x000
0
- -0x
8000
). In
* b
it
s signed integers to support all platforms (-0x000
1
- -0x
7FFF
). In
* addition we'd like to give two layers of information on the error if
* possible.
*
...
...
@@ -38,7 +38,7 @@
*
* 16 bit error code bit-segmentation
*
* 1 bit -
S
ign bit
* 1 bit -
Unused (s
ign bit
)
* 3 bits - High level module ID
* 5 bits - Module-dependent error code
* 7 bits - Low level module errors
...
...
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