| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix TOFUv0.1.7 | Adnan Maolood | 2020-11-05 | 3 | -20/+29 |
| * | Don't check if certificate is expired | Adnan Maolood | 2020-11-05 | 1 | -3/+2 |
| * | Don't redirect by defaultv0.1.6 | Adnan Maolood | 2020-11-05 | 1 | -6/+2 |
| * | update examples/cert.go | Adnan Maolood | 2020-11-05 | 1 | -0/+4 |
| * | Update examples/auth.go | Adnan Maolood | 2020-11-05 | 1 | -6/+6 |
| * | Refactor KnownHosts | Adnan Maolood | 2020-11-05 | 6 | -96/+72 |
| * | Document CertificateOptions | Adnan Maolood | 2020-11-05 | 1 | -8/+26 |
| * | Remove some unnecessary errors | Adnan Maolood | 2020-11-04 | 4 | -18/+12 |
| * | Use ECDSA keys by default | Adnan Maolood | 2020-11-03 | 1 | -8/+23 |
| * | Update examples/auth.go | Adnan Maolood | 2020-11-03 | 1 | -1/+1 |
| * | Add ErrorLog field to Server | Adnan Maolood | 2020-11-03 | 3 | -6/+21 |
| * | Add Subject option in CertificateOptions | Adnan Maolood | 2020-11-02 | 3 | -0/+11 |
| * | Store request certificate to prevent infinite loop | Adnan Maolood | 2020-11-02 | 1 | -0/+1 |
| * | server: Populate (*Request).Certificate fieldv0.1.5 | Adnan Maolood | 2020-11-01 | 3 | -39/+38 |
| * | Prevent infinite loop in client requests | Adnan Maolood | 2020-11-01 | 1 | -0/+2 |
| * | Update examples/auth.go | adnano | 2020-11-01 | 1 | -15/+22 |
| * | Refactor Certificate and Input functions | adnano | 2020-11-01 | 1 | -26/+33 |
| * | Don't expose DefaultClient | adnano | 2020-11-01 | 1 | -11/+5 |
| * | examples: Tweak client and server timeouts | adnano | 2020-11-01 | 2 | -3/+3 |
| * | Update examples/cert.go | adnano | 2020-11-01 | 1 | -61/+3 |
| * | Update examples/html.go | Adnan Maolood | 2020-11-01 | 1 | -19/+11 |
| * | Update documentationv0.1.4 | Adnan Maolood | 2020-11-01 | 2 | -35/+8 |
| * | Rename InsecureTrustAlways to InsecureSkipTrust | Adnan Maolood | 2020-10-31 | 1 | -3/+3 |
| * | Update documentation | Adnan Maolood | 2020-10-31 | 2 | -4/+10 |
| * | Guarantee that (*Response).Body is non-nil | Adnan Maolood | 2020-10-31 | 2 | -3/+9 |
| * | Fix examples/client.go | Adnan Maolood | 2020-10-31 | 2 | -1/+15 |
| * | Add option to skip trust checks | Adnan Maolood | 2020-10-31 | 3 | -31/+21 |
| * | Refactor client.TrustCertificate workflow | Adnan Maolood | 2020-10-31 | 6 | -108/+81 |
| * | Update log.Printf calls | Adnan Maolood | 2020-10-31 | 1 | -2/+2 |
| * | Implement Server read and write timeouts | Adnan Maolood | 2020-10-31 | 3 | -11/+18 |
| * | Implement Client connection timeout | Adnan Maolood | 2020-10-31 | 2 | -1/+23 |
| * | Set default mimetype if META is empty | Adnan Maolood | 2020-10-31 | 2 | -16/+13 |
| * | Remove Redirect and PermanentRedirect functions | Adnan Maolood | 2020-10-31 | 4 | -16/+6 |
| * | Add ErrCertificateNotFound | Adnan Maolood | 2020-10-31 | 3 | -5/+6 |
| * | server: Automatically write new certificates to disk | Adnan Maolood | 2020-10-31 | 3 | -63/+61 |
| * | Call CreateCertificate for missing certificates | Adnan Maolood | 2020-10-31 | 1 | -3/+14 |
| * | Fix handling of wildcard hostnames | Adnan Maolood | 2020-10-31 | 1 | -11/+12 |
| * | Add ParseLines function | Adnan Maolood | 2020-10-29 | 1 | -39/+49 |
| * | Add optional host argument in examples/client.gov0.1.3 | Adnan Maolood | 2020-10-28 | 2 | -2/+6 |
| * | Fix documentation | Adnan Maolood | 2020-10-28 | 1 | -1/+1 |
| * | Update documentation | Adnan Maolood | 2020-10-28 | 4 | -46/+38 |
| * | Use strings.Builder in Fingerprint | Adnan Maolood | 2020-10-28 | 3 | -10/+9 |
| * | Refactor server certificates | Adnan Maolood | 2020-10-28 | 4 | -285/+265 |
| * | Fix examples/cert.go | Adnan Maolood | 2020-10-28 | 1 | -3/+15 |
| * | Refactor client certificates | Adnan Maolood | 2020-10-28 | 6 | -156/+141 |
| * | Add ErrInputRequired and ErrCertificateRequired | Adnan Maolood | 2020-10-28 | 2 | -0/+4 |
| * | Store a reference to the Request in Response | Adnan Maolood | 2020-10-28 | 2 | -0/+4 |
| * | Ensure absolute paths in client certificate store | Adnan Maolood | 2020-10-27 | 2 | -1/+7 |
| * | Add Client.GetInput field | Adnan Maolood | 2020-10-27 | 6 | -60/+61 |
| * | Restrict client certificates to certain paths | Adnan Maolood | 2020-10-27 | 4 | -20/+48 |