aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-06-13 11:33:13 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-06-13 11:33:13 +0000
commitb3b4c0e44b67b392a645d86f9513b4f7087c97e7 (patch)
treef74e29fd798fca6f14b5c9b19e05f0964968bc1a /src/libstrongswan/crypto
parent3c846c630ad96b65cb627e21cd83b153342bb176 (diff)
downloadstrongswan-b3b4c0e44b67b392a645d86f9513b4f7087c97e7.tar.bz2
strongswan-b3b4c0e44b67b392a645d86f9513b4f7087c97e7.tar.xz
corrected some descriptions
Diffstat (limited to 'src/libstrongswan/crypto')
-rwxr-xr-xsrc/libstrongswan/crypto/x509.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libstrongswan/crypto/x509.h b/src/libstrongswan/crypto/x509.h
index 5828819fb..9f0bbf426 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!
*/