aboutsummaryrefslogtreecommitdiff
path: root/programs/ssl/ssl_server.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02update headersDave Rodgman1-13/+1
2023-09-12Update spelling "mbed TLS" to "Mbed TLS"Gilles Peskine1-1/+1
2023-04-24Add guards for mbedtls_psa_crypto_free()Przemek Stekiel1-0/+2
2023-04-19Free psa crypto at the end of programs when initializedPrzemek Stekiel1-1/+1
2023-04-17Move psa_crypto_init() after other init callsPrzemek Stekiel1-10/+10
2023-04-16Init PSA in ssl and x509 programsPrzemek Stekiel1-0/+10
2023-01-11Switch to the new code styleGilles Peskine1-154/+134
2022-09-15Include platform.h unconditionally: automatic partGilles Peskine1-12/+0
2022-05-06Remove prompt to exit in all programsjosesimoes1-5/+0
2021-08-31Allow read-only access to lists of certificates, CRL, CRL entriesGilles Peskine1-1/+1
2021-06-28Replace all inclusions of config.hBence Szépkúti1-5/+1
2021-06-17Add RNG params to private key parsingManuel Pégourié-Gonnard1-19/+20
2021-05-27Fix MBEDTLS_PRIVATE wrapping in tests and sample programs.Mateusz Starzyk1-3/+1
2021-05-21Add MBEDTLS_PRIVATE wrapping to sample programs.Mateusz Starzyk1-0/+2
2021-03-16Remove certs module from mbedtls.Mateusz Starzyk1-9/+8
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-05-12Merge pull request #2595 from k-stachowiak/unified-exit-in-examplesGilles Peskine1-2/+2
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-1/+1
2019-08-16Unify the example programs' terminationKrzysztof Stachowiak1-2/+2
2019-06-13Remove mbedtls_param_failed from programsGilles Peskine1-11/+0
2018-12-11Fix const-ness in mbedtls_param_failed()Manuel Pégourié-Gonnard1-3/+10
2018-12-11Add handlers for parameter validation in the sample programsSimon Butcher1-0/+8
2018-05-15Fix minor code style issuesDarryl Green1-1/+1
2016-09-26Rename net.{c,h} to net_sockets.{c,h}Andres AG1-1/+1
2016-04-27Fixes SSL sample apps for non-default configsSimon Butcher1-0/+3
2015-09-04Change main license to Apache 2.0Manuel Pégourié-Gonnard1-12/+11
2015-07-28Update date in copyright lineManuel Pégourié-Gonnard1-1/+1
2015-06-30Rename mbedtls_net_close() to mbedtls_net_free()Manuel Pégourié-Gonnard1-3/+3
2015-06-30Adapt programs to the new NET APIManuel Pégourié-Gonnard1-9/+7
2015-06-23Adapt programs to the new debug APIManuel Pégourié-Gonnard1-2/+4
2015-06-23Make 'port' a string in NET moduleManuel Pégourié-Gonnard1-1/+1
2015-06-17Add SSL presets.Manuel Pégourié-Gonnard1-1/+2
2015-05-14Adapt prototype of net_accept() for explicit sizeManuel Pégourié-Gonnard1-1/+2
2015-05-11Fix order of ssl_conf vs ssl_setup in programsManuel Pégourié-Gonnard1-6/+6
2015-05-11Rename ssl_set_xxx() to ssl_conf_xxx()Manuel Pégourié-Gonnard1-6/+6
2015-05-11Change ssl_own_cert to work on ssl_configManuel Pégourié-Gonnard1-1/+1
2015-05-11Move ssl_set_rng() to act on configManuel Pégourié-Gonnard1-1/+1
2015-05-11Merge contexts for session cacheManuel Pégourié-Gonnard1-3/+3
2015-05-11Move WANT_READ/WANT_WRITE codes to SSLManuel Pégourié-Gonnard1-5/+5
2015-05-11Rename ssl_set_bio_timeout() to set_bio()Manuel Pégourié-Gonnard1-1/+1
2015-05-11Split ssl_set_read_timeout() out of bio_timeout()Manuel Pégourié-Gonnard1-1/+1
2015-05-11Move ssl_set_ca_chain() to work on configManuel Pégourié-Gonnard1-1/+1
2015-05-07Move easy ssl_set_xxx() functions to work on confManuel Pégourié-Gonnard1-5/+4
2015-05-07Make endpoint+transport args of config_defaults()Manuel Pégourié-Gonnard1-2/+3
2015-05-07Allocate ssl_config out of ssl_setup()Manuel Pégourié-Gonnard1-1/+10
2015-04-29Split ssl_init() -> ssl_setup()Manuel Pégourié-Gonnard1-3/+3
2015-04-29Update ctr_drbg_init() usage in programsManuel Pégourié-Gonnard1-2/+3
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-122/+122
2015-03-31Change default min TLS version to TLS 1.0Manuel Pégourié-Gonnard1-3/+0
2015-03-27Avoid duplicate #ifdefs in programs/sslManuel Pégourié-Gonnard1-28/+22