Paul Bakker
|
8cfd9d8c59
|
Adapt programs / test suites to _init() and _free()
|
2014-07-09 10:19:23 +02:00 |
|
Manuel Pégourié-Gonnard
|
c5fd391e04
|
Check return value of ssl_set_xxx() in programs
|
2014-07-08 14:20:26 +02:00 |
|
Manuel Pégourié-Gonnard
|
4e3e7c2944
|
Clarify comment in program
|
2014-07-08 14:20:26 +02:00 |
|
Paul Bakker
|
8fb99abaac
|
Merge changes for leaner memory footprint
|
2014-07-04 15:02:19 +02:00 |
|
Manuel Pégourié-Gonnard
|
481fcfde93
|
Make PSK_LEN configurable and adjust PMS size
|
2014-07-04 14:59:08 +02:00 |
|
Manuel Pégourié-Gonnard
|
fae355e8ee
|
Add tests for ssl_set_renegotiation_enforced()
|
2014-07-04 14:32:27 +02:00 |
|
Paul Bakker
|
2a45d1c8bb
|
Merge changes to config examples and configuration issues
|
2014-06-25 11:27:00 +02:00 |
|
Manuel Pégourié-Gonnard
|
dea29c51fd
|
Extend request_size to small sizes in ssl_client2
|
2014-06-25 11:26:11 +02:00 |
|
Manuel Pégourié-Gonnard
|
0669f272e9
|
Fix printing large packets in ssl_server2
|
2014-06-25 11:26:11 +02:00 |
|
Manuel Pégourié-Gonnard
|
8a4d571af8
|
Fix warnings in no-SSL configs
|
2014-06-24 14:19:59 +02:00 |
|
Manuel Pégourié-Gonnard
|
f9378d8f11
|
Fix dependencies on PEM in tests and programs
|
2014-06-24 13:11:25 +02:00 |
|
Manuel Pégourié-Gonnard
|
4505ed3c90
|
Fix missing free() with recent ssl_server2 options
|
2014-06-20 18:35:16 +02:00 |
|
Paul Bakker
|
3c38f29a61
|
Fix DER output of gen_key app (found by Gergely Budai)
|
2014-06-14 16:46:43 +02:00 |
|
Manuel Pégourié-Gonnard
|
7680698d02
|
Temporarily disable timing test on non-Linux
|
2014-06-13 18:04:42 +02:00 |
|
Paul Bakker
|
8880cb52f7
|
Handle missing CRL parsing gracefully
|
2014-06-12 23:22:26 +02:00 |
|
Paul Bakker
|
9b7fb6f68e
|
Prevent warning for possibly uninitialized variable in ssl_server2
|
2014-06-12 23:01:43 +02:00 |
|
Paul Bakker
|
508e573231
|
Merge tests for asn1write, XTEA and Entropy modules
|
2014-06-12 21:26:33 +02:00 |
|
Paul Bakker
|
14c78c93d5
|
Merge more SSL tests and required ssl_server2 additions
|
2014-06-12 21:24:34 +02:00 |
|
Manuel Pégourié-Gonnard
|
e1ac0f8c5d
|
Add back timing selftest with new hardclock test
|
2014-06-12 21:15:50 +02:00 |
|
Manuel Pégourié-Gonnard
|
8de259b953
|
Minor code simplification in ssl programs
|
2014-06-11 18:35:33 +02:00 |
|
Manuel Pégourié-Gonnard
|
95c0a63023
|
Add tests for ssl_get_bytes_avail()
|
2014-06-11 18:34:47 +02:00 |
|
Manuel Pégourié-Gonnard
|
e7a3b10dcc
|
Use ssl_get_bytes_avail() in ssl_server2.
|
2014-06-11 18:34:47 +02:00 |
|
Manuel Pégourié-Gonnard
|
6dc0781aba
|
Add version_suites option to ssl_server2
|
2014-06-11 14:07:14 +02:00 |
|
Manuel Pégourié-Gonnard
|
4dd73925ab
|
Add entropy_self_test()
|
2014-06-10 15:38:43 +02:00 |
|
Manuel Pégourié-Gonnard
|
dc019b9559
|
Use ssl_set_psk() only when a psk is given
|
2014-06-10 15:32:02 +02:00 |
|
Manuel Pégourié-Gonnard
|
fdee74b8d6
|
Simplify some option parsing code
|
2014-06-10 15:32:02 +02:00 |
|
Manuel Pégourié-Gonnard
|
80c8553a1a
|
Add psk_list option to ssl_server2: PSK callback
|
2014-06-10 15:32:02 +02:00 |
|
Manuel Pégourié-Gonnard
|
9e27163acd
|
Refactor PSK parsing in ssl_server2
|
2014-06-10 15:32:01 +02:00 |
|
Manuel Pégourié-Gonnard
|
736699c08c
|
Add a dhm_file option to ssl_server2
|
2014-06-10 15:32:01 +02:00 |
|
Paul Bakker
|
1fd325309b
|
Add option 'crl_file' to cert_app
|
2014-05-28 11:36:38 +02:00 |
|
Paul Bakker
|
1ebc0c592c
|
Fix typos
|
2014-05-22 15:47:58 +02:00 |
|
Paul Bakker
|
b5212b436f
|
Merge CCM cipher mode and ciphersuites
Conflicts:
library/ssl_tls.c
|
2014-05-22 15:30:31 +02:00 |
|
Paul Bakker
|
0c5e4290e1
|
benchmark application also works without POLARSSL_ERROR_C
|
2014-05-22 14:11:13 +02:00 |
|
Manuel Pégourié-Gonnard
|
58d78a8d70
|
Add CCM to benchmark
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
a6916fada8
|
Add (placeholder) CCM module
|
2014-05-06 11:28:09 +02:00 |
|
Paul Bakker
|
525f87559f
|
Cast alpn_list to void * to prevent MSVC compiler warnings
|
2014-05-01 10:59:27 +02:00 |
|
Manuel Pégourié-Gonnard
|
cef4ad2509
|
Adapt sources to configurable config.h name
|
2014-04-30 16:40:20 +02:00 |
|
Paul Bakker
|
c73079a78c
|
Add debug_set_threshold() and thresholding of messages
|
2014-04-25 16:58:16 +02:00 |
|
Paul Bakker
|
93c32b21b3
|
Allow ssl_client to pad request to SSL_MAX_CONTENT_LEN
|
2014-04-25 16:58:12 +02:00 |
|
Paul Bakker
|
fdba46885b
|
cert_write app should use subject of issuer certificate as issuer of cert
|
2014-04-25 11:48:35 +02:00 |
|
Paul Bakker
|
8a0c0a9ed9
|
Check additional return values in some test cases
|
2014-04-17 17:24:23 +02:00 |
|
Paul Bakker
|
df71dd1618
|
Cleaner initialization (values did not matter, but were uninitialized)
|
2014-04-17 16:03:48 +02:00 |
|
Paul Bakker
|
030decdb4e
|
Actually increment the loop counter to quit in ssl_fork_server
|
2014-04-17 16:03:23 +02:00 |
|
Paul Bakker
|
0c22610693
|
Cleaned up location of init and free for some programs to prevent memory
leaks on incorrect arguments
|
2014-04-17 16:02:36 +02:00 |
|
Paul Bakker
|
cbe3d0d5cc
|
Added return value checking for correctness in programs
|
2014-04-17 16:00:59 +02:00 |
|
Paul Bakker
|
1cfc45835f
|
Add option 'use_dev_random' to gen_key application
|
2014-04-09 15:49:58 +02:00 |
|
Manuel Pégourié-Gonnard
|
0f79babd4b
|
Disable timing_selftest() for now
|
2014-04-09 15:49:51 +02:00 |
|
Paul Bakker
|
17b85cbd69
|
Merged additional tests and improved code coverage
Conflicts:
ChangeLog
|
2014-04-08 14:38:48 +02:00 |
|
Paul Bakker
|
0763a401a7
|
Merged support for the ALPN extension
|
2014-04-08 14:37:12 +02:00 |
|
Shuo Chen
|
95a0d118a9
|
Fix compile error when POLARSSL_ERROR_STRERROR_BC is undefined.
|
2014-04-08 10:53:51 +02:00 |
|