aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_addr.c
Commit message (Expand)AuthorAgeFilesLines
* header includesDr. Stephen Henson2015-09-221-0/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+2
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-031-0/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* Fix int/unsigned compiler complaintRich Salz2015-01-281-1/+1
* OPENSSL_NO_xxx cleanup: RFC3779Rich Salz2015-01-271-7/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-928/+934
* Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)Dr. Stephen Henson2012-01-041-29/+45
* fix warningsDr. Stephen Henson2012-01-041-8/+8
* PR: 2482Dr. Stephen Henson2011-10-091-3/+32
* PR: 2411Dr. Stephen Henson2011-01-031-0/+6
* Use OPENSSL_assert() instead of assert.Dr. Stephen Henson2009-03-151-1/+1
* Update from stable branch.Dr. Stephen Henson2009-03-141-14/+17
* Print IPv6 all 0s correctly (Rob Austein).Ben Laurie2009-03-081-0/+2
* Constify where neededRichard Levitte2008-12-161-2/+2
* Set comparison function in v3_add_canonize().Ben Laurie2008-10-141-0/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Replace strdup() with BUF_strdup().Richard Levitte2006-12-251-3/+4
* Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2006-12-061-1/+1
* Win32 fixes from stable branch.Dr. Stephen Henson2006-11-301-1/+1
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+1280