| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | certificate.Store: Call os.MkdirAll on Loadv0.1.20 | Adnan Maolood | 2021-03-09 | 1 | -0/+5 |
| | | |||||
| * | certificate.Store: Don't call os.MkdirAll | Adnan Maolood | 2021-03-06 | 1 | -5/+0 |
| | | |||||
| * | certificate.Store: Don't check parent scopes in Lookup | Adnan Maolood | 2021-03-06 | 1 | -34/+11 |
| | | | | | | Limit the scopes of client certificates to hostnames only instead of hostnames and paths. | ||||
| * | certificate.Store: Make 100 years the default duration | Adnan Maolood | 2021-03-05 | 1 | -2/+2 |
| | | |||||
| * | certificate.Store: Clean scope path in Load | Adnan Maolood | 2021-03-05 | 1 | -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.19 | Adnan Maolood | 2021-03-04 | 2 | -0/+13 |
| | | | | | This reverts commit ce649ecc66ba390a5e9f95c027a15030f90c3b36. | ||||
| * | Revert "certificate.Store: Allow using '*' in DNSNames" | Adnan Maolood | 2021-03-04 | 1 | -10/+11 |
| | | | | | This reverts commit de0b93a4f6f5df309816a8cf718c8325a1bb619d. | ||||
| * | certificate.Store: Bump default duration to 250 years | Adnan Maolood | 2021-03-04 | 1 | -2/+2 |
| | | |||||
| * | certificate.Store: Allow using '*' in DNSNames | Adnan Maolood | 2021-03-04 | 1 | -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 CreateOptions | Adnan Maolood | 2021-03-04 | 2 | -13/+0 |
| | | |||||
| * | certificate: Fix deadlock in Store.Get | Adnan Maolood | 2021-03-04 | 1 | -2/+2 |
| | | |||||
| * | certificate.Store: Fix hostname registration check | Adnan Maolood | 2021-03-04 | 1 | -1/+1 |
| | | |||||
| * | certificate.Store: Check parent scopes in Lookup | Adnan Maolood | 2021-02-28 | 1 | -1/+18 |
| | | |||||
| * | certificate.Store: Support client certificates | Adnan Maolood | 2021-02-28 | 1 | -36/+74 |
| | | |||||
| * | certificate.Store: Mention GetCertificate usage | Adnan Maolood | 2021-02-23 | 1 | -0/+2 |
| | | |||||
| * | certificate: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -1/+1 |
| | | |||||
| * | certificate.Store: Update documentation | Adnan Maolood | 2021-02-23 | 1 | -10/+8 |
| | | |||||
| * | certificate.Store: Check '*' scope last | Adnan Maolood | 2021-02-23 | 1 | -4/+4 |
| | | |||||
| * | certificate.Store: Allow certificate of scope '*' | Adnan Maolood | 2021-02-23 | 1 | -1/+1 |
| | | |||||
| * | certificate.Store: Remove client certificate support | Adnan Maolood | 2021-02-23 | 1 | -31/+35 |
| | | |||||
| * | certificate.Store: Support "*" wildcard pattern | Adnan Maolood | 2021-02-20 | 1 | -0/+4 |
| | | |||||
| * | certificate.Store: Generate certificates by default | Adnan Maolood | 2021-02-20 | 1 | -12/+23 |
| | | |||||
| * | certificate: Implement GetCertificate callback | Adnan Maolood | 2021-02-19 | 2 | -94/+155 |
| | | |||||
| * | certificate: Add Dir.Entries function | Adnan Maolood | 2021-01-14 | 1 | -8/+18 |
| | | |||||
| * | Move cert.go to a subpackage | Adnan Maolood | 2021-01-14 | 1 | -0/+226 |