Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
718593681e980b4032c1490f7c8fb049452645a0
/
library
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
c730ed3
Rename boolean functions to be clearer
by Manuel Pégourié-Gonnard
· 9 years ago
9d51583
Fix cipher identifier in des_ede3_info
by Manuel Pégourié-Gonnard
· 9 years ago
0574bb0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
468b06d
Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 9 years ago
638fa0b
Serious bug fix in entropy.c
by ptahpeteh
· 9 years ago
f78e4de
Fix warnings from -pedantic
by Manuel Pégourié-Gonnard
· 9 years ago
f8b6fde
Remove include that is no longer needed
by Manuel Pégourié-Gonnard
· 9 years ago
864108d
Move from gmtime_r to gmtime + mutexes
by Manuel Pégourié-Gonnard
· 9 years ago
ba19432
Move from asm to __asm by default
by Manuel Pégourié-Gonnard
· 9 years ago
cb46fd8
Avoid non-standard strcasecmp()
by Manuel Pégourié-Gonnard
· 9 years ago
2a84dfd
Make ssl_cookie.c thread-safe
by Manuel Pégourié-Gonnard
· 9 years ago
41b9c2b
Remove individual mdX_file() and shaX_file()
by Manuel Pégourié-Gonnard
· 9 years ago
bfffa90
Implement md_file in the MD layer
by Manuel Pégourié-Gonnard
· 9 years ago
eb0d870
Add option for even smaller SHA-256
by Manuel Pégourié-Gonnard
· 9 years ago
a7a3a5f
Make SHA-2 implementation smaller
by Manuel Pégourié-Gonnard
· 9 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 9 years ago
6c967b9
Fix typo in memory_buffer_alloc
by Manuel Pégourié-Gonnard
· 9 years ago
944cfe8
Allow use of global mutexes with threading_alt
by Manuel Pégourié-Gonnard
· 9 years ago
6197761
Fix memleak with repeated [gc]cm_setkey()
by Manuel Pégourié-Gonnard
· 9 years ago
43b0857
Avoid memory leak with repeated [gc]ccm_setkey()
by Manuel Pégourié-Gonnard
· 9 years ago
3a89559
Fix compile errors in pkcs11.c
by Manuel Pégourié-Gonnard
· 9 years ago
1b8de57
Remove a few redundant memset after calloc.
by Manuel Pégourié-Gonnard
· 9 years ago
b2a18a2
Remove references to malloc in strings/names
by Manuel Pégourié-Gonnard
· 9 years ago
200e731
Adapt memory_buffer_alloc to calloc
by Manuel Pégourié-Gonnard
· 10 years ago
b9ef118
Adapt the platform layer from malloc to calloc
by Manuel Pégourié-Gonnard
· 10 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
5e94dde
Create ssl_internal.h and move some functions
by Manuel Pégourié-Gonnard
· 10 years ago
50518f4
Rename _wrap headers to _internal
by Manuel Pégourié-Gonnard
· 10 years ago
1e9c4db
Implement key rotation
by Manuel Pégourié-Gonnard
· 10 years ago
887674a
Internal changes in preparation for key rotation
by Manuel Pégourié-Gonnard
· 10 years ago
a0adc1b
Make cipher used in ssl tickets configurable
by Manuel Pégourié-Gonnard
· 10 years ago
1041a39
Use AES-GCM-256 for session ticket protection
by Manuel Pégourié-Gonnard
· 10 years ago
8eff512
Fix possible signedness issue in time comparison
by Manuel Pégourié-Gonnard
· 10 years ago
0849a0a
Make ssl ticket functions thread-safe
by Manuel Pégourié-Gonnard
· 10 years ago
e057d3b
Relax some dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
cf141ca
Fix #ifdefs on ssl_cli.c or ssl_srv.c
by Manuel Pégourié-Gonnard
· 10 years ago
0c0f11f
Update dependencies & includes for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
d59675d
Move to callback for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
b0394be
Further adapt prototypes of ticket functions
by Manuel Pégourié-Gonnard
· 10 years ago
69f1728
Adapt prototypes of ticket handling functions
by Manuel Pégourié-Gonnard
· 10 years ago
a4a4735
Rename & move ticket functions to ticket module
by Manuel Pégourié-Gonnard
· 10 years ago
fd6d897
Add new submodule ssl_ticket
by Manuel Pégourié-Gonnard
· 10 years ago
53ebe13
Fix copyright lines still mentioning Brainspark
by Manuel Pégourié-Gonnard
· 10 years ago
0b104b0
Adapt prototype of net_accept() for explicit size
by Manuel Pégourié-Gonnard
· 10 years ago
d9e6a3a
Rename pk_init_ctx() -> pk_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
d4f04db
net.c now depends on select() unconditionally
by Manuel Pégourié-Gonnard
· 10 years ago
a63bc94
Remove timing_m_sleep() -> net_usleep()
by Manuel Pégourié-Gonnard
· 10 years ago
e94bfe6
Improve entropy selftest: check default sources
by Manuel Pégourié-Gonnard
· 10 years ago
151dc77
Fix some old names that remained
by Manuel Pégourié-Gonnard
· 10 years ago
8473f87
Rename cipher_init_ctx() to cipher_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
0de074f
Use rarely used conf function to cover them
by Manuel Pégourié-Gonnard
· 10 years ago
66dc555
mbedtls_ssl_conf_arc4_support() depends on ARC4_C
by Manuel Pégourié-Gonnard
· 10 years ago
6ab9b00
Fix warnings from armcc
by Manuel Pégourié-Gonnard
· 10 years ago
545102e
No timer -> to timeout (optional for TLS)
by Manuel Pégourié-Gonnard
· 10 years ago
286a136
SSL timer fixes: not DTLS only, start cancelled
by Manuel Pégourié-Gonnard
· 10 years ago
bc07c3a
fix minor bug in path_cnt checks
by Nicholas Wilson
· 10 years ago
e3c41ad
Use the new timer callback API in programs
by Manuel Pégourié-Gonnard
· 10 years ago
2e01291
Prepare the SSL modules for using timer callbacks
by Manuel Pégourié-Gonnard
· 10 years ago
ca3bdc5
Add mbedtls_timing_set/get_delay()
by Manuel Pégourié-Gonnard
· 10 years ago
8903fe0
Define timing_selftest() even with TIMING_ALT
by Manuel Pégourié-Gonnard
· 10 years ago
a27b197
Update generated file
by Manuel Pégourié-Gonnard
· 10 years ago
31993f2
Add per-function override for AES
by Manuel Pégourié-Gonnard
· 10 years ago
70a5010
Create function-level MBETLS_DES_xxx_ALT
by Manuel Pégourié-Gonnard
· 10 years ago
0fe1f6d
Remove debug line from selftest
by Manuel Pégourié-Gonnard
· 10 years ago
eecb43c
Manually merge doc fixes from 1.3
by Manuel Pégourié-Gonnard
· 10 years ago
48647b9
Merge remote-tracking branch 'nw/misc' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 10 years ago
0ece0f9
Fix checks for nul-termination
by Manuel Pégourié-Gonnard
· 10 years ago
24083d6
Fix bug in certs.c
by Manuel Pégourié-Gonnard
· 10 years ago
ec4b089
Fix issue in ssl_free() vs ssl_config_free()
by Manuel Pégourié-Gonnard
· 10 years ago
49f5eb9
Better NULL checks in debug
by Manuel Pégourié-Gonnard
· 10 years ago
43b37cb
Fix use of pem_read_buffer() in PK, DHM and X509
by Manuel Pégourié-Gonnard
· 10 years ago
2088ba6
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
7010e46
Merge remote-tracking branch 'peterdettman/perf-ecp-double-jac' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
4cba1a7
Avoid debug flooding with non-blocking reads
by Manuel Pégourié-Gonnard
· 10 years ago
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
56cc88a
Rm ecp_add() and add ecp_muladd()
by Manuel Pégourié-Gonnard
· 10 years ago
6dde596
Remove ecp_sub()
by Manuel Pégourié-Gonnard
· 10 years ago
aff37e5
Remove ecp_group_read_string()
by Manuel Pégourié-Gonnard
· 10 years ago
55fab2d
Fix a few more #ifdef's
by Manuel Pégourié-Gonnard
· 10 years ago
8b431fb
Fix dependency issues
by Manuel Pégourié-Gonnard
· 10 years ago
ccc3026
Fix bug introduced when splitting init functions
by Manuel Pégourié-Gonnard
· 10 years ago
06939ce
Fix order of ssl_conf vs ssl_setup in programs
by Manuel Pégourié-Gonnard
· 10 years ago
01e5e8c
Change a few ssl_conf return types to void
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
22bfa4b
Add ssl_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 10 years ago
1897af9
Make conf const inside ssl_context (finally)
by Manuel Pégourié-Gonnard
· 10 years ago
17a40cd
Change ssl_own_cert to work on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
1af6c85
Add ssl_set_hs_own_cert()
by Manuel Pégourié-Gonnard
· 10 years ago
8f618a8
Rework ssl_set_own_cert() internals
by Manuel Pégourié-Gonnard
· 10 years ago
120fdbd
Change ssl_set_psk() to act on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
4b68296
Use a specific function in the PSK callback
by Manuel Pégourié-Gonnard
· 10 years ago
0a4fb09
Make xxx_drbg_random() thread-safe
by Manuel Pégourié-Gonnard
· 10 years ago
750e4d7
Move ssl_set_rng() to act on config
by Manuel Pégourié-Gonnard
· 10 years ago
5cb3308
Merge contexts for session cache
by Manuel Pégourié-Gonnard
· 10 years ago
ae31914
Rename ssl_legacy_renegotiation() to ssl_set_...
by Manuel Pégourié-Gonnard
· 10 years ago
Next »