Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
1e5e819d312208452c511853096bccb20b0274cc
/
library
7c4e60f
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
7143284
Use proper doxygen markup to mark deprecations
by Manuel Pégourié-Gonnard
· 10 years ago
a78b218
Fix contness of debug_print_buf()
by Manuel Pégourié-Gonnard
· 10 years ago
6e06437
Reverse meaning of OID_CMP
by Manuel Pégourié-Gonnard
· 10 years ago
852a6d3
Rename ssl.renegotiation to ssl.renego_status
by Manuel Pégourié-Gonnard
· 10 years ago
240b092
Drop dummy self_test functions
by Manuel Pégourié-Gonnard
· 11 years ago
8d92ced
Fix constness issue in pkcs5_pbes2()
by Manuel Pégourié-Gonnard
· 10 years ago
0db107e
Fix pk_can_do() constness issue
by Manuel Pégourié-Gonnard
· 10 years ago
fa8aebc
Fix a constness issue
by Manuel Pégourié-Gonnard
· 10 years ago
35f1d7f
Update signature of mpi_mul_mpi()
by Manuel Pégourié-Gonnard
· 10 years ago
8ee08a2
Update generated file
by Manuel Pégourié-Gonnard
· 10 years ago
cc0d084
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f7a9f30
build: Makefile: cleanup CFLAGS
by Alon Bar-Lev
· 10 years ago
ada4105
build: Makefile: cleanup LDFLAGS
by Alon Bar-Lev
· 10 years ago
a06d7fe
Avoid possible spurious warning with gcc -Os
by Manuel Pégourié-Gonnard
· 10 years ago
b6b16bd
Drop pbkdf2 module (superseded by pkcs5)
by Manuel Pégourié-Gonnard
· 10 years ago
f9c1387
Drop POLARSSL_ERROR_STRERROR_BC
by Manuel Pégourié-Gonnard
· 10 years ago
57a26da
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
28122e4
Add missing 'const' on selftest data
by Manuel Pégourié-Gonnard
· 10 years ago
51bccd3
Fix compile error with renego disabled
by Manuel Pégourié-Gonnard
· 10 years ago
73ed39d
Remove slow PKCS5 test
by Manuel Pégourié-Gonnard
· 10 years ago
f427f88
Stop checking key-cert match systematically
by Manuel Pégourié-Gonnard
· 10 years ago
69849f8
Drop renego state from context if no renego support
by Manuel Pégourié-Gonnard
· 10 years ago
d2b35ec
Fix bug in no-renego option
by Manuel Pégourié-Gonnard
· 10 years ago
9db41f0
Refresh generated file
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
129db08
Rm polarssl compat targets from Makefiles
by Manuel Pégourié-Gonnard
· 10 years ago
ed99d70
Rename macro to avoid possible future collision
by Manuel Pégourié-Gonnard
· 10 years ago
2f5a1b4
Rename SSL_RENEGOTIATION macro
by Manuel Pégourié-Gonnard
· 10 years ago
9b66990
Fix typos in macro names
by Manuel Pégourié-Gonnard
· 10 years ago
e4d4890
Finish renaming website
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
1dd1674
Move private macro from header to C file
by Manuel Pégourié-Gonnard
· 10 years ago
385069f
Add some missing 'static' on a few objects
by Manuel Pégourié-Gonnard
· 10 years ago
cabf4b8
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
02ba578
Fix -fPIC when cross-compiling to windows
by Manuel Pégourié-Gonnard
· 10 years ago
4e41c99
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
f7db5e0
Avoid possible dangling pointers
by Manuel Pégourié-Gonnard
· 10 years ago
cd4cd1d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
f45850c
Fix the fix to ssl_set_psk()
by Manuel Pégourié-Gonnard
· 10 years ago
ac08b54
Merge remote-tracking branch 'rasp/mem-leak' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f81088b
Fix a potential memory leak found by find-mem-leak.cocci.
by Mansour Moufid
· 10 years ago
b251a20
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
981732b
Fix missing/misplaced #include's
by Manuel Pégourié-Gonnard
· 10 years ago
394608e
Fix misplaced includes
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
491a3fe
Fix compile error in memory_buffer_alloc_selftest
by Manuel Pégourié-Gonnard
· 10 years ago
0da7b04
Rm usunused member in private struct
by Manuel Pégourié-Gonnard
· 10 years ago
50da048
Add heap usage for PK in benchmark
by Manuel Pégourié-Gonnard
· 10 years ago
b8ca723
Only define mode_func if mode is enabled (CBC etc)
by Manuel Pégourié-Gonnard
· 10 years ago
a2424a0
PKCS8 encrypted key depend on PKCS5 or PKCS12
by Manuel Pégourié-Gonnard
· 10 years ago
aff2976
Merge branch 'build' into development
by Manuel Pégourié-Gonnard
· 10 years ago
09eb14c
Revert "Require unix-utils in path for windows make"
by Manuel Pégourié-Gonnard
· 10 years ago
f812054
Revert "Replace SONAME with SOVERSION in makefile"
by Manuel Pégourié-Gonnard
· 10 years ago
99b9259
Fix whitespace of 369e6c20.
by Mansour Moufid
· 10 years ago
c531b4a
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
d48bf68
Write literal byte more clearly
by Manuel Pégourié-Gonnard
· 10 years ago
85fadb7
Make loop bound more obvious
by Manuel Pégourié-Gonnard
· 10 years ago
6fdc4ca
Fix potential signedness issue
by Manuel Pégourié-Gonnard
· 10 years ago
bd1d44e
Fix whitespace of 369e6c20.
by Mansour Moufid
· 10 years ago
369e6c2
Apply the semantic patch rm-malloc-cast.cocci.
by Mansour Moufid
· 10 years ago
18ba0cc
build: make: support windows cross compile
by Alon Bar-Lev
· 10 years ago
0928640
Update generated files
by Manuel Pégourié-Gonnard
· 10 years ago
ac1f76c
Merge remote-tracking branch 'rich/platform' into development
by Manuel Pégourié-Gonnard
· 10 years ago
7d5a55a
Remove dependency on sscanf in lib x509
by Rich Evans
· 10 years ago
c8ada6d
Fix extra guard in memory_buffer_alloc
by Rich Evans
· 10 years ago
77d3638
modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
by Rich Evans
· 10 years ago
c39cb49
add POLARSSL_PLATFORM_EXIT_ALT
by Rich Evans
· 10 years ago
2387c7d
modify library/debug.c to use polarssl_snprintf
by Rich Evans
· 10 years ago
fac657f
modify library/x509*.c to use polarssl_snprintf
by Rich Evans
· 10 years ago
a18b11f
modify library/net.c to use polarssl_snprintf
by Rich Evans
· 10 years ago
8f3a943
modify oid.c to use polarssl_snprintf
by Rich Evans
· 10 years ago
46b0a8d
add platform_set_snprintf
by Rich Evans
· 10 years ago
36796df
Added missing stdio in lib x509.c needed for sscanf
by Rich Evans
· 10 years ago
d08a605
Remove platform guard in mem buffer alloc
by Rich Evans
· 10 years ago
3cfb345
Avoid warning from mingw for shared library
by Manuel Pégourié-Gonnard
· 10 years ago
4180800
Replace SONAME with SOVERSION in makefile
by Manuel Pégourié-Gonnard
· 10 years ago
5d46cca
Require unix-utils in path for windows make
by Manuel Pégourié-Gonnard
· 10 years ago
d72704b
Remove work-around for alleged compiler bug
by Manuel Pégourié-Gonnard
· 10 years ago
2ee8d24
Simplify some constant-time code
by Manuel Pégourié-Gonnard
· 10 years ago
06d7519
Fix msvc warning
by Manuel Pégourié-Gonnard
· 10 years ago
fba22fd
Avoid warning from ar
by Manuel Pégourié-Gonnard
· 10 years ago
6d71e4e
Fix one more warning on windows
by Manuel Pégourié-Gonnard
· 10 years ago
dda5213
Fix harmless warnings with mingw in timing.c
by Manuel Pégourié-Gonnard
· 10 years ago
3843353
Fix hardclock() with mingw64
by Manuel Pégourié-Gonnard
· 10 years ago
a273371
Fix "int vs enum" warnings from armcc v5
by Manuel Pégourié-Gonnard
· 10 years ago
7f84905
Fix two warnings from armcc v5
by Manuel Pégourié-Gonnard
· 10 years ago
45ec8da
Fix missing include in i386-specific file
by Manuel Pégourié-Gonnard
· 10 years ago
0c851ee
Fix missing include in non-default things
by Manuel Pégourié-Gonnard
· 10 years ago
ce2f237
change test function includes to use one convention
by Rich Evans
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
f7d2bba
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
daae3b7
Prepare for mbed TLS 1.3.10 release
by Paul Bakker
· 10 years ago
6674cce
Fix potential timing issue in RSA pms handling
by Manuel Pégourié-Gonnard
· 10 years ago
4eaf8f0
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
555fbf8
Support composite RDNs in X.509 certs parsing
by Manuel Pégourié-Gonnard
· 10 years ago
3d2c4b7
Fix url in new files
by Manuel Pégourié-Gonnard
· 10 years ago
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
Next »