aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_name.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson1-17/+20
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY1-2/+2
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell1-2/+2
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY1-2/+2
2016-07-19Cleanup after sk_push failmrpre1-1/+17
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY1-0/+2
2016-06-11Avoid creating an illegal pointerKurt Roeckx1-2/+2
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-05-04Fix name length limit check.Dr. Stephen Henson1-4/+2
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson1-0/+11
2016-04-29The x509_name_canon function doesn't check for an error returnMatt Caswell1-2/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-30Add function to return internal enoding of X509_NAME.Dr. Stephen Henson1-0/+13
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Only declare stacks in headersDr. Stephen Henson1-3/+1
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-22Fix path in commentsDr. Stephen Henson1-1/+1
2015-09-22Move functions.Dr. Stephen Henson1-0/+56
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-3/+3
2015-09-03remove 0 assignments.Rich Salz1-3/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30free NULL cleanup 5aRich Salz1-9/+6
2015-03-25make X509_NAME opaqueDr. Stephen Henson1-0/+524