aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_name.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Fix various malloc failure checks.David Benjamin1-7/+11
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-4/+6
2016-11-11Check for i2d_name_canon failures in x509_name_canon.Jinguang Dong1-2/+6
2016-06-14Remove ASN.1 print hooks.David Benjamin1-15/+1
2016-06-13Avoid illegal pointers in asn1_string_canon.David Benjamin1-2/+2
2016-05-03Add size limit to X509_NAME structure.David Benjamin1-0/+11
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-388/+387
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin1-1/+1
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-3/+3
2015-02-10Fix memory leak on malloc failure.David Benjamin1-12/+17
2015-02-02Remove string.h from base.h.Adam Langley1-0/+1
2014-11-19Add malloc failure tests.Adam Langley1-0/+5
2014-06-20Inital import.Adam Langley1-0/+527