aboutsummaryrefslogtreecommitdiff
path: root/programs/x509/cert_app.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02update headersDave Rodgman1-13/+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-0/+1
2023-04-17Move psa_crypto_init() after other init callsPrzemek Stekiel1-9/+9
2023-04-16cert_app: init entropy unconditionallyPrzemek Stekiel1-1/+1
2023-04-16Init PSA in ssl and x509 programsPrzemek Stekiel1-0/+9
2023-01-30Fix bugs in example programs: change argc == 0 to argc < 2Aditya Deshpande1-1/+1
2023-01-11Switch to the new code styleGilles Peskine1-191/+166
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-05-21Add MBEDTLS_PRIVATE wrapping to sample programs.Mateusz Starzyk1-1/+1
2021-04-27Fix minor styling issuesChris Jones1-2/+2
2021-04-27Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFOHanno Becker1-2/+2
2021-04-27Reduce code size when mbedtls_x509_*_info() unusedPeter Kolbus1-2/+2
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-3/+3
2019-08-16Unify the example programs' terminationKrzysztof Stachowiak1-2/+2
2019-06-13Remove mbedtls_param_failed from programsGilles Peskine1-11/+0
2019-02-26Use mbedtls_ssl_get_peer_cert() to query peer cert in cert_appHanno Becker1-1/+5
2018-12-11Fix const-ness in mbedtls_param_failed()Manuel Pégourié-Gonnard1-3/+8
2018-12-11Add handlers for parameter validation in the sample programsSimon Butcher1-0/+8
2018-06-14Add missing platform macro defines in cert_app.cAndres Amaya Garcia1-5/+7
2018-06-14Fix ret code in cert_app.cAndres Amaya Garcia1-16/+17
2016-09-26Rename net.{c,h} to net_sockets.{c,h}Andres AG1-1/+1
2016-09-26Do not add empty cert / key in cert_appPaul Bakker1-12/+0
2016-09-26Actually apply debug_level settings in cert_appPaul Bakker1-0/+5
2016-04-27Fixes X509 sample app and SSL test suiteSimon 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-1/+1
2015-06-30Adapt programs to the new NET APIManuel Pégourié-Gonnard1-4/+4
2015-06-23Adapt programs to the new debug APIManuel Pégourié-Gonnard1-6/+7
2015-06-23Make 'port' a string in NET moduleManuel Pégourié-Gonnard1-9/+5
2015-06-17Add SSL presets.Manuel Pégourié-Gonnard1-1/+2
2015-05-11Change X.509 verify flags to uint32_tManuel Pégourié-Gonnard1-2/+3
2015-05-11Fix order of ssl_conf vs ssl_setup in programsManuel Pégourié-Gonnard1-7/+8
2015-05-11Rename ssl_set_xxx() to ssl_conf_xxx()Manuel Pégourié-Gonnard1-8/+8
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-11Move WANT_READ/WANT_WRITE codes to SSLManuel Pégourié-Gonnard1-1/+1
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-3/+1
2015-05-07Move easy ssl_set_xxx() functions to work on confManuel Pégourié-Gonnard1-4/+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-10/+19
2015-04-29Split ssl_init() -> ssl_setup()Manuel Pégourié-Gonnard1-2/+3