Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
1779026037a2416ea1a980e6febff79a9f03a081
/
programs
ce52d78
Address user reported coverity issues.
by Janos Follath
· 8 years ago
f5e1101
Make error messages in crypt_and_hash better.
by Janos Follath
· 8 years ago
0febc80
Address issues find by manual coverity scan.
by Janos Follath
· 8 years ago
9fa2e86
Add missing mbedtls_time_t definitions (#493)
by -~- redtangent ~-~
· 8 years ago
440ce42
Put clang analyzer fix inside __clang_analyzer__ guard
by Paul Bakker
· 9 years ago
e735303
Shut up a few clang-analyze warnings about use of uninitialized variables
by Nicholas Wilson
· 9 years ago
582a461
Improves and makes pretty the ssl_fork_server output
by Janos Follath
· 9 years ago
fe049db
Fix issue #429 in ssl_fork_server.c
by Janos Follath
· 9 years ago
b2d5dd1
Fixes X509 sample app and SSL test suite
by Simon Butcher
· 9 years ago
d3138c3
Fixes SSL sample apps for non-default configs
by Simon Butcher
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
cd0ee5e
Fixes following review of 'iotssl-682-selftest-ci-break'
by Simon Butcher
· 9 years ago
2e3aca2
Fix test break in 'test-ref-configs.pl'
by Janos Follath
· 9 years ago
f154763
Fixes to style following review
by Simon Butcher
· 9 years ago
5a8afb8
Fix exit code and add a count of the test suites
by SimonB
· 9 years ago
90ab4a4
Fix Unix detection in mini_client
by Manuel Pégourié-Gonnard
· 9 years ago
644c2e0
Add new program to gitignore
by Manuel Pégourié-Gonnard
· 9 years ago
1c6f19a
Merge pull request #317 from Inikup/fix-issue-315
by Manuel Pégourié-Gonnard
· 9 years ago
54eeecf
Merge pull request #316 from Inikup/help-key_cert_sign-fix
by Manuel Pégourié-Gonnard
· 9 years ago
2046062
Merge branch 'development' into misc
by Simon Butcher
· 9 years ago
fadacb9
Merge branch 'development' into iotssl-461-ecjpake-finalization
by Manuel Pégourié-Gonnard
· 9 years ago
bbc75d9
cert_write : fix "Destination buffer is too small" error
by Jonathan Leroy
· 9 years ago
81962c3
Fix help message for cert_req/cert_write programs
by Jonathan Leroy
· 9 years ago
3eb8c34
Add example program for Curve25519
by Manuel Pégourié-Gonnard
· 9 years ago
262c137
Merge pull request #311 from jcowgill/spelling-fix
by Manuel Pégourié-Gonnard
· 9 years ago
07a92d7
Fix minor spelling mistake in programs/pkey/gen_key.c
by James Cowgill
· 9 years ago
70905a7
Add ecjpake_pw option to ssl_client2/server2
by Manuel Pégourié-Gonnard
· 9 years ago
2ed05a0
Fix typos
by Manuel Pégourié-Gonnard
· 9 years ago
22311ae
Improve help message of ssl_*2.c
by Manuel Pégourié-Gonnard
· 9 years ago
3f09b6d
Fix API
by Manuel Pégourié-Gonnard
· 9 years ago
dbd2307
Add option reconnect_hard to ssl_client2
by Manuel Pégourié-Gonnard
· 9 years ago
4d8685b
Add skeleton for EC J-PAKE module
by Manuel Pégourié-Gonnard
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 9 years ago
ed51594
Merge pull request #265 from ARMmbed/iotssl-460-bugfixes
by Simon Butcher
· 9 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 9 years ago
cf9ab63
Fix error reporting in pkey/pk_* programs
by Manuel Pégourié-Gonnard
· 9 years ago
ce7a08b
Fix more comments/outputs in verify programs
by Manuel Pégourié-Gonnard
· 9 years ago
102a620
Fix hash buffer size in pkey programs
by Manuel Pégourié-Gonnard
· 9 years ago
d224ff1
Change default RSA key size in rsa_genkey
by Manuel Pégourié-Gonnard
· 9 years ago
1d8f2da
Fix comments about filenames in some programs
by Manuel Pégourié-Gonnard
· 9 years ago
d74c697
Fix memory corruption in rsa sign/verify programs
by Manuel Pégourié-Gonnard
· 9 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 9 years ago
fa1304a
Use Unix line endings in wince_main.c too
by Manuel Pégourié-Gonnard
· 9 years ago
d738965
Fix typos (found by Francesco Pompò)
by Manuel Pégourié-Gonnard
· 9 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 9 years ago
4f3368e
Fix bug in benchmark.c with DHM params
by Manuel Pégourié-Gonnard
· 9 years ago
78ec2b0
Cosmetics in Makefiles
by Manuel Pégourié-Gonnard
· 9 years ago
a6dbddc
Fix benchmark.c for removal of small DH params
by Manuel Pégourié-Gonnard
· 9 years ago
77c6562
Update dh_genprime program
by Manuel Pégourié-Gonnard
· 9 years ago
6755717
Fix stupid typo in ssl_server2.c
by Manuel Pégourié-Gonnard
· 9 years ago
046589e
Rm obsolete defines for snprintf in programs
by Manuel Pégourié-Gonnard
· 9 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 9 years ago
052f288
Cosmetics in debug in ssl_{client,server}2.c
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
5db6432
Adapt programs to the new NET API
by Manuel Pégourié-Gonnard
· 9 years ago
a7c8903
Add missing programs to Makefile
by Manuel Pégourié-Gonnard
· 9 years ago
1c5b9fc
Avoid truncating peer cert info in ssl_server2
by Manuel Pégourié-Gonnard
· 9 years ago
fc36708
Use $(MAKE), not make
by Manuel Pégourié-Gonnard
· 9 years ago
633c6b6
Run timing selftest on all platforms
by Manuel Pégourié-Gonnard
· 9 years ago
4b00f08
Fix snprintf test
by Manuel Pégourié-Gonnard
· 9 years ago
ea9556a
Fix mistaken changes in Makefile's clean target
by Manuel Pégourié-Gonnard
· 9 years ago
216a183
Fix whitespace in CMakeLists.txt
by Manuel Pégourié-Gonnard
· 9 years ago
21e1ac2
Fix linking order with make
by Manuel Pégourié-Gonnard
· 9 years ago
5c59a4f
Split libs with make + general make cleanups
by Manuel Pégourié-Gonnard
· 9 years ago
8d4a613
Small Makefile improvements
by Manuel Pégourié-Gonnard
· 9 years ago
61ee351
Adapt programs to the new debug API
by Manuel Pégourié-Gonnard
· 9 years ago
c0d7494
Make 'port' a string in NET module
by Manuel Pégourié-Gonnard
· 9 years ago
0789433
Rename M255 to Curve25519
by Manuel Pégourié-Gonnard
· 9 years ago
6ea831d
Add tests for mbedtls_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 9 years ago
4d6f178
Add support for SNI CA and authmode in ssl_server2
by Manuel Pégourié-Gonnard
· 9 years ago
7b6dcbe
Add tests for snprintf
by Manuel Pégourié-Gonnard
· 9 years ago
7580ba4
Add a concept of entropy source strength.
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
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
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 9 years ago
9096682
Add dhmlen option in ssl_client2.c
by Manuel Pégourié-Gonnard
· 9 years ago
bf27eaa
Fix help string in ssl_client2.c
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
d14acbc
Test assumptions we make about the platform
by Manuel Pégourié-Gonnard
· 9 years ago
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
Next »