Following the license change, modify the boilerplates in crypto/x509v3/
[openssl.git] / crypto / x509v3 / pcy_tree.c
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2017-07-05 Richard LevitteAvoid possible memleak in X509_policy_check()
2016-08-05 klemensspelling fixes, just comments and readme.
2016-06-14 Matt CaswellRemove an unused variable assignment
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-01-29 Viktor DukhovniFix invalid policy detection
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
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-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-02-02 Rich SalzDead code cleanup: crypto/*.c, x509v3, demos
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-10 Jonas Maebetree_print: check for NULL after allocating err
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2010-06-12 Ben LaurieFix warnings.
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-08-12 Dr. Stephen HensonSupport for policy mappings extension.
2008-08-02 Dr. Stephen HensonMake explicit_policy handling match expected RFC3280...
2008-07-30 Dr. Stephen HensonPolicy validation fixes.
2008-07-13 Dr. Stephen HensonZero is a valid value for any_skip and map_skip
2008-07-13 Dr. Stephen HensonX509 verification fixes.
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-10-05 Dr. Stephen HensonTypo.
2006-01-29 Nils Larschadd additional checks + cleanup
2004-04-01 Dr. Stephen HensonDon't use C++ reserved word.
2004-03-25 Dr. Stephen HensonFix loads of warnings in policy code.
2004-03-25 Geoff ThorpeRemove some warnings.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...