Simplify and clean X509_VERIFY_PARAM new/free code.
[openssl.git] / crypto / x509 / x_name.c
2016-10-11 Dr. Stephen HensonFix X509_NAME decode for malloc failures.
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-17 Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-07-25 FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-19 mrpreCleanup after sk_push fail
2016-06-18 FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-04-29 Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-29 Matt CaswellThe x509_name_canon function doesn't check for an error...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
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 5a
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque