aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/build.info
Commit message (Collapse)AuthorAgeFilesLines
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-041-1/+1
| | | | | | Also Z varieties. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3088)
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-291-1/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* move x_pubkey.c to crypto/x509Dr. Stephen Henson2016-03-221-1/+1
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+16
Now that we have the foundation for the "unified" build scheme in place, we add build.info files. They have been generated from the Makefiles in the same directories. Things that are platform specific will appear in later commits. Reviewed-by: Andy Polyakov <appro@openssl.org>