Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
5151b45a
Commit
5151b45a
authored
Aug 23, 2013
by
Manuel Pégourié-Gonnard
Committed by
Paul Bakker
Aug 26, 2013
Browse files
Minor comment fixes
parent
356da16c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/polarssl/cipher.h
include/polarssl/cipher.h
+1
-1
include/polarssl/x509.h
include/polarssl/x509.h
+1
-1
No files found.
include/polarssl/cipher.h
View file @
5151b45a
...
@@ -491,4 +491,4 @@ int cipher_self_test( int verbose );
...
@@ -491,4 +491,4 @@ int cipher_self_test( int verbose );
}
}
#endif
#endif
#endif
/* POLARSSL_
MD
_H */
#endif
/* POLARSSL_
CIPHER
_H */
include/polarssl/x509.h
View file @
5151b45a
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#define POLARSSL_ERR_X509_CERT_INVALID_ALG -0x2300
/**< The algorithm tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_ALG -0x2300
/**< The algorithm tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_NAME -0x2380
/**< The name tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_NAME -0x2380
/**< The name tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_DATE -0x2400
/**< The date tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_DATE -0x2400
/**< The date tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_PUBKEY -0x2480
/**< The pubkey tag or value is invalid (only RSA
is
supported). */
#define POLARSSL_ERR_X509_CERT_INVALID_PUBKEY -0x2480
/**< The pubkey tag or value is invalid (only RSA
and EC are
supported). */
#define POLARSSL_ERR_X509_CERT_INVALID_SIGNATURE -0x2500
/**< The signature tag or value invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_SIGNATURE -0x2500
/**< The signature tag or value invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_EXTENSIONS -0x2580
/**< The extension tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_INVALID_EXTENSIONS -0x2580
/**< The extension tag or value is invalid. */
#define POLARSSL_ERR_X509_CERT_UNKNOWN_VERSION -0x2600
/**< Certificate or CRL has an unsupported version number. */
#define POLARSSL_ERR_X509_CERT_UNKNOWN_VERSION -0x2600
/**< Certificate or CRL has an unsupported version number. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment