Manuel Pégourié-Gonnard
|
ceedb8292e
|
Fix possible portability issue
The & 0xFF should not be necessary on platforms with 8-bit chars, but one user
reported having problems with his compiler on such a platform.
|
2015-01-28 15:28:30 +01:00 |
|
Manuel Pégourié-Gonnard
|
e89163c0a8
|
Fix bug in ssl_get_verify_result()
|
2015-01-28 15:28:30 +01:00 |
|
wslfa
|
cc334eff3e
|
aescrypt2.c local char array not initial
I change the main() function to a normal function, use many threads call it. so, in concurrent situation, these initial operation is necessary.
|
2015-01-28 15:28:30 +01:00 |
|
Manuel Pégourié-Gonnard
|
9d7fc16dbf
|
Update Changelog
|
2015-01-28 15:28:29 +01:00 |
|
James Cowgill
|
d1e7e8ba05
|
Fix mips64 bignum implementation
- Use correct mips64 define (__mips64, not __mips64__).
- Added mips64 to the list of arches supporting 64-bit ints.
|
2015-01-28 15:28:29 +01:00 |
|
Manuel Pégourié-Gonnard
|
478fac4075
|
Fix usage string of ssl_client2
Found by Hannes Mehnert
|
2015-01-28 15:28:29 +01:00 |
|
Manuel Pégourié-Gonnard
|
c9e0483b42
|
Update Changelog
|
2015-01-28 15:28:29 +01:00 |
|
Manuel Pégourié-Gonnard
|
7c9e75a836
|
Remove a few useless #defines
|
2015-01-28 15:28:29 +01:00 |
|
Rich Evans
|
f90016aade
|
Use platform layer in programs for consistency.
|
2015-01-28 15:28:28 +01:00 |
|
Manuel Pégourié-Gonnard
|
e94e6e5b9c
|
Fix stdio (non-)inclusion issues.
|
2015-01-28 15:28:28 +01:00 |
|
Manuel Pégourié-Gonnard
|
9ad7b6ebde
|
Rm spurious printf from test function
|
2015-01-28 15:28:28 +01:00 |
|
Rich Evans
|
920aa9c8ee
|
change more references to (f)printf to polarssl_(f)printf to allow overriding
|
2015-01-28 15:28:28 +01:00 |
|
Rich Evans
|
f4253c72f0
|
modify tests/scripts/generate_code.pl to allow overriding of from command line
|
2015-01-28 15:28:27 +01:00 |
|
Rich Evans
|
3d536ba30c
|
fix main_test.function to use polarssl (f)printf functions
|
2015-01-28 15:28:27 +01:00 |
|
Manuel Pégourié-Gonnard
|
9014b6f227
|
Rename project in CMake
TODO: to create symlinks to the old names!
|
2015-01-27 15:44:46 +00:00 |
|
Manuel Pégourié-Gonnard
|
5285970871
|
Update name in install target for Make
|
2015-01-27 14:05:16 +01:00 |
|
Manuel Pégourié-Gonnard
|
6a4ae35788
|
Link to new name in programs & tests Makefiles
|
2015-01-27 14:03:24 +01:00 |
|
Manuel Pégourié-Gonnard
|
145422f74d
|
Make now creates libmbedtls.so with polarssl link
|
2015-01-27 11:36:50 +01:00 |
|
Manuel Pégourié-Gonnard
|
04a81d5c65
|
Fix issue in previous commit
Even with shared we need to build the static library since programs are using
it.
|
2015-01-27 11:36:41 +01:00 |
|
Manuel Pégourié-Gonnard
|
edaa9a02c4
|
Generate VC files with new name
|
2015-01-26 16:44:38 +00:00 |
|
Manuel Pégourié-Gonnard
|
813e585fe3
|
Rename in visual C script and templates
|
2015-01-26 16:44:38 +00:00 |
|
Manuel Pégourié-Gonnard
|
392d3dde0b
|
Adapt all.sh for OS X (no MemSan)
|
2015-01-26 16:44:38 +00:00 |
|
Manuel Pégourié-Gonnard
|
0ac1d2d5ca
|
Fix error while removing memory.h usage
|
2015-01-26 16:44:37 +00:00 |
|
Manuel Pégourié-Gonnard
|
1e77a96683
|
Fix memsan false positive on Linux >= 3.17
|
2015-01-26 16:44:37 +00:00 |
|
Manuel Pégourié-Gonnard
|
acdb9b9525
|
Fix unchecked error code on Windows
|
2015-01-23 17:50:34 +00:00 |
|
Manuel Pégourié-Gonnard
|
afe8f53ead
|
Fix error in lcov target
|
2015-01-23 17:40:33 +00:00 |
|
Manuel Pégourié-Gonnard
|
d43ccb66fb
|
Quit using deprecated header.
|
2015-01-23 17:38:09 +00:00 |
|
Manuel Pégourié-Gonnard
|
0a155b826c
|
Fix bug with compatibility memory define/header
|
2015-01-23 17:28:27 +00:00 |
|
Manuel Pégourié-Gonnard
|
2be147a9cb
|
Improve documentation of CBC functions
|
2015-01-23 16:23:13 +00:00 |
|
Manuel Pégourié-Gonnard
|
cfa9a45dd6
|
Rename in cmake help strings
|
2015-01-23 13:33:31 +00:00 |
|
Manuel Pégourié-Gonnard
|
c26a092b50
|
Rename static lib name with make
|
2015-01-23 12:57:33 +00:00 |
|
Manuel Pégourié-Gonnard
|
c5d68e5b70
|
Fix dependency declaration
|
2015-01-23 12:37:21 +00:00 |
|
Manuel Pégourié-Gonnard
|
085ab040aa
|
Fix website url to use https.
|
2015-01-23 11:06:27 +00:00 |
|
Manuel Pégourié-Gonnard
|
9698f5852c
|
Remove maintainer line.
|
2015-01-23 10:59:00 +00:00 |
|
Manuel Pégourié-Gonnard
|
19f6b5dfaa
|
Remove redundant "all rights reserved"
|
2015-01-23 10:54:00 +00:00 |
|
Manuel Pégourié-Gonnard
|
a34aa70b23
|
Update version_features
|
2015-01-23 10:27:36 +00:00 |
|
Manuel Pégourié-Gonnard
|
a658a4051b
|
Update copyright
|
2015-01-23 09:55:24 +00:00 |
|
Manuel Pégourié-Gonnard
|
a8f3b75f54
|
Fix issue in compat.sh
|
2015-01-22 17:20:35 +00:00 |
|
Manuel Pégourié-Gonnard
|
f234ff82ec
|
Rename doxyfile
|
2015-01-22 17:01:27 +00:00 |
|
Manuel Pégourié-Gonnard
|
e4f6edcda1
|
Rename to mbed TLS in tests/
|
2015-01-22 16:43:54 +00:00 |
|
Manuel Pégourié-Gonnard
|
9169921271
|
Rename to mbed TLS in examples
|
2015-01-22 16:26:39 +00:00 |
|
Manuel Pégourié-Gonnard
|
b64d9a79a4
|
Remove old test certificates.
Avoid duplication with those in tests/data_files
|
2015-01-22 16:25:32 +00:00 |
|
Manuel Pégourié-Gonnard
|
b4fe3cb1fa
|
Rename to mbed TLS in the documentation/comments
|
2015-01-22 16:11:05 +00:00 |
|
Manuel Pégourié-Gonnard
|
967a2a5f8c
|
Change name to mbed TLS in the copyright notice
|
2015-01-22 14:28:16 +00:00 |
|
Manuel Pégourié-Gonnard
|
11c919208d
|
Fix error code description.
|
2015-01-22 13:22:12 +00:00 |
|
Manuel Pégourié-Gonnard
|
a9a991633d
|
generate_errors.pl now errors on duplicate codes
Duplication could easily happen during merges, now it can't go unnoticed.
|
2015-01-22 13:19:20 +00:00 |
|
Manuel Pégourié-Gonnard
|
59c6f2ef21
|
Avoid nested if's without braces.
Creates a potential for confusing code if we later want to add an else clause.
|
2015-01-22 11:06:40 +00:00 |
|
Manuel Pégourié-Gonnard
|
5d9cde25da
|
Move renego SCSV after actual ciphersuites
|
2015-01-22 10:49:41 +00:00 |
|
Manuel Pégourié-Gonnard
|
34377b1e1c
|
Fix send_close_notify usage.
|
2015-01-22 10:46:46 +00:00 |
|
Manuel Pégourié-Gonnard
|
6a0017b7c0
|
Rename variable for clarity
|
2015-01-22 10:33:29 +00:00 |
|