mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
Change default keyserver.
This commit is contained in:
parent
766cc26305
commit
3886468f75
1
NEWS
1
NEWS
@ -4,6 +4,7 @@ Noteworthy changes in version 1.4.9 (unreleased)
|
|||||||
* Improved AES encryption performance by more than 20% (on ia32).
|
* Improved AES encryption performance by more than 20% (on ia32).
|
||||||
Decryption is also a bit faster.
|
Decryption is also a bit faster.
|
||||||
|
|
||||||
|
* Fixed possible memory corruption while importing OpenPGP keys.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.4.8 (2007-12-20)
|
Noteworthy changes in version 1.4.8 (2007-12-20)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-03-25 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* options.skel: Make the default keyserver keys.gnupg.net.
|
||||||
|
|
||||||
2008-03-23 David Shaw <dshaw@jabberwocky.com>
|
2008-03-23 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* import.c (collapse_uids): Fix bug 894: possible memory
|
* import.c (collapse_uids): Fix bug 894: possible memory
|
||||||
|
@ -93,6 +93,7 @@
|
|||||||
# support).
|
# support).
|
||||||
#
|
#
|
||||||
# Example HKP keyserver:
|
# Example HKP keyserver:
|
||||||
|
# hkp://keys.gnupg.net
|
||||||
# hkp://subkeys.pgp.net
|
# hkp://subkeys.pgp.net
|
||||||
#
|
#
|
||||||
# Example email keyserver:
|
# Example email keyserver:
|
||||||
@ -109,11 +110,12 @@
|
|||||||
# Note that most servers (with the notable exception of
|
# Note that most servers (with the notable exception of
|
||||||
# ldap://keyserver.pgp.com) synchronize changes with each other. Note
|
# ldap://keyserver.pgp.com) synchronize changes with each other. Note
|
||||||
# also that a single server name may actually point to multiple
|
# also that a single server name may actually point to multiple
|
||||||
# servers via DNS round-robin. hkp://subkeys.pgp.net is an example of
|
# servers via DNS round-robin. hkp://keys.gnupg.net is an example of
|
||||||
# such a "server", which spreads the load over a number of physical
|
# such a "server", which spreads the load over a number of physical
|
||||||
# servers.
|
# servers. To see the IP address of the server actually used, you may use
|
||||||
|
# the "--keyserver-options debug".
|
||||||
|
|
||||||
keyserver hkp://subkeys.pgp.net
|
keyserver hkp://keys.pgp.net
|
||||||
#keyserver mailto:pgp-public-keys@keys.nl.pgp.net
|
#keyserver mailto:pgp-public-keys@keys.nl.pgp.net
|
||||||
#keyserver ldap://keyserver.pgp.com
|
#keyserver ldap://keyserver.pgp.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user