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

New code to do DNS CERT queries.

This commit is contained in:
David Shaw 2005-12-23 18:15:24 +00:00
parent 5e08b08da8
commit 7f13d486b0
7 changed files with 232 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2005-12-23 David Shaw <dshaw@jabberwocky.com>
* util.h: Prototype get_cert().
2005-07-27 Werner Koch <wk@g10code.com>
* memory.h (m_free, m_alloc, m_realloc, m_strdup): Removed and

View file

@ -256,7 +256,8 @@ int asprintf (char **buf, const char *fmt, ...);
/*-- pka.c --*/
char *get_pka_info (const char *address, unsigned char *fpr);
/*-- cert.c --*/
int get_cert(const char *name,size_t max_size,IOBUF *iobuf,char **url);
/**** other missing stuff ****/
#ifndef HAVE_ATEXIT /* For SunOS */