Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
bb4dd370441352ca65f028aff1c871b753b2ce2c
/
programs
844a4c0
Fix RSASSA-PSS example programs
by Manuel Pégourié-Gonnard
· 11 years ago
c580a00
Print protocol version in example cli/srv
by Manuel Pégourié-Gonnard
· 11 years ago
64abd83
Fixed file descriptor leak in generic_sum
by Paul Bakker
· 11 years ago
247b487
Missing 'else' in gen_key
by Paul Bakker
· 11 years ago
a5d336b
Increase title size (fits to increased curve names). Give verbose errors on failures.
by Gergely Budai
· 11 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
fef0f8f
Add HMAC_DRBG to benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
d75ba40
SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
by Paul Bakker
· 11 years ago
5eb264c
Minor fixes to o_p_test.c (CMakeLists.txt and includes)
by Paul Bakker
· 11 years ago
5862eee
Merged RIPEMD-160 support
by Paul Bakker
· 11 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 11 years ago
2f5217e
Gitignore ssl_pthread_server
by Manuel Pégourié-Gonnard
· 11 years ago
1744d72
Add RIPEMD-160 to selftest
by Manuel Pégourié-Gonnard
· 11 years ago
01b0b38
Add RIPEMD-160 to benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
caf0e60
Forced cast to unsigned int for %u format in the ecdsa application
by Paul Bakker
· 11 years ago
f0fc2a2
Properly put the pragma comment for the MSVC linker in defines
by Paul Bakker
· 11 years ago
29e86ea
Removed 'z' length modifier from format in ecdsa program
by Paul Bakker
· 11 years ago
3e72f6e
Only search for Pthread on Windows platforms
by Paul Bakker
· 11 years ago
f9c4953
Added version of the SSL pthread server example
by Paul Bakker
· 11 years ago
5a607d2
Merged IPv6 support in the NET module
by Paul Bakker
· 11 years ago
f70fe81
Fixed memory leak in benchmark application
by Paul Bakker
· 11 years ago
18d31f8
Make listening address configurable in ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
014f143
Merged EC key generation support
by Paul Bakker
· 11 years ago
6e16cdb
Allow curve selection in gen_key
by Manuel Pégourié-Gonnard
· 11 years ago
fdda785
Removed dependency on unistd.h for MSVC in apps
by Paul Bakker
· 11 years ago
840ab20
Explicit conversions to int from size_t for MSVC (64-bit) in apps
by Paul Bakker
· 11 years ago
c97f9f6
Removed making commandline arguments case insensitive
by Paul Bakker
· 11 years ago
49d738b
Ignore file generated by gen_key
by Manuel Pégourié-Gonnard
· 11 years ago
8c23771
Start adding EC support in gen_key
by Manuel Pégourié-Gonnard
· 11 years ago
a8239a4
Removed Windows auto-spawn client code
by Paul Bakker
· 11 years ago
0f2eacb
crypt_and_hash: check MAC earlier
by Manuel Pégourié-Gonnard
· 11 years ago
e4c71f0
Merged Prime generation improvements
by Paul Bakker
· 11 years ago
8fc30b1
Various const fixes
by Paul Bakker
· 11 years ago
5e1e611
Insert warning about time in dh_genprime
by Manuel Pégourié-Gonnard
· 11 years ago
993e386
Merged renegotiation refactoring
by Paul Bakker
· 11 years ago
291f9af
Make all hash checking in programs constant-time
by Manuel Pégourié-Gonnard
· 11 years ago
424cd69
Check HMAC in constant-time in crypt_and_hash
by Paul Bakker
· 11 years ago
6d8404d
Server: enforce renegotiation
by Manuel Pégourié-Gonnard
· 11 years ago
9c1e189
Move some code around, improve documentation
by Manuel Pégourié-Gonnard
· 11 years ago
f3dc2f6
Add code for testing server-initiated renegotiation
by Manuel Pégourié-Gonnard
· 11 years ago
53b3e06
Add code for testing client-initiated renegotiation
by Manuel Pégourié-Gonnard
· 11 years ago
60b1d10
Fixed spelling / typos (from PowerDNS:codespell)
by Paul Bakker
· 11 years ago
93c6aa4
Fixed that selfsign copies issuer_name to subject_name
by Paul Bakker
· 11 years ago
08bb187
Merged Public Key framwork tests
by Paul Bakker
· 11 years ago
3daaf3d
X509 key identifiers depend on SHA1
by Manuel Pégourié-Gonnard
· 11 years ago
b0a467f
Start adding a PK test suite
by Manuel Pégourié-Gonnard
· 11 years ago
f34673e
Merged RSA-PSK key-exchange and ciphersuites
by Paul Bakker
· 11 years ago
376e815
Merged ECDHE-PSK ciphersuites
by Paul Bakker
· 11 years ago
8a3c64d
Fix and simplify *-PSK ifdef's
by Manuel Pégourié-Gonnard
· 11 years ago
1b62c7f
Fix dependencies and related issues
by Manuel Pégourié-Gonnard
· 11 years ago
b799dec
Merged support for Brainpool curves and ciphersuites
by Paul Bakker
· 11 years ago
2f77ce3
Fix forgotten snprintf define for MSVC
by Manuel Pégourié-Gonnard
· 11 years ago
22f64c8
Cosmetics in benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
1337aff
Buffer allocator threading support
by Paul Bakker
· 11 years ago
1ffefac
Introduced entropy_free()
by Paul Bakker
· 11 years ago
396333e
Updated ssl_test to handle EOF return value
by Paul Bakker
· 11 years ago
a0fdf8b
Simplify the way default certs are used
by Manuel Pégourié-Gonnard
· 11 years ago
641de71
Use both RSA and ECDSA CA if available
by Manuel Pégourié-Gonnard
· 11 years ago
ac8474f
Changed default cert loading in ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
b095a7b
Offer both RSA and ECDSA by default in ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
3ebb2cd
Add support for multiple server certificates
by Manuel Pégourié-Gonnard
· 11 years ago
cbf3ef3
RSA and ECDSA key exchanges don't depend on CRL
by Manuel Pégourié-Gonnard
· 11 years ago
15b9b3a
Key generation tool
by Paul Bakker
· 11 years ago
abd6e02
Rm _CRT_SECURE_NO_DEPRECATE for programs
by Manuel Pégourié-Gonnard
· 11 years ago
3bd2aae
Add forgotten initializations
by Manuel Pégourié-Gonnard
· 11 years ago
7831b0c
A few more issues with small configurations
by Manuel Pégourié-Gonnard
· 11 years ago
a7496f0
Fix a few more warnings in small configurations
by Manuel Pégourié-Gonnard
· 11 years ago
92e5b59
Fix some dependencies/warnings in programs
by Manuel Pégourié-Gonnard
· 11 years ago
da179e4
Add ecp_curve_list(), hide ecp_supported_curves
by Manuel Pégourié-Gonnard
· 11 years ago
56cd319
Add human-friendly name in ecp_curve_info
by Manuel Pégourié-Gonnard
· 11 years ago
803bb31
Remove ecp-bench (now in general benchmark)
by Manuel Pégourié-Gonnard
· 11 years ago
940f9ce
Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applications
by Paul Bakker
· 11 years ago
2e24ca7
Updated key_app.c and key_app_writer.c for EC key printing
by Paul Bakker
· 11 years ago
cc34f95
Include ECDSA and ECDH in benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
ed7cbe9
Allow selection of what to benchmark
by Manuel Pégourié-Gonnard
· 11 years ago
8271f2f
Shorten benchmark source using macros and loops
by Manuel Pégourié-Gonnard
· 11 years ago
15d5de1
Simplify usage of DHM blinding
by Manuel Pégourié-Gonnard
· 11 years ago
568c9cf
Add ecp_supported_curves and simplify some code
by Manuel Pégourié-Gonnard
· 11 years ago
1b57878
Add missing VS project files, generated by script
by Manuel Pégourié-Gonnard
· 11 years ago
68821da
Fix clang warnings in applications
by Manuel Pégourié-Gonnard
· 11 years ago
4cf0686
Remove spurious '+ 3' in ecdsa_write_signature()
by Manuel Pégourié-Gonnard
· 11 years ago
c559c7a
Renamed x509_cert structure to x509_crt for consistency
by Paul Bakker
· 11 years ago
ddf26b4
Renamed x509parse_* functions to new form
by Paul Bakker
· 11 years ago
369d2eb
Introduced x509_crt_init(), x509_crl_init() and x509_csr_init()
by Paul Bakker
· 11 years ago
86d0c19
Generalized function names of x509 functions not parse-specific
by Paul Bakker
· 11 years ago
7fc7fa6
cert_write application also works without POLARSSL_X509_CSR_PARSE_C
by Paul Bakker
· 11 years ago
36713e8
Fixed bunch of X509_PARSE related defines / dependencies
by Paul Bakker
· 11 years ago
30520d1
Moved rsa_sign_pss / rsa_verify_pss to use PK for key reading
by Paul Bakker
· 11 years ago
1525495
Key app updated to support pk_context / ECP keypairs
by Paul Bakker
· 11 years ago
7504d7f
Fixed X509 define in selftest.c
by Paul Bakker
· 11 years ago
7c6b2c3
Split up X509 files into smaller modules
by Paul Bakker
· 11 years ago
ace0286
Do not lowercase key values in arguments in cert_app.c
by Paul Bakker
· 11 years ago
40ce79f
Moved DHM parsing from X509 module to DHM module
by Paul Bakker
· 11 years ago
9a97c5d
Fixed warnings in case application dependencies are not met
by Paul Bakker
· 11 years ago
c7bb02b
Moved PK key writing from X509 module to PK module
by Paul Bakker
· 11 years ago
1a7550a
Moved PK key parsing from X509 module to PK module
by Paul Bakker
· 11 years ago
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 11 years ago
9013af7
Merged major refactoring of x509write module into development
by Paul Bakker
· 11 years ago
26b4d45
Fix key_app_writer
by Manuel Pégourié-Gonnard
· 11 years ago
31e5940
Add missing f_rng/p_rng arguments to x509write_crt
by Manuel Pégourié-Gonnard
· 11 years ago
Next »