Commit graph

4 commits

Author SHA1 Message Date
Bence Szépkúti
bb0cfeb2d4 Rename config.h to mbedtls_config.h
This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^ChangeLog' | xargs sed -b -E -i '
s/((check|crypto|full|mbedtls|query)_config)\.h/\1\nh/g
s/config\.h/mbedtls_config.h/g
y/\n/./
'
mv include/mbedtls/config.h include/mbedtls/mbedtls_config.h
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:28:33 +01:00
Gilles Peskine
32b73c5052 Add contact links for reporting a vulnerability and for support
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-03-16 23:05:38 +01:00
Gilles Peskine
49c700a026 Mandate the use of a template
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-03-16 23:05:17 +01:00
Gilles Peskine
887e2a70f3 Separate issue templates for bugs and enhancements
Mostly reuse the existing issue template, but with separate template for bug
reports and feature requests.

I made some minor tweaks to the presentation which should hopefully reduce
the propensity of users to side-step the template rather than fill it in. In
particular, most users should usually not need to remove any parts.

I removed specific mentions of Mbed OS since the Mbed TLS project is no
longer tightly associated with Mbed OS.

I removed "Peer device TLS stack and version" because that's rarely relevant
and, in my experience, is mentioned when relevant.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-03-16 23:00:22 +01:00