Remove some commented out code in libcrypto
[openssl.git] / crypto / x509v3 / v3_utl.c
2017-01-25 FdaSilvaYYFew nit's
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some input parameters.
2016-08-04 FdaSilvaYYConstify two internal methods
2016-07-25 FdaSilvaYYConstify i2s_ASN1_INTEGER, X509V3_get_d2i
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-02 Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-07 Viktor DukhovniFix typo in valid_star
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzremove malloc casts
2015-02-10 Emilia KasperFix hostname validation in the command-line tool to...
2015-02-02 Rich SalzDead code cleanup: crypto/*.c, x509v3, demos
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-12 Rich SalzAllow multiple IDN xn-- indicators
2014-08-15 Istvan NoszticziusFix use after free bug.
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-05 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-06-23 Viktor DukhovniMore complete input validation of X509_check_mumble
2014-06-22 Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-06-14 Viktor DukhovniEnforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-only
2014-06-12 Viktor DukhovniClient-side namecheck wildcards.
2014-05-21 Viktor DukhovniFixes to host checking.
2012-11-21 Dr. Stephen HensonSubmitted by: Florian Weimer <fweimer@redhat.com>
2012-11-18 Dr. Stephen HensonPR: 2909
2012-10-08 Dr. Stephen HensonNew functions to check a hostname email or IP address...
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-02-14 Dr. Stephen HensonPR: 1835
2008-12-08 Dr. Stephen HensonOops should check zero_pos >= 0.
2008-12-07 Dr. Stephen HensonHandle case where v6stat.zero_pos == 0 correctly.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04 Ben LaurieMore type-checking.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-04-11 Dr. Stephen HensonConstification.
2007-02-03 Dr. Stephen HensonUpdate from fips2 branch.
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-03-06 Ulf Möllerunused function
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2005-07-25 Dr. Stephen HensonTypo which prevents mult valued RDNs being created.
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
2003-03-24 Dr. Stephen HensonSupport for name constraints.
2003-02-27 Dr. Stephen HensonSupport for dirName from config files in GeneralName...
2003-02-05 Dr. Stephen HensonIPv6 display and input support for extensions usingh...
2002-11-14 Dr. Stephen HensonFix get_email: 0 is a valid return value
2002-11-13 Dr. Stephen HensonFix memory leak in s2i_ASN_INTEGER and return an error
2002-02-28 Bodo Möllerdisable '#ifdef DEBUG' sections
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-01-19 Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-10 Richard LevitteMarin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent...
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
1999-06-21 Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-05-10 Bodo MöllerThe various character predicates (isspace and the like...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-04-14 Dr. Stephen HensonAdd some utilities to support SXNet extension also...
1999-03-04 Dr. Stephen HensonDeleted my str_dup() function from X509V3: the same...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-20 Dr. Stephen HensonPreliminary support for reason code CRL extension.
1999-02-19 Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...
1999-02-17 Dr. Stephen HensonAdded code to GENERAL_NAME with support for more option...
1999-02-10 Dr. Stephen HensonMore extension code. Incomplete support for subject...
1999-01-24 Dr. Stephen HensonInitial addition of new X509 V3 files, tidy of old...