signing algorithm used for each certificate. If any of the
intermediary certificates are using @code{GNUTLS_SIGN_RSA_MD2} or
@code{GNUTLS_SIGN_RSA_MD5}, you could present a warning.
-
@end itemize
If all of them are used then GnuTLS will no longer use libgcrypt.
-
@item @ref{gnutls_free}
@end itemize
-
return priv->connection_using_safe_renegotiation;
}
-
gnutls_free(priv);
return ret;
}
-
return _gnutls_recv_int (session, GNUTLS_APPLICATION_DATA, -1, data,
sizeofdata);
}
-
gnutls_mutex_lock = lock;
gnutls_mutex_unlock = unlock;
}
-
/* rndegd.c - interface to the EGD
- * Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2000, 2002, 2003, 2010 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
*
return _length; /* success */
}
-
mutex_deinit_func gnutls_mutex_deinit = gnutls_system_mutex_deinit;
mutex_lock_func gnutls_mutex_lock = gnutls_system_mutex_lock;
mutex_unlock_func gnutls_mutex_unlock = gnutls_system_mutex_unlock;
-
int _gnutls_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void));
#endif /* SYSTEM_H */
-
gnutls_free(priv);
return ret;
}
-
/* prime.c */
int generate_prime (int how);
-
/* cache */
strcpy(cached_pin, pin);
- if (cached_url) free(cached_url);
+ free(cached_url);
cached_url = strdup(token_url);
return 0;
/* cache */
strcpy(cached_pin, pin);
- if (cached_url) free(cached_url);
+ free(cached_url);
cached_url = strdup(token_url);
return 0;