Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tls: update default CurvePreferences and CipherSuites (#5850) | Kasei | 2019-11-05 |
| | | | | | | | | | * Enable X25519 curve and reorder curve list to improve key exchange performance * Enable ECDSA ciphers for EC certs * Enable CHACHA20_POLY1305 ciphers * Disable RSA key exchange algorithm which don't provide PFS * Disable non-AEAD ciphers Signed-off-by: Kasei Wang <kasei@kasei.im> | ||
* | cmd/import: improve error message | Unknwon | 2019-10-26 |
| | | | | - Print app.Run() error | ||
* | web: fix panic when download attachments (#5838) | Unknwon | 2019-10-24 |
| | |||
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version |