aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_name.c
Commit message (Expand)AuthorAgeFilesLines
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-30/+20
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-231-2/+2
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-171-2/+2
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-251-2/+2
* Cleanup after sk_push failmrpre2016-07-191-1/+17
* Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY2016-06-181-0/+2
* Avoid creating an illegal pointerKurt Roeckx2016-06-111-2/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* Add size limit to X509_NAME structure.Dr. Stephen Henson2016-04-291-0/+11
* The x509_name_canon function doesn't check for an error returnMatt Caswell2016-04-291-2/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Add function to return internal enoding of X509_NAME.Dr. Stephen Henson2016-01-301-0/+13
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-3/+1
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Fix path in commentsDr. Stephen Henson2015-09-221-1/+1
* Move functions.Dr. Stephen Henson2015-09-221-0/+56
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-3/+3
* remove 0 assignments.Rich Salz2015-09-031-3/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-6/+3
* free NULL cleanup 5aRich Salz2015-04-301-9/+6
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-0/+524