commit | d4eb5b51969ac43c5d52605c06cab278ba8191b3 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 11 18:16:20 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Sep 12 11:57:00 2013 +0200 |
tree | f6680e5c790ab938cfbf6b87d7688c7c6cf2e148 | |
parent | 27d87fa6c4063264b34ef73f9ed39a46a67ac8e1 [diff] [blame] |
Add references
diff --git a/library/x509write.c b/library/x509write.c index 7499bf7..5c96841 100644 --- a/library/x509write.c +++ b/library/x509write.c
@@ -23,6 +23,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +/* + * References: + * - certificates: RFC 5280, updated by RFC 6818 + * - CSRs: PKCS#10 v1.7 aka RFC 2986 + * - attributes: PKCS#9 v2.0 aka RFC 2985 + */ + #include "polarssl/config.h" #if defined(POLARSSL_X509_WRITE_C)