summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_name.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-10/+10
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-1/+1
* Fix safestack issues in asn1t.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-11/+16
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte2018-05-201-0/+2
* Update copyright yearMatt Caswell2018-05-011-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-10/+18
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-21/+13
* 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