aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/test_suite_asn1write.function
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Add test cases for ASN.1 ENUMERATED tagMykhailo Sopiha1-0/+21
2019-09-11Test mbedtls_asn1_store_named_dataGilles Peskine1-0/+149
2019-09-11asn1write: test NULL, OID and AlgorithmIdentifierGilles Peskine1-0/+55
2019-09-11Fix typo that prevented mbedtls_asn1_write_len tests from runningGilles Peskine1-1/+1
2019-09-11asn1write: Test short and large buffers more systematicallyGilles Peskine1-91/+53
2019-09-11Add test cases for BOOLEANs and INTEGERsGilles Peskine1-0/+112
2019-01-16Add tests for (named) bitstring to suite_asn1writeAndres Amaya Garcia1-0/+44
2018-10-16Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsingHanno Becker1-1/+1
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-3/+3
2018-08-06Combine hex parameters in a structAzim Khan1-14/+14
2018-08-06Intermediate hexify out changeAzim Khan1-22/+8
2018-08-06Adapt code for scripting out hexify/unhexify codeAzim Khan1-3/+9
2016-08-25Test result of mbedtls_asn1_write_len() through mbedtls_asn1_get_len()Paul Bakker1-1/+18
2016-08-25Add buffer length tests for mbedtls_asn1_write_len()Paul Bakker1-4/+5
2016-08-25Add explicit test coverage for mbedtls_asn1_write_len()Paul Bakker1-0/+36
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-5/+5
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-1/+1
2015-02-10change test function includes to use one conventionRich Evans1-1/+1
2014-06-10Add tests for asn1_write_ia5_string()Manuel Pégourié-Gonnard1-0/+36
2014-06-10Add tests for asn1_write_octet_string()Manuel Pégourié-Gonnard1-0/+48