| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | server: Automatically write new certificates to disk | Adnan Maolood | 2020-10-31 | 1 | -49/+1 |
| * | Use strings.Builder in Fingerprint | Adnan Maolood | 2020-10-28 | 1 | -0/+1 |
| * | Refactor server certificates | Adnan Maolood | 2020-10-28 | 1 | -62/+26 |
| * | Refactor client certificates | Adnan Maolood | 2020-10-28 | 1 | -1/+4 |
| * | Rename repository to go-gemini | Adnan Maolood | 2020-10-24 | 1 | -1/+1 |
| * | Rename Handler to Responder | Adnan Maolood | 2020-10-21 | 1 | -1/+1 |
| * | examples/server: Create certificates if they does not exist | adnano | 2020-10-17 | 1 | -1/+4 |
| * | Remove NewRawCertificate function | adnano | 2020-10-13 | 1 | -10/+41 |
| * | Remove WriteX509KeyPair function | adnano | 2020-10-13 | 1 | -1/+26 |
| * | Move certificate verification code to VerifyConnection | adnano | 2020-10-13 | 1 | -1/+1 |
| * | examples/server: Generate new certificates when they expire | adnano | 2020-10-13 | 1 | -0/+29 |
| * | Update documentation | adnano | 2020-10-12 | 1 | -0/+24 |