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

See ChangeLog: Tue May 23 09:19:00 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-05-23 07:08:26 +00:00
parent c8def6ecfa
commit 12d7d0bbe9
6 changed files with 683 additions and 6 deletions

View file

@ -63,7 +63,11 @@ hkp_ask_import( u32 *keyid )
opt.keyserver_name );
request = m_alloc( strlen( opt.keyserver_name ) + 100 );
/* hkp does not accept the long keyid - we should really write a
* nicer one */
* nicer one :-)
* FIXME: request binary mode - need to pass no_armor mode
* down to the import function. Marc told that there is such a
* binary mode ... how?
*/
sprintf( request, "x-hkp://%s:11371/pks/lookup?op=get&search=0x%08lX",
opt.keyserver_name, (ulong)keyid[1] );
rc = http_open_document( &hd, request, hflags );