summaryrefslogtreecommitdiff
path: root/libsoup/soup-openssl.h
blob: dbcd25a7c330c1c0c8f864bff438795cc009f0f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
 * soup-openssl.h: Asyncronous Callback-based SOAP Request Queue.
 *
 * Authors:
 *      Alex Graveley (alex@ximian.com)
 *
 * Copyright (C) 2001, Ximian, Inc.
 */

#ifndef SOUP_OPENSSL_H
#define SOUP_OPENSSL_H 1

#include <glib.h>
#include <libsoup/soup-misc.h>

GIOChannel *soup_openssl_get_iochannel       (GIOChannel *sock);

void        soup_openssl_set_security_policy (SoupSecurityPolicy policy);

gboolean    soup_openssl_init                (gboolean server_mode);

#endif /* SOUP_OPENSSL_H */