Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
b749d68f
Commit
b749d68f
authored
Jan 04, 2009
by
Paul Bakker
Browse files
- Updates to PolarSSL
- Added ignores
parent
41d6e3a5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
ChangeLog
ChangeLog
+12
-0
programs/ssl/ssl_client1.c
programs/ssl/ssl_client1.c
+2
-2
programs/ssl/ssl_client2.c
programs/ssl/ssl_client2.c
+2
-2
No files found.
ChangeLog
View file @
b749d68f
PolarSSL ChangeLog
= Version 0.x released on 2009-01-??
? * Migrated XySSL to PolarSSL
? * Added warning for use of old defines
? * Added Camellia symmetric cipher
? * Added XTEA symmetric cipher
? * Fixed dangerous bug that can cause a heap overflow in
rsa_pkcs1_decrypt
================================================================
XySSL ChangeLog
= Version 0.9 released on 2008-03-16
= Version 0.9 released on 2008-03-16
...
...
programs/ssl/ssl_client1.c
View file @
b749d68f
...
@@ -34,10 +34,10 @@
...
@@ -34,10 +34,10 @@
#define SERVER_NAME "localhost"
#define SERVER_NAME "localhost"
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
*/
*/
#define SERVER_NAME "
xy
ssl.org"
#define SERVER_NAME "
polar
ssl.org"
#define GET_REQUEST \
#define GET_REQUEST \
"GET /hello/ HTTP/1.1\r\n" \
"GET /hello/ HTTP/1.1\r\n" \
"Host:
xy
ssl.org\r\n\r\n"
"Host:
polar
ssl.org\r\n\r\n"
#define DEBUG_LEVEL 0
#define DEBUG_LEVEL 0
...
...
programs/ssl/ssl_client2.c
View file @
b749d68f
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
#define SERVER_NAME "localhost"
#define SERVER_NAME "localhost"
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
*/
*/
#define SERVER_NAME "
xy
ssl.org"
#define SERVER_NAME "
polar
ssl.org"
#define GET_REQUEST \
#define GET_REQUEST \
"GET /hello/ HTTP/1.1\r\n" \
"GET /hello/ HTTP/1.1\r\n" \
"Host:
xy
ssl.org\r\n\r\n"
"Host:
polar
ssl.org\r\n\r\n"
#define DEBUG_LEVEL 0
#define DEBUG_LEVEL 0
...
...
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