Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
eb47b870b16260da95f459c1db2839bbd316b24f
eb47b87
Rework test-ref-configs.pl to also use ssl-opt.sh
by Manuel Pégourié-Gonnard
· 9 years ago
b6fe70b
Tune up the Thread mini config
by Manuel Pégourié-Gonnard
· 9 years ago
5674a97
Fix compilers warnings in reduced configs
by Manuel Pégourié-Gonnard
· 9 years ago
9f52cac
Rename config-ecjpake to thread and minify it
by Manuel Pégourié-Gonnard
· 9 years ago
024b6df
Improve key export API and documentation
by Manuel Pégourié-Gonnard
· 9 years ago
b7da194
ecjpake: fix uninitialize member
by Manuel Pégourié-Gonnard
· 9 years ago
dd0e9a8
Minimal config file for ECJPAKE
by Robert Cragie
· 9 years ago
4d284d2
Added feature MBEDTLS_SSL_EXPORT_KEYS
by Robert Cragie
· 9 years ago
4289c0d
Typo in parameter name
by Robert Cragie
· 9 years ago
ae8535d
Changed defs. back to MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED
by Robert Cragie
· 9 years ago
39a60de
Correct overwritten fixes
by Robert Cragie
· 9 years ago
136884c
Use MBEDTLS_ECJPAKE_C def. for correct conditional compilation
by Robert Cragie
· 9 years ago
4feb7ae
Added key export API
by Robert Cragie
· 9 years ago
e8377d6
Clean up compilation warnings
by Robert Cragie
· 9 years ago
7cdad77
Add point format handling
by Robert Cragie
· 9 years ago
faee44d
Avoid false positives in bounds check
by Manuel Pégourié-Gonnard
· 9 years ago
d0d8cb3
Cache ClientHello extension
by Manuel Pégourié-Gonnard
· 9 years ago
77c0646
Add cache for EC J-PAKE client extension
by Manuel Pégourié-Gonnard
· 9 years ago
6657b8d
Fix curve-dependency test
by Manuel Pégourié-Gonnard
· 9 years ago
75df902
Add warning on config options
by Manuel Pégourié-Gonnard
· 9 years ago
921f2d0
Add test cases with DTLS and/or password mismatch
by Manuel Pégourié-Gonnard
· 9 years ago
0f1660a
Implement key exchange messages and PMS derivation
by Manuel Pégourié-Gonnard
· 9 years ago
25dbeb0
Skip certificate-related messages with ECJPAKE
by Manuel Pégourié-Gonnard
· 9 years ago
0a1324a
Add client-side extension parsing
by Manuel Pégourié-Gonnard
· 9 years ago
55c7f99
Add server writing of the extension
by Manuel Pégourié-Gonnard
· 9 years ago
bf57be6
Add server extension parsing
by Manuel Pégourié-Gonnard
· 9 years ago
e511b4e
Ignore ECJPAKE suite if not configured on server
by Manuel Pégourié-Gonnard
· 9 years ago
c1b46d0
Fix bug in server parsing point formats extension
by Manuel Pégourié-Gonnard
· 9 years ago
60884a1
Improve debug formatting of ciphersuites
by Manuel Pégourié-Gonnard
· 9 years ago
70905a7
Add ecjpake_pw option to ssl_client2/server2
by Manuel Pégourié-Gonnard
· 9 years ago
eef142d
Depend on ECJPAKE key exchange, not module
by Manuel Pégourié-Gonnard
· 9 years ago
ddf97a6
Skip ECJPAKE suite in ClientHello if no pw set up
by Manuel Pégourié-Gonnard
· 9 years ago
538cb7b
Add the ECJPAKE ciphersuite
by Manuel Pégourié-Gonnard
· 9 years ago
557535d
Add ECJPAKE key exchange
by Manuel Pégourié-Gonnard
· 9 years ago
294139b
Add client extension writing
by Manuel Pégourié-Gonnard
· 9 years ago
b813acc
Add mbedtls_ecjpake_check(), tells if set up
by Manuel Pégourié-Gonnard
· 9 years ago
7002f4a
Add mbedtls_ssl_set_hs_ecjpake_password()
by Manuel Pégourié-Gonnard
· 9 years ago
76cfd3f
Add EC J-PAKE context in handshake structure
by Manuel Pégourié-Gonnard
· 9 years ago
f472179
Adjust dependencies for EC extensions
by Manuel Pégourié-Gonnard
· 9 years ago
cd34589
Fix #ifdef in test suite
by Manuel Pégourié-Gonnard
· 9 years ago
d9802af
Add tests for round 2
by Manuel Pégourié-Gonnard
· 9 years ago
3059095
Complete tests for reading round one
by Manuel Pégourié-Gonnard
· 9 years ago
bbe4e52
Start adding tests for EC J-PAKE round one
by Manuel Pégourié-Gonnard
· 9 years ago
d0d8a93
Blind operations on the secret
by Manuel Pégourié-Gonnard
· 9 years ago
55f3d84
fixup-include
by Manuel Pégourié-Gonnard
· 9 years ago
c907081
Polish the source
by Manuel Pégourié-Gonnard
· 9 years ago
f7368c9
Polish API and documentation
by Manuel Pégourié-Gonnard
· 9 years ago
e192710
Unify round two
by Manuel Pégourié-Gonnard
· 9 years ago
d8204a7
Provide symmetric API for the first round
by Manuel Pégourié-Gonnard
· 9 years ago
e2d3a4e
Unify loading of test vectors in tests
by Manuel Pégourié-Gonnard
· 9 years ago
ce45676
Rename variable to prepare for cli/srv unification
by Manuel Pégourié-Gonnard
· 9 years ago
6b798b9
Tune up some comments
by Manuel Pégourié-Gonnard
· 9 years ago
e0ad57b
Replace explicit IDs with table look-ups
by Manuel Pégourié-Gonnard
· 9 years ago
5f18829
Add derive_pms, completing first working version
by Manuel Pégourié-Gonnard
· 9 years ago
6449391
Store our role in the context
by Manuel Pégourié-Gonnard
· 9 years ago
614bd5e
Add write_client_params
by Manuel Pégourié-Gonnard
· 9 years ago
ec0eece
Add read_client_params
by Manuel Pégourié-Gonnard
· 9 years ago
bed9e41
Add writing of server params
by Manuel Pégourié-Gonnard
· 9 years ago
8d31e80
Improve testing strategy
by Manuel Pégourié-Gonnard
· 9 years ago
1a7c5ef
Optimize some case of mbedtls_ecp_muladd()
by Manuel Pégourié-Gonnard
· 9 years ago
cb7cd03
Add first draft or read_server_params
by Manuel Pégourié-Gonnard
· 9 years ago
23dcbe3
Add support for passphrase in the context
by Manuel Pégourié-Gonnard
· 9 years ago
4e8bc78
Add context-using functions for Hello extensions
by Manuel Pégourié-Gonnard
· 9 years ago
7af8bc1
Start introducing mbedtls_ecjpake_context
by Manuel Pégourié-Gonnard
· 9 years ago
3aed185
Re-order functions.
by Manuel Pégourié-Gonnard
· 9 years ago
9028c5a
Improve const correctness of read() functions
by Manuel Pégourié-Gonnard
· 9 years ago
082767f
Add ecjpake_kkpp_read/write
by Manuel Pégourié-Gonnard
· 9 years ago
4f2cd95
Fix potential memory leaks
by Manuel Pégourié-Gonnard
· 9 years ago
b1b250b
Add ecjpake_kkp_read/write()
by Manuel Pégourié-Gonnard
· 9 years ago
967cd71
Add test vector for ZKP verification
by Manuel Pégourié-Gonnard
· 9 years ago
6029a85
Add ecjpake_zpk_read()
by Manuel Pégourié-Gonnard
· 9 years ago
c618195
Fix base point in ecjpake_write_zkp()
by Manuel Pégourié-Gonnard
· 9 years ago
d9a3f47
Add mbedtls_ecp_gen_keypair_base()
by Manuel Pégourié-Gonnard
· 9 years ago
8489f17
First draft of ecjpake_write_zkp()
by Manuel Pégourié-Gonnard
· 9 years ago
3dbf2fb
Implement hashing function for ZKP
by Manuel Pégourié-Gonnard
· 9 years ago
4d8685b
Add skeleton for EC J-PAKE module
by Manuel Pégourié-Gonnard
· 9 years ago
14d8005
Remove "private" setting from module.json
by Manuel Pégourié-Gonnard
· 9 years ago
0a0c22e
Add ChangeLog entry about license change
by Manuel Pégourié-Gonnard
· 9 years ago
mbedtls-2.1.0
aac5502
Bump version to 2.1.0
by Manuel Pégourié-Gonnard
· 9 years ago
67e4652
Fix bug in bump_version.sh
by Manuel Pégourié-Gonnard
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 9 years ago
f9c599c
Bump yotta patch version
by Manuel Pégourié-Gonnard
· 9 years ago
2d43479
Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls into development
by Simon Butcher
· 9 years ago
1a66081
Merge branch 'iotssl-457-badtail' into development
by Simon Butcher
· 9 years ago
5275459
Merging iotssl-457-badtail with development branch
by Simon Butcher
· 9 years ago
f851f14
Moe top-level Readme to markdown
by Manuel Pégourié-Gonnard
· 9 years ago
ed51594
Merge pull request #265 from ARMmbed/iotssl-460-bugfixes
by Simon Butcher
· 9 years ago
1662c4a
Merge pull request #264 from ARMmbed/misc
by Simon Butcher
· 9 years ago
f459a0f
Bump yotta patch version
by Manuel Pégourié-Gonnard
· 9 years ago
b2beb84
Changelog entry fro the previous commit
by Manuel Pégourié-Gonnard
· 9 years ago
f81ee2e
Add NULL checks to top-level SSL functions
by Manuel Pégourié-Gonnard
· 9 years ago
fdbdd72
Skip to trusted certs early in the chain
by Manuel Pégourié-Gonnard
· 9 years ago
560fea3
Add tests for verify callback
by Manuel Pégourié-Gonnard
· 9 years ago
4f202ba
Document the three libraries in Readme
by Manuel Pégourié-Gonnard
· 9 years ago
c881ca8
Document how to build shared libs with CMake
by Manuel Pégourié-Gonnard
· 9 years ago
5f5e0ec
Improve mbedtls_ssl_write() documentation
by Manuel Pégourié-Gonnard
· 9 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 9 years ago
7b23c51
Print "thread ID" in debug messages
by Manuel Pégourié-Gonnard
· 9 years ago
d68434e
Disable some tests with valgrind
by Manuel Pégourié-Gonnard
· 9 years ago
bb83844
Clarify that there are two SSL I/O buffers
by Manuel Pégourié-Gonnard
· 9 years ago
Next »