summaryrefslogtreecommitdiff
path: root/include/git2/cert.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix some missing includes that cause Docurium to error outEtienne Samson2021-05-271-0/+1
|
* Add support for additional hostkey types.Miguel Arroz2020-12-211-0/+8
| | | | Specifically: ECDSA_256, ECDSA_384, ECDSA_521 and ED25519.
* Also add the raw hostkey to `git_cert_hostkey`lhchavez2020-11-271-5/+33
| | | | | `git_cert_x509` has the raw encoded certificate. Let's do the same for the SSH certificate for symmetry.
* ssh: include sha256 host key hash when supportedAnders Borum2019-11-201-0/+8
|
* cert: move cert enums & struct to its own headerEtienne Samson2019-09-131-0/+127