]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509v3/v3_utl.c
Use safer sizeof variant in malloc
[thirdparty/openssl.git] / crypto / x509v3 / v3_utl.c
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...