SerfSession.hxx (49989859) SerfSession.hxx (10e20387)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 85 unchanged lines hidden (view full) ---

94 serf_request_t * inRequest,
95 int inCode,
96 const char *inAuthProtocol,
97 const char *inRealm,
98 apr_pool_t *inAprPool );
99
100 apr_status_t verifySerfCertificateChain (
101 int nFailures,
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 85 unchanged lines hidden (view full) ---

94 serf_request_t * inRequest,
95 int inCode,
96 const char *inAuthProtocol,
97 const char *inRealm,
98 apr_pool_t *inAprPool );
99
100 apr_status_t verifySerfCertificateChain (
101 int nFailures,
102 const char** pCertificateChainBase64Encoded,
102 const serf_ssl_certificate_t * const * pCertificateChainBase64Encoded,
103 int nCertificateChainLength);
104
105 serf_bucket_t* acceptSerfResponse( serf_request_t * inSerfRequest,
106 serf_bucket_t * inSerfStreamBucket,
107 apr_pool_t* inAprPool );
108
109 // Serf-related data structures
110 apr_pool_t* getAprPool();

--- 215 unchanged lines hidden ---
103 int nCertificateChainLength);
104
105 serf_bucket_t* acceptSerfResponse( serf_request_t * inSerfRequest,
106 serf_bucket_t * inSerfStreamBucket,
107 apr_pool_t* inAprPool );
108
109 // Serf-related data structures
110 apr_pool_t* getAprPool();

--- 215 unchanged lines hidden ---