allocate a new attributes entry in X509_REQ_add_extensions()
authorNils Larsch <nils@openssl.org>
Mon, 4 Dec 2006 19:10:58 +0000 (19:10 +0000)
committerNils Larsch <nils@openssl.org>
Mon, 4 Dec 2006 19:10:58 +0000 (19:10 +0000)
commit3c786aa6c8c857b18ea48cbb80ec6c0423370c89
treeea4470921cfcc7e8ec4aadeaa98efc808181f739
parente5cce6d356c142fd7f4251b98bd13b7ddcb9f5d2
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