aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_x509parse.function
AgeCommit message (Expand)AuthorFilesLines
2020-07-01tests: suites: Remove `hex` in name of variables of type data_tRonald Cron1-7/+7
2020-06-17test_suite_x509parse.function improvementNicola Di Lieto1-2/+3
2020-06-17Pass "certificate policies" extension to callbackNicola Di Lieto1-5/+79
2020-05-29Unsupported extension tests in test_suite_x509parseNicola Di Lieto1-5/+12
2020-05-28Add opaque context to mbedtls_x509_crt_ext_cb_tNicola Di Lieto1-6/+7
2020-05-28Tests for mbedtls_x509_crt_parse_der_with_ext_cbNicola Di Lieto1-0/+82
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-1/+1
2019-06-03Add test cases exercising successful verification of MD2/MD4/MD5 CRTHanno Becker1-0/+11
2019-05-13Change mbedtls_x509_subject_alternative_nameRon Eldor1-12/+17
2019-05-07Suppport otherName of type hardware module nameRon Eldor1-0/+108
2019-04-05Document and test flags in x509_verifyJanos Follath1-0/+1
2019-04-05Fix style issues and a typoJanos Follath1-4/+4
2019-04-01Address comments for x509 testsJarno Lamsa1-2/+2
2019-04-01Change the verify function namingJarno Lamsa1-2/+2
2019-03-28Remove trailing whitespace in test_suite_x509parse.functionHanno Becker1-1/+1
2019-03-28Only run X.509 CRT verification tests with CA callback tests if !CRLHanno Becker1-4/+9
2019-03-28Minor fixes to CA callback testsHanno Becker1-12/+51
2019-03-28Add a failure testcase for ca callbackJarno Lamsa1-0/+36
2019-03-28Change callback name to ca_callbackJarno Lamsa1-2/+2
2019-03-28Test for ca list callbackJarno Lamsa1-0/+27
2019-02-22Merge remote-tracking branch 'origin/pr/2411' into developmentJaeden Amero1-1/+15
2019-02-13psa: Initialize crypto in tests that need toJaeden Amero1-0/+16
2019-02-08Modify existing X.509 test for also test new copyless APIHanno Becker1-1/+15
2018-09-11Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restr...Manuel Pégourié-Gonnard1-51/+37
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-7/+7
2018-08-06Combine hex parameters in a structAzim Khan1-25/+20
2018-08-06Intermediate hexify out changeAzim Khan1-39/+29
2018-08-06Fix name conflict and implicit use of functions from string.hMohammad Azim Khan1-0/+1
2018-06-13Merge branch 'development' into iotssl-1260-non-blocking-ecc-restrictedManuel Pégourié-Gonnard1-1/+5
2018-03-05Merge branch 'development' into iotssl-1381-x509-verify-refactor-restrictedManuel Pégourié-Gonnard1-0/+4
2018-02-06Add some tests for different available profilesRon Eldor1-0/+4
2017-08-21Fix test that didn't check full value of flagsManuel Pégourié-Gonnard1-1/+1
2017-08-15Make verify() actually restartableManuel Pégourié-Gonnard1-0/+10
2017-08-15Add tests for verify_restartable()Manuel Pégourié-Gonnard1-0/+46
2017-08-09Unify name of default profile in X.509 testsManuel Pégourié-Gonnard1-1/+1
2017-08-08Fix some whitespaceManuel Pégourié-Gonnard1-5/+5
2017-08-08Add test for bad name and callbackManuel Pégourié-Gonnard1-2/+5
2017-08-08Add ability to test flags value in vrfy callbackManuel Pégourié-Gonnard1-1/+1
2017-08-08Add tests for fatal error in vrfy callbackManuel Pégourié-Gonnard1-1/+1
2017-08-08Add ability to test failing vrfy callbackManuel Pégourié-Gonnard1-2/+19
2017-08-08Add tests for profile enforcementManuel Pégourié-Gonnard1-0/+22
2017-08-08Add "profile" arg to X.509 test functionManuel Pégourié-Gonnard1-5/+14
2017-07-28Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CASimon Butcher1-1/+1
2017-07-28Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CASimon Butcher1-1/+1
2017-07-26Check threshold for MBEDTLS_X509_MAX_INTERMEDIATE_CA in X509 testsHanno Becker1-0/+6
2017-07-06Add test for limit on intermediate certificatesManuel Pégourié-Gonnard1-0/+39
2017-06-06Allow SHA-1 in X.509 and TLS testsGilles Peskine1-3/+16
2017-02-28Add unit tests for X509 certificate date parsingJanos Follath1-5/+3
2017-01-19Add test for infinite loop in CRL parseAndres AG1-0/+16
2016-09-28Add check for validity of date in x509_get_time()Andres AG1-0/+34