aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_utl.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin1-2/+40
2017-10-17x509v3/v3_utl.c: avoid double-free.Andy Polyakov1-1/+3
2017-10-10crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov1-1/+4
2017-08-30Move e_os.h to be the very first include.Pauli1-2/+2
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-4/+4
2017-01-25Few nit'sFdaSilvaYY1-3/+3
2016-11-16Missing free item on push failureFdaSilvaYY1-0/+1
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY1-5/+4
2016-08-23Constify some input parameters.FdaSilvaYY1-5/+5
2016-08-04Constify two internal methodsFdaSilvaYY1-2/+2
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY1-1/+1
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY1-1/+1
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-05-16Use OPENSSL_hexchar2intRich Salz1-7/+5
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-102/+0
2016-04-18Rename some lowercase API'sRich Salz1-0/+1
2016-03-09Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flagViktor Dukhovni1-4/+2
2016-02-24GH480: Don't break statements with CPP stuff.Flavio Medeiros1-9/+10
2016-02-22Remove unused parameters from internal functionsRich Salz1-3/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-15NGX-2040 - fix wildcard match on punycode/IDNA DNS namesZi Lin1-1/+2
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-7/+7
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-9/+13
2015-09-02Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni1-3/+7
2015-08-31make X509_REQ opaqueDr. Stephen Henson1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-13/+19
2015-05-11Add missing NULL check in X509V3_parse_list()Kurt Cancemi1-0/+4
2015-05-07Fix typo in valid_starViktor Dukhovni1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-6/+13
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-16/+8
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper1-1/+6
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz1-12/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1057/+1073
2015-01-22More indent fixes for STACK_OFMatt Caswell1-1/+1
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz1-27/+8
2014-08-15Fix use after free bug.Istvan Noszticzius1-1/+1
2014-07-07Update API to use (char *) for email addresses and hostnamesViktor Dukhovni1-15/+16
2014-07-06Set optional peername when X509_check_host() succeeds.Viktor Dukhovni1-24/+30
2014-06-22More complete input validation of X509_check_mumbleViktor Dukhovni1-3/+29
2014-06-22Drop hostlen from X509_VERIFY_PARAM_ID.Viktor Dukhovni1-0/+4
2014-06-14Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni1-6/+5
2014-06-12Client-side namecheck wildcards.Viktor Dukhovni1-6/+53
2014-05-21Fixes to host checking.Viktor Dukhovni1-61/+145