Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
ca700b23711025dd65d396f81eeecd910c56c4ba
/
library
5674a97
Fix compilers warnings in reduced configs
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
4d284d2
Added feature MBEDTLS_SSL_EXPORT_KEYS
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
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
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
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
d0d8a93
Blind operations on the secret
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
aac5502
Bump version to 2.1.0
by Manuel Pégourié-Gonnard
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 9 years ago
5275459
Merging iotssl-457-badtail with development branch
by Simon Butcher
· 9 years ago
fdbdd72
Skip to trusted certs early in the chain
by Manuel Pégourié-Gonnard
· 9 years ago
4d04cdc
Fix RSA mutex fix
by Manuel Pégourié-Gonnard
· 9 years ago
1385a28
Fix possible mutex lock/unlock mismatch
by Manuel Pégourié-Gonnard
· 9 years ago
e578b1c
Relax timing_self_test for windows idiosyncrasies
by Manuel Pégourié-Gonnard
· 9 years ago
c98204e
Fix missing break in switch for SSL presets
by Manuel Pégourié-Gonnard
· 9 years ago
91bbfb6
Make timing selftest less sensitive
by Manuel Pégourié-Gonnard
· 9 years ago
ed46c43
Fix error when loading libmbedtls.so
by Manuel Pégourié-Gonnard
· 9 years ago
111ce9f
Fix build error with shared libraries for windows
by Manuel Pégourié-Gonnard
· 9 years ago
8018c28
Add -static-libgcc for Windows dll builds
by Manuel Pégourié-Gonnard
· 9 years ago
620ee19
Fix return of x509_self_test without SHA-1
by Manuel Pégourié-Gonnard
· 9 years ago
d1004f0
Fix printed output of some selftests
by Manuel Pégourié-Gonnard
· 9 years ago
0a88574
DTLS: treat bad MAC on Finished as an error
by Manuel Pégourié-Gonnard
· 9 years ago
052d10c
Accept a trailing space at end of PEM lines
by Manuel Pégourié-Gonnard
· 9 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 9 years ago
10a6f02
Merge branch 'development' into IOTSSL-442-hello-noext
by Simon Butcher
· 9 years ago
6f42417
Fix typo in that broke installation in cmake
by Manuel Pégourié-Gonnard
· 9 years ago
4cc8c63
Add test for extensionless ClientHello
by Manuel Pégourié-Gonnard
· 9 years ago
a6e5bd5
Fix bug with extension-less ServerHello
by Manuel Pégourié-Gonnard
· 9 years ago
cb0d212
Fix level of some debug messages
by Manuel Pégourié-Gonnard
· 9 years ago
b076116
Fix one debug message
by Manuel Pégourié-Gonnard
· 9 years ago
1bab7d7
Fix blank line in comments
by Manuel Pégourié-Gonnard
· 9 years ago
4cb87f4
Prepare for 2.0.0 release
by Paul Bakker
· 9 years ago
mbedtls-2.0.0
fc2ccfe
Fix missing comma with ENTROPY_HARDWARE_ALT
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
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
b4b19f3
Add a debug message
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
Next »