Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
fc2ccfe72cc415564f1458b2cf4c2ac7612b4b2b
fc2ccfe
Fix missing comma with ENTROPY_HARDWARE_ALT
by Manuel Pégourié-Gonnard
· 9 years ago
5871910
cmake: testing disabled by default with MSVC
by Manuel Pégourié-Gonnard
· 9 years ago
1409616
Fix one renaming in the list
by Manuel Pégourié-Gonnard
· 9 years ago
fc10193
Update Readme for build & test options
by Manuel Pégourié-Gonnard
· 9 years ago
78ec2b0
Cosmetics in Makefiles
by Manuel Pégourié-Gonnard
· 9 years ago
0b4e2ac
cmake: move options to the top
by Manuel Pégourié-Gonnard
· 9 years ago
1780f89
Some more scripts simplified
by Manuel Pégourié-Gonnard
· 9 years ago
3d404b4
Simplify some scripts
by Manuel Pégourié-Gonnard
· 9 years ago
89eb197
mklink needs /d for directories
by Manuel Pégourié-Gonnard
· 9 years ago
4d2ef29
Tests enabled by default with cmake on win32
by Manuel Pégourié-Gonnard
· 9 years ago
8511384
Use Perl to run tests suites with make
by Manuel Pégourié-Gonnard
· 9 years ago
a4f055f
Some windows environments don't have _snprint_s
by Manuel Pégourié-Gonnard
· 9 years ago
6cacde2
Invoke perl directly in Makefile
by Manuel Pégourié-Gonnard
· 9 years ago
20af64d
Still need to #define inline for MSVC
by Manuel Pégourié-Gonnard
· 9 years ago
e540b49
Add one more debug message
by Manuel Pégourié-Gonnard
· 9 years ago
7eb58cb
Rm obsolete hack in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 9 years ago
b4b19f3
Add a debug message
by Manuel Pégourié-Gonnard
· 9 years ago
31cafa3
Rm obsolete test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 9 years ago
001f2b6
Use xxx_clone() instead of memcpy() in SSL
by Manuel Pégourié-Gonnard
· 9 years ago
c0bf01e
Undo overzealous renaming of internal variables
by Manuel Pégourié-Gonnard
· 9 years ago
052a6c9
Add mbedtls_md_clone()
by Manuel Pégourié-Gonnard
· 9 years ago
16d412f
Add md/shaXXX_clone() API
by Manuel Pégourié-Gonnard
· 9 years ago
b9d64e5
Fix missing calls to md/shaxxx_free()
by Manuel Pégourié-Gonnard
· 9 years ago
71d296a
Add missing calls to _free() in md_wrap
by Manuel Pégourié-Gonnard
· 9 years ago
a6dbddc
Fix benchmark.c for removal of small DH params
by Manuel Pégourié-Gonnard
· 9 years ago
7893103
Remove 1024 bits DHM params and add one 4096 bit
by Manuel Pégourié-Gonnard
· 9 years ago
77c6562
Update dh_genprime program
by Manuel Pégourié-Gonnard
· 9 years ago
cf26e21
Small Make tune-up
by Manuel Pégourié-Gonnard
· 9 years ago
22169ec
Update readme regardin Visual Studio
by Manuel Pégourié-Gonnard
· 9 years ago
814f13b
Fix typo in README.
by Manuel Pégourié-Gonnard
· 9 years ago
7c3b4ab
Fix typos in comments
by Manuel Pégourié-Gonnard
· 9 years ago
6755717
Fix stupid typo in ssl_server2.c
by Manuel Pégourié-Gonnard
· 9 years ago
ae738c2
Fix warning from Perl 5.21 in helper script
by Manuel Pégourié-Gonnard
· 9 years ago
5791109
Make the hardclock test optional
by Manuel Pégourié-Gonnard
· 9 years ago
9bd0afd
Add guards for closed socket in net.c
by Manuel Pégourié-Gonnard
· 9 years ago
046589e
Rm obsolete defines for snprintf in programs
by Manuel Pégourié-Gonnard
· 9 years ago
2505528
Rm obsolete defines for inline wiht MSVC
by Manuel Pégourié-Gonnard
· 9 years ago
636741b
Remove obsolete hacks for uin32_t
by Manuel Pégourié-Gonnard
· 9 years ago
3083053
More cmake for windows tune-ups
by Manuel Pégourié-Gonnard
· 9 years ago
5fe51d7
Don't rely on CMake 3.0 features
by Manuel Pégourié-Gonnard
· 9 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 9 years ago
7e2d68c
cmake: -W flags only for GCC and Clang
by Manuel Pégourié-Gonnard
· 9 years ago
052f288
Cosmetics in debug in ssl_{client,server}2.c
by Manuel Pégourié-Gonnard
· 9 years ago
acecb65
Fix mbedtls_net_usleep() on Windows
by Manuel Pégourié-Gonnard
· 9 years ago
d3a9166
Adjust prerequisites for tests in cmake
by Manuel Pégourié-Gonnard
· 9 years ago
abc729e
Simplify net_accept() with UDP sockets
by Manuel Pégourié-Gonnard
· 9 years ago
db2468d
Update old comment
by Manuel Pégourié-Gonnard
· 9 years ago
3d7d00a
Rename mbedtls_net_close() to mbedtls_net_free()
by Manuel Pégourié-Gonnard
· 9 years ago
5db6432
Adapt programs to the new NET API
by Manuel Pégourié-Gonnard
· 9 years ago
9189585
Move from naked int to a structure in net.c
by Manuel Pégourié-Gonnard
· 9 years ago
16a17a4
Fix net_accept() for UDP sockets on Windows
by Manuel Pégourié-Gonnard
· 9 years ago
a16e7c4
Rename a debug function
by Manuel Pégourié-Gonnard
· 9 years ago
80d627a
Remove now useless function
by Manuel Pégourié-Gonnard
· 9 years ago
b74c245
Rework debug to not need dynamic alloc
by Manuel Pégourié-Gonnard
· 9 years ago
a7c8903
Add missing programs to Makefile
by Manuel Pégourié-Gonnard
· 9 years ago
fa67eba
Fix X.509 keysize check with multiple CAs
by Manuel Pégourié-Gonnard
· 9 years ago
1c5b9fc
Avoid truncating peer cert info in ssl_server2
by Manuel Pégourié-Gonnard
· 9 years ago
f659d2c
Tune up Windows snprintf() support
by Manuel Pégourié-Gonnard
· 9 years ago
fc36708
Use $(MAKE), not make
by Manuel Pégourié-Gonnard
· 9 years ago
633c6b6
Run timing selftest on all platforms
by Manuel Pégourié-Gonnard
· 9 years ago
03db6b0
Cosmetics in test scripts
by Manuel Pégourié-Gonnard
· 9 years ago
4fd0b25
Fix dual use of buffer in test
by Manuel Pégourié-Gonnard
· 9 years ago
4b00f08
Fix snprintf test
by Manuel Pégourié-Gonnard
· 9 years ago
9db2887
Actually enable fixed snprintf on windows
by Manuel Pégourié-Gonnard
· 9 years ago
e1d34d1
cmake: add shortcut 'lib' for all libraries
by Manuel Pégourié-Gonnard
· 9 years ago
574ae18
Fix stupid typo that broke make SHARED=1
by Manuel Pégourié-Gonnard
· 9 years ago
ea9556a
Fix mistaken changes in Makefile's clean target
by Manuel Pégourié-Gonnard
· 9 years ago
dc54ff8
Improve documentation about SSL ticket encryption
by Manuel Pégourié-Gonnard
· 9 years ago
a25ffc3
Update Changelog for target split
by Manuel Pégourié-Gonnard
· 9 years ago
147be4f
Rm old variable from (c)make files
by Manuel Pégourié-Gonnard
· 9 years ago
752c501
One soversion per library
by Manuel Pégourié-Gonnard
· 9 years ago
ace3599
Fix GNUism in bump_version.sh
by Manuel Pégourié-Gonnard
· 9 years ago
f7c42d8
Update visualc projects
by Manuel Pégourié-Gonnard
· 9 years ago
6dc2651
Cosmetics
by Manuel Pégourié-Gonnard
· 9 years ago
c84d0e1
Use LD_LIBRARY_PATH to run test with SHARED=1
by Manuel Pégourié-Gonnard
· 9 years ago
9b06abe
Add a shared build with make on Linux to all.sh
by Manuel Pégourié-Gonnard
· 9 years ago
c7781ad
Split library in CMake
by Manuel Pégourié-Gonnard
· 9 years ago
ba2c876
cmake: adjust libraries linking
by Manuel Pégourié-Gonnard
· 9 years ago
c8293b2
cmake: no reason for test to depend on gcc/clang
by Manuel Pégourié-Gonnard
· 9 years ago
216a183
Fix whitespace in CMakeLists.txt
by Manuel Pégourié-Gonnard
· 9 years ago
e058ea2
More consistent toolchains in all.sh
by Manuel Pégourié-Gonnard
· 9 years ago
cde2aba
Do no test net_usleep in timing_selftest
by Manuel Pégourié-Gonnard
· 9 years ago
53585ee
Remove test DHM params from certs.c
by Manuel Pégourié-Gonnard
· 9 years ago
21e1ac2
Fix linking order with make
by Manuel Pégourié-Gonnard
· 9 years ago
0761733
Fix potential NULL dereference
by Manuel Pégourié-Gonnard
· 9 years ago
dba460f
Add SSL "assertion" to help static analysis
by Manuel Pégourié-Gonnard
· 9 years ago
1cf7b30
Rewrite test to make Coverity happier
by Manuel Pégourié-Gonnard
· 9 years ago
db5d15e
Minor tune-ups in CMake
by Manuel Pégourié-Gonnard
· 9 years ago
5c59a4f
Split libs with make + general make cleanups
by Manuel Pégourié-Gonnard
· 9 years ago
8d4a613
Small Makefile improvements
by Manuel Pégourié-Gonnard
· 9 years ago
21dcc1e
fixup
by Manuel Pégourié-Gonnard
· 9 years ago
463e09d
Prepare library split
by Manuel Pégourié-Gonnard
· 9 years ago
bae389b
Fix uninitialized access
by Manuel Pégourié-Gonnard
· 9 years ago
ac5361f
Fix small issues in tests found by Coverity
by Manuel Pégourié-Gonnard
· 9 years ago
bcc0308
Avoid fclose( NULL )
by Manuel Pégourié-Gonnard
· 9 years ago
7f9049b
Make config.pl more resistant to misuse
by Manuel Pégourié-Gonnard
· 9 years ago
61ee351
Adapt programs to the new debug API
by Manuel Pégourié-Gonnard
· 9 years ago
fd47423
Change SSL debug API in the library
by Manuel Pégourié-Gonnard
· 9 years ago
79c4e3e
Rm obsolete comments
by Manuel Pégourié-Gonnard
· 9 years ago
52fa38a
Better cleanup in all.sh
by Manuel Pégourié-Gonnard
· 9 years ago
Next »