SerfCallbacks.hxx (c58749d7) SerfCallbacks.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

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

38 int code,
39 const char *authn_type,
40 const char *realm,
41 apr_pool_t *pool );
42
43extern "C" apr_status_t Serf_CertificateChainValidation(
44 void* pSerfSession,
45 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

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

38 int code,
39 const char *authn_type,
40 const char *realm,
41 apr_pool_t *pool );
42
43extern "C" apr_status_t Serf_CertificateChainValidation(
44 void* pSerfSession,
45 int nFailures,
46 const char** pCertificateChainBase64Encoded,
47 int nCertificateChainLength);
46 int error_depth,
47 const serf_ssl_certificate_t * const * pCertificateChainBase64Encoded,
48 apr_size_t nCertificateChainLength);
48
49extern "C" apr_status_t Serf_SetupRequest( serf_request_t *request,
50 void *setup_baton,
51 serf_bucket_t **req_bkt,
52 serf_response_acceptor_t *acceptor,
53 void **acceptor_baton,
54 serf_response_handler_t *handler,
55 void **handler_baton,

--- 13 unchanged lines hidden ---
49
50extern "C" apr_status_t Serf_SetupRequest( serf_request_t *request,
51 void *setup_baton,
52 serf_bucket_t **req_bkt,
53 serf_response_acceptor_t *acceptor,
54 void **acceptor_baton,
55 serf_response_handler_t *handler,
56 void **handler_baton,

--- 13 unchanged lines hidden ---