]> git.proxmox.com Git - swtpm.git/history - src/swtpm_cert/ek-cert.c
swtpm_cert: Allow passing -1 for days to get a non-expiring certificate
[swtpm.git] / src / swtpm_cert / ek-cert.c
2021-10-08 Stefan Bergerswtpm_cert: Allow passing -1 for days to get a non...
2021-08-10 Marc-André Lureauswtpm*: report 'version' in --print-capabilities
2021-06-24 Stefan Bergerswtpm_cert: Fix issues raised by -Wextra
2021-05-21 Jonas Witschelswtpm_cert: rename deprecated libtasn1 types
2020-11-13 Stefan Bergerswtpm_cert: Switch to open() from fopen() for writing...
2020-04-30 Stefan Bergerswtpm_cert: Support --ecc-curveid option to pass curve id
2020-01-30 Stefan Bergerswtpm_cert: Accept serial numbers that use up to 64bits
2020-01-30 Stefan Bergerswtpm_cert: Use getopt_long_only to parse options
2020-01-30 Stefan Bergerswtpm_cert: Add support for --print-capabilities option
2020-01-30 Stefan Bergerswtpm_cert: Allow passing signing key and parent key...
2019-10-22 Stefan Bergerswtpm_cert: Use gnutls_x509_crt_get_subject_key_id...
2019-10-11 Stefan Bergerswtpm_cert: Fix OIDs for TPM 2 platforms data
2018-12-11 Stefan Bergerswtpm_cert: Support PKCS11 URIs for a CA using a PKCS11...
2018-11-17 Stefan Bergerswtpm_cert: Fix memory leaks
2018-11-07 Stefan Bergerswtpm_cert: use hashAlgo as parameter for signing certi...
2018-10-16 Stefan Bergerswtpm_cert: Allow using a TPM 1.2 signing key for signi...
2018-09-24 Stefan Bergerek-cert: Initialize datum variable to prevent unintiali...
2018-09-24 Stefan Bergerswtpm_cert: Fix a potential buffer overrun error
2018-08-30 Stefan BergerMove conditional includes into sys_dependencies.h
2018-08-29 Stefan Bergertools: Make compileable on FreeBSD
2018-08-07 Stefan Bergerswtpm_cert: Add option --decryption to use for key...
2018-08-07 Stefan Bergerswtpm_cert: Support for Elliptic Curve keys
2018-08-07 Stefan Bergerswtpm_cert: Add support for TPM2
2018-08-07 Stefan Bergerswtpm_cert: Prepend a 'special' ASN.1 byte sequence...
2018-08-07 Stefan Bergerswtpm_cert: Do set authority key id explicitly
2018-08-07 Stefan Bergerswtpm_cert: Remove copying of authority key id
2018-05-08 Stefan Bergerswtpm_cert: do not set the subject in the certificate
2018-05-07 Stefan Bergerswtpm_cert: Usa sha-1WithRSAEncryption for TPM 1.2...
2018-05-07 Stefan Bergerswtpm_cert: Build platform and TPM info for platform...
2018-05-07 Stefan Bergerswtpm_cert: Set SAN's ASN.1 using lower level function
2018-05-07 Stefan Bergerswtpm_cert: put ASN.1 creation code into own functions
2018-05-05 Stefan Bergerswtpm_cert: fix a copy and paste error related to TPM...
2018-05-04 Stefan Bergerswtpm_cert: simplify two's completement implementation
2018-05-04 Stefan Bergerswtpm_cert: calculate two's complement of numbers for...
2018-05-04 Stefan Bergerswtpm_cert: Use certificate specific OIDs in Extended...
2018-04-23 Stefan Bergerswtpm_cert: make the TPM spec parameters mandatory...
2018-04-17 Stefan Bergerswtpm_cert: Error out if the Authority Key Id could...
2018-04-17 Stefan Bergerswtpm_cert: Add Subject Directory Attributes to EK...
2018-04-17 Stefan Bergerswtpm_cert: cleanup whitespace errors
2018-04-17 Stefan Bergerswtpm_cert: factor out encode_asn1 function
2018-04-12 Stefan Bergerswtpm_cert: Implement --add-header option for adding...
2018-01-02 Stefan Bergerswtpm_cert: Sign cert using SHA256
2017-12-20 Stefan Bergerswtpm_cert: Fix broken certificate verification
2017-10-05 Stefan Bergerswtpm_cert: add cast to avoid compile error on i686
2017-03-01 Stefan BergerMerge pull request #25 from pohly/patch-1
2017-02-02 Stefan Bergerswtpm_cert: Create sets of items
2017-02-02 Stefan Bergerswtpm_cert: use GNUTLS 3.5 function to set TPM data
2015-12-04 Stefan Bergerswtpm: Add option to only display version info
2015-12-04 Stefan Bergerswtpm: add version info to all programs
2015-05-27 Stefan BergerAdd copyright stanza where missing; update date
2015-05-12 Stefan Bergerswtpm_cert: change variable type from unsigned char...
2014-12-05 Stefan Bergermerging swtpm-tools into this project