aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/asn1_gen.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-1/+1
2016-03-25Fix build when using Visual Studio 2015 Update 1.Brian Smith1-2/+1
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-769/+715
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-31/+31
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith1-0/+3
2015-03-19Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfDavid Benjamin1-0/+5
2015-03-19Fix wrong numbers being passed as string lengthsDavid Benjamin1-1/+1
2015-02-11Fix cross-module errors.David Benjamin1-30/+33
2015-02-02Remove string.h from base.h.Adam Langley1-0/+2
2015-01-26Fix segfault with empty fields as last in the config.David Benjamin1-0/+3
2014-10-09Remove misspelled error code.David Benjamin1-1/+1
2014-06-20Inital import.Adam Langley1-0/+857