Add references
This commit is contained in:
parent
27d87fa6c4
commit
d4eb5b5196
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 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"
|
#include "polarssl/config.h"
|
||||||
|
|
||||||
#if defined(POLARSSL_X509_WRITE_C)
|
#if defined(POLARSSL_X509_WRITE_C)
|
||||||
|
|
Loading…
Reference in a new issue