From b3b4c0e44b67b392a645d86f9513b4f7087c97e7 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 13 Jun 2006 11:33:13 +0000 Subject: [PATCH] corrected some descriptions --- src/libstrongswan/crypto/x509.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h index 5828819..9f0bbf4 100755 --- a/src/libstrongswan/crypto/x509.h +++ b/src/libstrongswan/crypto/x509.h @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2006 Martin Willi + * Copyright (C) 2006 Martin Willi, Andreas Steffen * Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -34,7 +34,7 @@ typedef struct x509_t x509_t; /** - * @brief X509 certificate. + * @brief X.509 certificate. * * @b Constructors: * - x509_create_from_chunk() @@ -79,10 +79,10 @@ struct x509_t { identification_t *(*get_subject) (const x509_t *this); /** - * @brief Check if a certificate is valid. + * @brief Check if a certificate is trustworthy * - * This function uses the issuers public key to verify - * the validity of a certificate. + * Use the issuer's public key to verify + * the trustworthiness of a certificate. * * @todo implement! */ -- 2.7.4