summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1evp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.jsing2018-11-081-12/+17
| | | | From Ben L <bobsayshilol at live dot co dot uk>.
* Use a test value that fits into a long on both 32-bit and 64-bitjsing2017-12-091-9/+11
| | | | architectures, so that the regress passes on both.
* Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring()jsing2017-11-281-0/+143