1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal

address] syntax in keyserver URLs.  (keyserver_typemap): Map ftps if
we are supporting it.
This commit is contained in:
David Shaw 2005-01-26 21:20:30 +00:00
parent eb0ee0ba44
commit e6cbb88f61
2 changed files with 42 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2005-01-26 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal
address] syntax in keyserver URLs.
(keyserver_typemap): Map ftps if we are supporting it.
2005-01-25 Werner Koch <wk@g10code.com>
* keygen.c (do_generate_keypair): Don't continue after an error;