allocate a new attributes entry in X509_REQ_add_extensions()
authorNils Larsch <nils@openssl.org>
Mon, 4 Dec 2006 19:11:57 +0000 (19:11 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 4 Dec 2006 19:11:57 +0000 (19:11 +0000)
commit0f997d0dc3c7e409173a8a6c5bc6bd5f6342a19d
tree346abacca64b7df7b93dd4b2efadb31554e061dd
parentb0eedd77f63f24f593cd6563665deecb7ad4b9a6
allocate a new attributes entry in X509_REQ_add_extensions()
if it's NULL (in case of a malformed pkcs10 request)

PR: 1347
Submitted by: Remo Inverardi <invi@your.toilet.ch>
crypto/x509/x509_req.c