Replace manual ASN1 decoder with ASN1_get_object
authorSerguei E. Leontiev <leo@sai.msu.ru>
Sun, 11 May 2014 18:46:42 +0000 (19:46 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 12 May 2014 17:41:52 +0000 (18:41 +0100)
commit4a56d9a2ed306ad28946894eb73a3e504910e1c9
treebbc62d19f982e183ebf4281b408a54e43f0a5af7
parent89e674744d910d9ab03f44e4e8ca68cf96a2b4a0
Replace manual ASN1 decoder with ASN1_get_object

Replace manual ASN.1 decoder with ASN1_get object. This
will decode the tag and length properly and check against
it does not exceed the supplied buffer length.

PR#3335
ssl/s3_srvr.c