Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
c84d0e1ec11e808b7d5400fda83c21f2fbb5f61f
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
b86145e
Avoid potential NULL dereference.
by Manuel Pégourié-Gonnard
· 9 years ago
14bf706
Add SSL "assertions" to help static analyzers
by Manuel Pégourié-Gonnard
· 9 years ago
b9c93d0
Fix earlier incomplete change in RSA PMS reading
by Manuel Pégourié-Gonnard
· 9 years ago
1938975
Avoid dead stores (makes scan-build happier)
by Manuel Pégourié-Gonnard
· 9 years ago
c0d7494
Make 'port' a string in NET module
by Manuel Pégourié-Gonnard
· 9 years ago
e244f9f
Improve doc about length of strings written
by Manuel Pégourié-Gonnard
· 9 years ago
d23f593
Avoid static buffer in debug module
by Manuel Pégourié-Gonnard
· 9 years ago
96fb685
Some more init calls
by Manuel Pégourié-Gonnard
· 9 years ago
496f24e
Deduplicate SHA-2 wrappers
by Manuel Pégourié-Gonnard
· 9 years ago
ab59321
Call init functions in MD alloc wrappers
by Manuel Pégourié-Gonnard
· 9 years ago
1cd10ad
Update prototype of x509write_set_key_usage()
by Manuel Pégourié-Gonnard
· 9 years ago
655a964
Adapt check_key_usage to new weird bits
by Manuel Pégourié-Gonnard
· 9 years ago
9a70225
Add parsing/printing for new X.509 keyUsage flags
by Manuel Pégourié-Gonnard
· 9 years ago
b80d16d
Fix return convention of x509_wildcard_verify()
by Manuel Pégourié-Gonnard
· 9 years ago
0789433
Rename M255 to Curve25519
by Manuel Pégourié-Gonnard
· 9 years ago
7320eb4
Remove references to some Montgomery curves
by Manuel Pégourié-Gonnard
· 9 years ago
9386664
Move from inttypes.h to stdint.h
by Manuel Pégourié-Gonnard
· 9 years ago
e7e8984
Fix and document corner-cases of time checking
by Manuel Pégourié-Gonnard
· 9 years ago
57e10d7
Fix potential NULL dereference.
by Manuel Pégourié-Gonnard
· 9 years ago
e91e21c
Simplify code in test suites
by Manuel Pégourié-Gonnard
· 9 years ago
f9b85d9
Fix potential resource leak in X.509 parse dir
by Manuel Pégourié-Gonnard
· 9 years ago
bcf13ba
Fix issue with MemSan and entropy
by Manuel Pégourié-Gonnard
· 9 years ago
96aba64
Merge branch 'set_hs' into development
by Manuel Pégourié-Gonnard
· 9 years ago
6ea831d
Add tests for mbedtls_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 9 years ago
c948a79
Add tests for mbedtls_ssl_set_hs_authmode()
by Manuel Pégourié-Gonnard
· 9 years ago
4d6f178
Add support for SNI CA and authmode in ssl_server2
by Manuel Pégourié-Gonnard
· 9 years ago
cdc26ae
Add mbedtls_ssl_set_hs_authmode
by Manuel Pégourié-Gonnard
· 9 years ago
a752d87
Merge branch 'snprintf' into development
by Manuel Pégourié-Gonnard
· 9 years ago
9dbaf40
Rationalize other snprintf() uses
by Manuel Pégourié-Gonnard
· 9 years ago
1685368
Rationalize snprintf() usage in X.509 modules
by Manuel Pégourié-Gonnard
· 9 years ago
7b6dcbe
Add tests for snprintf
by Manuel Pégourié-Gonnard
· 9 years ago
6c0c8e0
Include fixed snprintf for Windows in platform.c
by Manuel Pégourié-Gonnard
· 9 years ago
bbc60db
Adjustments for armcc in all.sh
by Manuel Pégourié-Gonnard
· 9 years ago
8ba88f0
Fix stupid typo in documentation
by Manuel Pégourié-Gonnard
· 9 years ago
f9cbd73
Update generated files
by Manuel Pégourié-Gonnard
· 9 years ago
d5f38b0
Fix dependencies on time on x509 test suite
by Manuel Pégourié-Gonnard
· 9 years ago
7580ba4
Add a concept of entropy source strength.
by Manuel Pégourié-Gonnard
· 9 years ago
3f77dfb
Add MBEDTLS_ENTROPY_HARDWARE_ALT
by Manuel Pégourié-Gonnard
· 9 years ago
bf82ff0
Fix entropy thresholds
by Manuel Pégourié-Gonnard
· 9 years ago
60c793b
Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE
by Manuel Pégourié-Gonnard
· 9 years ago
6195767
Fix default of openssl s_server
by Manuel Pégourié-Gonnard
· 9 years ago
c0696c2
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
097c7bb
Rename relevant global symbols from size to bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
fb317c5
Rename parameter in a x509 helper
by Manuel Pégourié-Gonnard
· 9 years ago
39a48f4
Internal renamings in PK
by Manuel Pégourié-Gonnard
· 9 years ago
12ad798
Rename ssl_session.length to id_len
by Manuel Pégourié-Gonnard
· 9 years ago
797f48a
Rename ecp_curve_info.size to bit_size
by Manuel Pégourié-Gonnard
· 9 years ago
898e0aa
Rename key_length in cipher_info
by Manuel Pégourié-Gonnard
· 9 years ago
b8186a5
Rename len to bitlen in function parameters
by Manuel Pégourié-Gonnard
· 9 years ago
6934afa
Merge branch 'profiles' into development
by Manuel Pégourié-Gonnard
· 9 years ago
88d3785
Update Changelog for the profiles branch
by Manuel Pégourié-Gonnard
· 9 years ago
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 9 years ago
7bfc122
Implement sig_hashes
by Manuel Pégourié-Gonnard
· 9 years ago
36a8b57
Create API for mbedtls_ssl_conf_sig_hashes().
by Manuel Pégourié-Gonnard
· 9 years ago
9d412d8
Small internal changes in curve checking
by Manuel Pégourié-Gonnard
· 9 years ago
a83e4e2
Extra check in verify_with_profile()
by Manuel Pégourié-Gonnard
· 9 years ago
27716cc
Clarify a point in the documentation
by Manuel Pégourié-Gonnard
· 9 years ago
b541da6
Fix define for ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 9 years ago
6e3ee3a
Add mbedtls_ssl_conf_cert_profile()
by Manuel Pégourié-Gonnard
· 9 years ago
cbb1f6e
Implement cert profile checking
by Manuel Pégourié-Gonnard
· 9 years ago
f8ea856
Change data structure of profiles to bitfields
by Manuel Pégourié-Gonnard
· 9 years ago
88db5da
Add pre-defined profiles for cert verification
by Manuel Pégourié-Gonnard
· 9 years ago
9505164
Create cert profile API (unimplemented yet)
by Manuel Pégourié-Gonnard
· 9 years ago
bc7bbbc
Remove duplicated tests for x509_verify_info()
by Manuel Pégourié-Gonnard
· 9 years ago
7a010aa
Add tests for dhm_min_bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
9096682
Add dhmlen option in ssl_client2.c
by Manuel Pégourié-Gonnard
· 9 years ago
bd990d6
Add ssl_conf_dhm_min_bitlen()
by Manuel Pégourié-Gonnard
· 9 years ago
bf27eaa
Fix help string in ssl_client2.c
by Manuel Pégourié-Gonnard
· 9 years ago
1b1e65f
Fix typos and other small issues in doc
by Manuel Pégourié-Gonnard
· 9 years ago
3d4755b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
721e6bb
Fix all.sh for recent config.pl change
by Manuel Pégourié-Gonnard
· 9 years ago
a14cbb6
Have config.pl return non-zero rather than warn
by Manuel Pégourié-Gonnard
· 9 years ago
7ee5ddd
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
dccb80b
Fix compile errors with NO_STD_FUNCTIONS
by Manuel Pégourié-Gonnard
· 9 years ago
Next »