Manuel Pégourié-Gonnard
|
7e81e7003f
|
Fix left out printf's
|
2015-01-29 11:47:41 +00:00 |
|
Manuel Pégourié-Gonnard
|
860b51642d
|
Fix url again
|
2015-01-28 17:12:07 +00:00 |
|
Manuel Pégourié-Gonnard
|
65fc6a886a
|
Fix small bug in base64_encode()
|
2015-01-28 16:49:26 +00:00 |
|
Manuel Pégourié-Gonnard
|
bbbb3cfba5
|
Fix depend that was checked but not documented
|
2015-01-28 16:44:37 +00:00 |
|
Manuel Pégourié-Gonnard
|
94de33140b
|
Fix dependency that was not checked
|
2015-01-28 16:32:36 +00:00 |
|
Manuel Pégourié-Gonnard
|
78dbeeffd3
|
Minor gitginore fixes
|
2015-01-28 15:34:01 +00:00 |
|
Manuel Pégourié-Gonnard
|
3f738ca40a
|
Move some ignore patterns to subdirectories
|
2015-01-28 15:33:23 +00:00 |
|
Matyas Dolak
|
72f42d7a52
|
Ignore CMake/MSVC-related build files.
|
2015-01-28 15:29:52 +00:00 |
|
Manuel Pégourié-Gonnard
|
f3046efb24
|
Re-categorize changelog entry
|
2015-01-28 15:21:42 +00:00 |
|
Manuel Pégourié-Gonnard
|
ee7d599904
|
Fix misattribution
|
2015-01-28 15:21:42 +00:00 |
|
veggie
|
64a5799637
|
Minor nits with stdout/stderr.
|
2015-01-28 15:21:42 +00:00 |
|
Manuel Pégourié-Gonnard
|
2a9c8b62bf
|
Add cmake compatibility targets
|
2015-01-28 15:21:25 +00:00 |
|
Manuel Pégourié-Gonnard
|
8984cc8a71
|
Add script for polarssl symlink creation
|
2015-01-28 15:21:04 +00:00 |
|
Paul Bakker
|
5861789545
|
Merge small fixes
|
2015-01-28 15:28:51 +01:00 |
|
Manuel Pégourié-Gonnard
|
7cbe1318d8
|
Fix more stdio inclusion issues
|
2015-01-28 15:28:30 +01:00 |
|
Manuel Pégourié-Gonnard
|
607d663b41
|
Add debug info for cert/suite selection
|
2015-01-28 15:28:30 +01:00 |
|
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 |
|