Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
fec73a8eec71380debc0661de0c69ffebf4942d2
/
include
6418ffa
Merge fix for IOTSSL-480 - base64 overflow issue
by Simon Butcher
· 9 years ago
ef388f1
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 9 years ago
0aa45c2
Fix potential overflow in base64_encode
by Manuel Pégourié-Gonnard
· 9 years ago
9f81231
Revised hostname length check from review
by Simon Butcher
· 9 years ago
89f7762
Added max length checking of hostname
by Simon Butcher
· 9 years ago
588ad50
Fix a fairly common typo in comments
by Tillmann Karras
· 9 years ago
8cea8ad
Bump version to 2.1.1
by Manuel Pégourié-Gonnard
· 9 years ago
mbedtls-2.1.1
5793e7e
Merge 'development' into iotssl-411-port-reuse
by Simon Butcher
· 9 years ago
1a57af1
Update ssl.h
by Simon Butcher
· 9 years ago
4f6882a
Update config.h
by Simon Butcher
· 9 years ago
ddfe5d2
Tune dependencies
by Manuel Pégourié-Gonnard
· 9 years ago
62c74bb
Stop wasting resources
by Manuel Pégourié-Gonnard
· 9 years ago
2088e2e
fix const-ness of argument to mbedtls_ssl_conf_cert_profile
by Nicholas Wilson
· 9 years ago
222cb8d
Tune related documentation while at it
by Manuel Pégourié-Gonnard
· 9 years ago
3a2a448
Update documentation
by Manuel Pégourié-Gonnard
· 9 years ago
be619c1
Clean up error codes
by Manuel Pégourié-Gonnard
· 9 years ago
26d227d
Add config flag for support of client port reuse
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
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
bb83844
Clarify that there are two SSL I/O buffers
by Manuel Pégourié-Gonnard
· 9 years ago
46c4fa1
Fix missing casts on return
by Manuel Pégourié-Gonnard
· 9 years ago
e2b0efe
Separate license from comments in config.h
by Manuel Pégourié-Gonnard
· 9 years ago
ac50fc5
Fix typo in doc
by Manuel Pégourié-Gonnard
· 9 years ago
854dab9
Fix the fix for armcc5 --gnu
by Manuel Pégourié-Gonnard
· 9 years ago
32da9f6
Add support for MBEDTLS_USER_CONFIG_FILE
by Manuel Pégourié-Gonnard
· 9 years ago
43569a9
Use #ifdef rather than patch for target_config.h
by Manuel Pégourié-Gonnard
· 9 years ago
63e7eba
Add material for generating yotta module
by Manuel Pégourié-Gonnard
· 9 years ago
e14dec6
Fix stupid typo in previous commit
by Manuel Pégourié-Gonnard
· 9 years ago
f659f0c
Disable Padlock code with ASan
by Manuel Pégourié-Gonnard
· 9 years ago
e96ce08
Fix compile error with armcc5 --gnu
by Manuel Pégourié-Gonnard
· 9 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 9 years ago
10c7674
Adjust rename/compat list
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
1409616
Fix one renaming in the list
by Manuel Pégourié-Gonnard
· 9 years ago
20af64d
Still need to #define inline for MSVC
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
7893103
Remove 1024 bits DHM params and add one 4096 bit
by Manuel Pégourié-Gonnard
· 9 years ago
7c3b4ab
Fix typos in comments
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
2505528
Rm obsolete defines for inline wiht MSVC
by Manuel Pégourié-Gonnard
· 9 years ago
abc729e
Simplify net_accept() with UDP sockets
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
9189585
Move from naked int to a structure in net.c
by Manuel Pégourié-Gonnard
· 9 years ago
a16e7c4
Rename a debug 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
9db2887
Actually enable fixed snprintf on windows
by Manuel Pégourié-Gonnard
· 9 years ago
dc54ff8
Improve documentation about SSL ticket encryption
by Manuel Pégourié-Gonnard
· 9 years ago
216a183
Fix whitespace in CMakeLists.txt
by Manuel Pégourié-Gonnard
· 9 years ago
53585ee
Remove test DHM params from certs.c
by Manuel Pégourié-Gonnard
· 9 years ago
0761733
Fix potential NULL dereference
by Manuel Pégourié-Gonnard
· 9 years ago
fd47423
Change SSL debug API in the library
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
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
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
e7e8984
Fix and document corner-cases of time checking
by Manuel Pégourié-Gonnard
· 9 years ago
cdc26ae
Add mbedtls_ssl_set_hs_authmode
by Manuel Pégourié-Gonnard
· 9 years ago
1685368
Rationalize snprintf() usage in X.509 modules
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
8ba88f0
Fix stupid typo in documentation
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
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
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
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
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
bd990d6
Add ssl_conf_dhm_min_bitlen()
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
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
ba56136
Avoid in-out length in base64
by Manuel Pégourié-Gonnard
· 9 years ago
3335205
Avoid in-out length in dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 9 years ago
f79b425
Avoid in-out length parameter in bignum
by Manuel Pégourié-Gonnard
· 9 years ago
77cfe17
Remove now-useless typedef in ssl.h
by Manuel Pégourié-Gonnard
· 9 years ago
c730ed3
Rename boolean functions to be clearer
by Manuel Pégourié-Gonnard
· 9 years ago
3eb50fa
Cosmetics in doxygen doc
by Manuel Pégourié-Gonnard
· 9 years ago
Next »