/
githubmirror
/
swtpm
ОбзорДокументацияВойти
/
githubmirror
/
swtpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
swtpm/
src/swtpm_setup/
..
Makefile.am

swtpm_setup: Add support for --profile parameter

2 года назад
README

add new README files for the tools and modify main README file

12 лет назад
profile.c

swtpm_setup: Use DISTRO_PROFILES_DIR when listing profiles (fix path issue)

год назад
profile.h

swtpm_setup: Implement --print-profiles to display all profiles

2 года назад
swtpm.c

swtpm_setup: Remove casts to arrays since unacceptable to clang

3 месяца назад
swtpm.h

swtpm_setup: Create IAK hwSerialNum from data extracted from EK certificate

4 месяца назад
swtpm_backend_dir.c

swtpm_setup: Define PATH_MAX on GNU/Hurd systems since undefined there

год назад
swtpm_backend_file.c

swtpm_setup: Move gmalloc after block that may return NULL on failure

5 лет назад
swtpm_setup.c

swtpm_setup: Create IAK hwSerialNum from data extracted from EK certificate

4 месяца назад
swtpm_setup.h

swtpm_setup: Rewrite in 'C' (addresses issue #437)

5 лет назад
swtpm_setup_utils.c

swtpm_setup: Add profile entries to swtpm_setup.conf written by swtpm_setup

2 года назад
swtpm_setup_utils.h

swtpm_setup: Factor-out read_file_lines from get_default_pcr_banks

2 года назад
README
swtpm_setup is a tool that simulates the manufacturing of a TPM
and allows a user to prepare the initial state of a TPM by having
the TPM create an EK, creating the EK and platform certificates for it,
and saving the certificates into the NVRAM of the TPM before it is used
for the first time.
 
For further information, check the manpage 'man swtpm_setup'.