Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-07 | GmCerts: Avoid losing identity metadata | Jaakko Keränen | |
idents.lgr format has not been changed, so keep using the old version number in the file. | |||
2021-03-26 | GmCerts: Relaxed domain verification | Jaakko Keränen | |
Allow a certificate for a higher-level domain to be verified against any subdomains, i.e., implicitly assume every certificate uses wildcards. CA verification is still done separately, and OpenSSL does that strictly as before. | |||
2021-03-14 | Punycode domains when setting trust | Jaakko Keränen | |
2021-03-07 | GmCerts: Fixed checking for expiration time | Jaakko Keränen | |
2021-03-04 | Save identity usage changes immediately | Jaakko Keränen | |
2021-03-02 | Server certificates may also be verified by CAs | Jaakko Keränen | |
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks. | |||
2021-01-18 | Renamed ".binary" files | Jaakko Keränen | |
Use the .lgr extension for Lagrange binary files. | |||
2021-01-04 | GmCerts: Importing an existing certificate | Jaakko Keränen | |
2020-12-02 | Show a banner warning about certificate issues | Jaakko Keränen | |
2020-11-08 | Manually trusting a server certificate | Jaakko Keränen | |
2020-10-29 | Cleanup | Jaakko Keränen | |
2020-10-20 | Added timestamps to serialized responses | Jaakko Keränen | |
A new version of the binary serialization format that includes timestamps for GmResponse. | |||
2020-09-10 | GmCerts: Creating the 'idents' directory | Jaakko Keränen | |
2020-09-09 | GmCerts: Checking if an identity is in use | Jaakko Keränen | |
2020-09-09 | GmCerts: Certificate issuer | Jaakko Keränen | |
It makes sense for a self-signed certificate to be issued by the same entity who is the subject. | |||
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
2020-09-07 | LookupWidget: Finding identities | Jaakko Keränen | |
2020-09-07 | GmCerts: Suspicious double garbage collection | Jaakko Keränen | |
Something fishy going on here. | |||
2020-08-29 | SidebarWidget: Identity use improvements | Jaakko Keränen | |
2020-08-29 | GmCerts: Fixed certificate import | Jaakko Keränen | |
2020-08-28 | macOS: Revealing files of an identity | Jaakko Keränen | |
Finder is accessed via AppleScript. | |||
2020-08-28 | Deleting identities | Jaakko Keränen | |
2020-08-28 | Creating identity containing a domain | Jaakko Keränen | |
2020-08-27 | GmCerts: Use a StringSet for identity URLs | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity selection | Jaakko Keränen | |
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-24 | Initialize RegExpMatches | Jaakko Keränen | |
2020-08-23 | Added an identity creation dialog | Jaakko Keränen | |
2020-08-23 | Cleanup: Use ".binary" for binary files | Jaakko Keränen | |
2020-08-23 | GmCerts: Identity management | Jaakko Keränen | |
Loading and creating client certificates. | |||
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-03 | GmCerts: Thread safety; fixed notifications | Jaakko Keränen | |
Must update the status before notifying. | |||
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-03 | Working on server certificates | Jaakko Keränen | |