aboutsummaryrefslogtreecommitdiff
path: root/certificate
Commit message (Collapse)AuthorAgeFilesLines
* certificate.Store: Call os.MkdirAll on Loadv0.1.20Adnan Maolood2021-03-091-0/+5
|
* certificate.Store: Don't call os.MkdirAllAdnan Maolood2021-03-061-5/+0
|
* certificate.Store: Don't check parent scopes in LookupAdnan Maolood2021-03-061-34/+11
| | | | | Limit the scopes of client certificates to hostnames only instead of hostnames and paths.
* certificate.Store: Make 100 years the default durationAdnan Maolood2021-03-051-2/+2
|
* certificate.Store: Clean scope path in LoadAdnan Maolood2021-03-051-1/+2
| | | | | Clean the scope path so that trimming the path from the scope works for relative paths.
* Revert "certificate: Remove Subject from CreateOptions"v0.1.19Adnan Maolood2021-03-042-0/+13
| | | | This reverts commit ce649ecc66ba390a5e9f95c027a15030f90c3b36.
* Revert "certificate.Store: Allow using '*' in DNSNames"Adnan Maolood2021-03-041-10/+11
| | | | This reverts commit de0b93a4f6f5df309816a8cf718c8325a1bb619d.
* certificate.Store: Bump default duration to 250 yearsAdnan Maolood2021-03-041-2/+2
|
* certificate.Store: Allow using '*' in DNSNamesAdnan Maolood2021-03-041-11/+10
| | | | | | This isn't exactly a valid DNSName, but it reduces the number of certificates that need to be created. Clients should either accept it or skip checking DNSNames.
* certificate: Remove Subject from CreateOptionsAdnan Maolood2021-03-042-13/+0
|
* certificate: Fix deadlock in Store.GetAdnan Maolood2021-03-041-2/+2
|
* certificate.Store: Fix hostname registration checkAdnan Maolood2021-03-041-1/+1
|
* certificate.Store: Check parent scopes in LookupAdnan Maolood2021-02-281-1/+18
|
* certificate.Store: Support client certificatesAdnan Maolood2021-02-281-36/+74
|
* certificate.Store: Mention GetCertificate usageAdnan Maolood2021-02-231-0/+2
|
* certificate: Update documentationAdnan Maolood2021-02-231-1/+1
|
* certificate.Store: Update documentationAdnan Maolood2021-02-231-10/+8
|
* certificate.Store: Check '*' scope lastAdnan Maolood2021-02-231-4/+4
|
* certificate.Store: Allow certificate of scope '*'Adnan Maolood2021-02-231-1/+1
|
* certificate.Store: Remove client certificate supportAdnan Maolood2021-02-231-31/+35
|
* certificate.Store: Support "*" wildcard patternAdnan Maolood2021-02-201-0/+4
|
* certificate.Store: Generate certificates by defaultAdnan Maolood2021-02-201-12/+23
|
* certificate: Implement GetCertificate callbackAdnan Maolood2021-02-192-94/+155
|
* certificate: Add Dir.Entries functionAdnan Maolood2021-01-141-8/+18
|
* Move cert.go to a subpackageAdnan Maolood2021-01-141-0/+226