summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_name.c
AgeCommit message (Expand)Author
2017-09-07Fix error handling/cleanupRich Salz
2017-02-05Combined patch against OpenSSL_1_1_0-stable branch for the following issues:Bernd Edlinger
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-19Cleanup after sk_push failmrpre
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY
2016-06-11Avoid creating an illegal pointerKurt Roeckx
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson
2016-04-29The x509_name_canon function doesn't check for an error returnMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-22Fix path in commentsDr. Stephen Henson
2015-09-22Move functions.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-03-25make X509_NAME opaqueDr. Stephen Henson