Blame lib/x509/krb5.h

Packit Service 4684c1
/*
Packit Service 4684c1
 * Copyright (C) 2015 Red Hat, Inc.
Packit Service 4684c1
 *
Packit Service 4684c1
 * This file is part of GnuTLS.
Packit Service 4684c1
 *
Packit Service 4684c1
 * GnuTLS is free software: you can redistribute it and/or modify it
Packit Service 4684c1
 * under the terms of the GNU General Public License as published by
Packit Service 4684c1
 * the Free Software Foundation, either version 3 of the License, or
Packit Service 4684c1
 * (at your option) any later version.
Packit Service 4684c1
 *
Packit Service 4684c1
 * GnuTLS is distributed in the hope that it will be useful, but
Packit Service 4684c1
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 4684c1
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 4684c1
 * General Public License for more details.
Packit Service 4684c1
 *
Packit Service 4684c1
 * You should have received a copy of the GNU General Public License
Packit Service 4684c1
 * along with this program.  If not, see
Packit Service 4684c1
 * <https://www.gnu.org/licenses/>.
Packit Service 4684c1
 */
Packit Service 4684c1
Packit Service 4684c1
#ifndef GNUTLS_LIB_X509_KRB5_H
Packit Service 4684c1
#define GNUTLS_LIB_X509_KRB5_H
Packit Service 4684c1
Packit Service 4684c1
int _gnutls_krb5_principal_to_der(const char *name, gnutls_datum_t * der);
Packit Service 4684c1
int _gnutls_krb5_der_to_principal(const gnutls_datum_t * der, gnutls_datum_t *name);
Packit Service 4684c1
Packit Service 4684c1
#endif /* GNUTLS_LIB_X509_KRB5_H */