diff options
author | Omar Polo <op@omarpolo.com> | 2021-05-12 17:37:22 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-05-12 17:37:22 +0000 |
commit | 1eb3631d10e20f089be8f5bb7b81505a068813a4 (patch) | |
tree | 2ea3aee69c7fa39df7090dcc29dc43cffd4d7ad4 /ChangeLog | |
parent | 58d51f2c1171da65fd4c6d9007d9782a9dbb8bad (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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! |