Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
398b206ff0b9c16853dbb3264e1ccfa4fd317d91
/
programs
06d5d61
Adapt programs to generic md_file()
by Manuel Pégourié-Gonnard
· 9 years ago
b327168
Remove non-generic md_file() programs
by Manuel Pégourié-Gonnard
· 9 years ago
b2a18a2
Remove references to malloc in strings/names
by Manuel Pégourié-Gonnard
· 9 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
56273da
Move some includes to ssl_internal.h
by Manuel Pégourié-Gonnard
· 10 years ago
a0adc1b
Make cipher used in ssl tickets configurable
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs 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
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
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
66dc555
mbedtls_ssl_conf_arc4_support() depends on ARC4_C
by Manuel Pégourié-Gonnard
· 10 years ago
d2377e7
ssl_client/server2 shouln't depend on timing.c
by Manuel Pégourié-Gonnard
· 10 years ago
e3c41ad
Use the new timer callback API in programs
by Manuel Pégourié-Gonnard
· 10 years ago
db1cc76
Fix depend issue in program/ssl/ssl_*2.c
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
e85fef1
Fix option names in benchmark.c
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
159c82e
Fix ssl_set_hostname usage (duplication, ifdef)
by Manuel Pégourié-Gonnard
· 10 years ago
55fab2d
Fix a few more #ifdef's
by Manuel Pégourié-Gonnard
· 10 years ago
30eceb7
Fix warning in ssl_pthread_server
by Manuel Pégourié-Gonnard
· 10 years ago
fd862b1
Fix typos in mini_client.c
by Manuel Pégourié-Gonnard
· 10 years ago
0af00e8
Optimize config usage in concurrent server examples
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
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
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
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
1028b74
Upgrade default DHM params size
by Manuel Pégourié-Gonnard
· 10 years ago
8836994
Move WANT_READ/WANT_WRITE codes to SSL
by Manuel Pégourié-Gonnard
· 10 years ago
1b511f9
Rename ssl_set_bio_timeout() to set_bio()
by Manuel Pégourié-Gonnard
· 10 years ago
97fd52c
Split ssl_set_read_timeout() out of bio_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
bc2b771
Move ssl_set_ca_chain() to work on config
by Manuel Pégourié-Gonnard
· 10 years ago
2b49445
Move session ticket keys to conf
by Manuel Pégourié-Gonnard
· 10 years ago
684b059
Move ssl_set_fallback() to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
6bf89d6
Move ssl_set_max_fragment_len to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
17eab2b
Move set_cbc_record_splitting() to conf
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
419d5ae
Make endpoint+transport args of config_defaults()
by Manuel Pégourié-Gonnard
· 10 years ago
def0bbe
Allocate ssl_config out of ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
ee6139c
Fix doc issue in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
e36d564
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fa950c9
fix bug in ssl_mail_client
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
ac90673
Remove unused headers in o_p_test
by Manuel Pégourié-Gonnard
· 10 years ago
637376c
Fix bugs in programs displaying verify flags
by Manuel Pégourié-Gonnard
· 10 years ago
41d479e
Split ssl_init() -> ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
ec160c0
Update ctr_drbg_init() usage in programs
by Manuel Pégourié-Gonnard
· 10 years ago
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
by Manuel Pégourié-Gonnard
· 10 years ago
f9e9481
Split mbedtls_hmac_drbg_init() -> seed{,_buf}()
by Manuel Pégourié-Gonnard
· 10 years ago
c34e8dd
Split mbedtls_gcm_init() -> gcm_setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
6963ff0
Split mbedtls_ccm_init() -> setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
7cfbaf0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
9ce1bdc
Fix bugs in programs displaying verify flags
by Manuel Pégourié-Gonnard
· 10 years ago
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
89addc4
manually merge 0c6ce2f use x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
0c6ce2f
Use x509_crt_verify_info() in programs
by Manuel Pégourié-Gonnard
· 10 years ago
b85725c
Fix merge issue
by Manuel Pégourié-Gonnard
· 10 years ago
862d503
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6152b02
Fixed typos
by Paul Bakker
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
6c7af4c
Fix a few internal name choices
by Manuel Pégourié-Gonnard
· 10 years ago
932e393
Fix typos & Co
by Manuel Pégourié-Gonnard
· 10 years ago
26c9f90
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
0878a0d
Add missing depends in x509 programs
by Manuel Pégourié-Gonnard
· 10 years ago
8d649c6
Simplify ifdef checks in programs/x509
by Manuel Pégourié-Gonnard
· 10 years ago
8c8be1e
Change default min TLS version to TLS 1.0
by Manuel Pégourié-Gonnard
· 10 years ago
32076e6
Fix programs for recent ECDSA changes
by Manuel Pégourié-Gonnard
· 10 years ago
fa44f20
Change authmode default to Required on client
by Manuel Pégourié-Gonnard
· 10 years ago
4b3e5ef
Avoid duplicate #ifdefs in programs/ssl
by Manuel Pégourié-Gonnard
· 10 years ago
b5410db
Depend on PEM_PARsE_C when using test_cas_pem
by Manuel Pégourié-Gonnard
· 10 years ago
a958d69
Rename test_ca_list to test_cas_pem
by Manuel Pégourié-Gonnard
· 10 years ago
2f16506
Start introducing test_cas NULL-terminated list
by Manuel Pégourié-Gonnard
· 10 years ago
75f9010
Add len constants to certs.c
by Manuel Pégourié-Gonnard
· 10 years ago
abb6744
Rename md_init_ctx() to md_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
4063ceb
Make hmac_ctx optional
by Manuel Pégourié-Gonnard
· 10 years ago
003b3b1
Remove use of xxx_hmac() in program
by Manuel Pégourié-Gonnard
· 10 years ago
a115def
Fix tests and programs to use md_get_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
aeab252
Quit using deprecated ssl_set_bio() in programs
by Manuel Pégourié-Gonnard
· 10 years ago
e46c6c3
Fix tests to work with DEPRECATED_REMOVED
by Manuel Pégourié-Gonnard
· 10 years ago
d42b7c8
Adapt programs to new RC4 default
by Manuel Pégourié-Gonnard
· 10 years ago
7f7aebc
Fix incomplete changes from merge
by Manuel Pégourié-Gonnard
· 10 years ago
cc0d084
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f7a9f30
build: Makefile: cleanup CFLAGS
by Alon Bar-Lev
· 10 years ago
ada4105
build: Makefile: cleanup LDFLAGS
by Alon Bar-Lev
· 10 years ago
b6b16bd
Drop pbkdf2 module (superseded by pkcs5)
by Manuel Pégourié-Gonnard
· 10 years ago
83b04de
Rename a few incidental references to PolarSSL
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
34be402
Rm obsolete things (compat-1.2, openssl, etc)
by Manuel Pégourié-Gonnard
· 10 years ago
e4d4890
Finish renaming website
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
Next »