File: myproxy_ocsp_aia.h

package info (click to toggle)
myproxy 6.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,628 kB
  • ctags: 1,812
  • sloc: ansic: 25,183; sh: 11,726; perl: 3,673; makefile: 361
file content (11 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
/*
 * myproxy_ocsp_aia.h - OCSP AIA extension handlign
 */
#ifndef __MYPROXY_OCSP_AIA_H
#define __MYPROXY_OCSP_AIA_H

#include <openssl/x509v3.h>

char *myproxy_get_aia_ocsp_uri(X509 *cert);

#endif