summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_name.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-09-07Fix error handling/cleanupRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-02-03Combined patch against master 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