aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-05-12 17:37:22 +0000
committerOmar Polo <op@omarpolo.com>2021-05-12 17:37:22 +0000
commit1eb3631d10e20f089be8f5bb7b81505a068813a4 (patch)
tree2ea3aee69c7fa39df7090dcc29dc43cffd4d7ad4 /ChangeLog
parent58d51f2c1171da65fd4c6d9007d9782a9dbb8bad (diff)
certificate generation (bugfix and improvement)
don't add gmid as organisation when generating the certificate, and set the version to 3, so it's compatible with java/android clients. Found by Gnuserland, thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d84b29..4ab9ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-12 Omar Polo <op@omarpolo.com>
+
+ * utils.c (gen_certificate): don't add gmid as organisation when generating the certificate, and now it set the version 3, so it's compatible with java/android
+
2021-05-09 Omar Polo <op@omarpolo.com>
* server.c (apply_fastcgi): added fastcgi support!