]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x_name.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / x509 / x_name.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-20  Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-01  Matt CaswellUpdate copyright year
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2017-09-07  Rich SalzFix error handling/cleanup
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-02-03  Bernd EdlingerCombined patch against master branch for the following...
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