aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_utl.c
Commit message (Expand)AuthorAgeFilesLines
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-1239/+0
* Following the license change, modify the boilerplates in crypto/x509v3/Richard Levitte2018-12-061-1/+1
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-251-2/+40
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-171-1/+3
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-101-1/+4
* Move e_os.h to be the very first include.Pauli2017-08-301-2/+2
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-4/+4
* Few nit'sFdaSilvaYY2017-01-251-3/+3
* Missing free item on push failureFdaSilvaYY2016-11-161-0/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-231-5/+4
* Constify some input parameters.FdaSilvaYY2016-08-231-5/+5
* Constify two internal methodsFdaSilvaYY2016-08-041-2/+2
* Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY2016-07-251-1/+1
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-151-1/+1
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-1/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+5
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-102/+0
* Rename some lowercase API'sRich Salz2016-04-181-0/+1
* Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni2016-03-091-4/+2
* GH480: Don't break statements with CPP stuff.Flavio Medeiros2016-02-241-9/+10
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin2016-01-151-1/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-7/+7
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-9/+13
* Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni2015-09-021-3/+7
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-13/+19
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4
* Fix typo in valid_starViktor Dukhovni2015-05-071-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+13
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-16/+8
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+6
* Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2015-02-021-12/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1057/+1073
* More indent fixes for STACK_OFMatt Caswell2015-01-221-1/+1
* Allow multiple IDN xn-- indicatorsRich Salz2015-01-121-27/+8
* Fix use after free bug.Istvan Noszticzius2014-08-151-1/+1
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-15/+16
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-061-24/+30
* More complete input validation of X509_check_mumbleViktor Dukhovni2014-06-221-3/+29
* Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni2014-06-221-0/+4
* Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni2014-06-141-6/+5