Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / x509v3 / v3_alt.c
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories
2019-03-18 David von Oheimbremove needless empty lines when printing certificates
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-13 FdaSilvaYYremove magic number
2017-10-26 Paul YangSimplify the stack reservation
2017-10-03 FdaSilvaYYUse more pre-allocation
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-05-02 Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-01-25 FdaSilvaYYFew nit's
2016-08-06 Tomas MrazFix irregularities in GENERAL_NAME_print().
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-11 Kurt RoeckxSpecify array sizes
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-04 Dmitry-MeGH769: Reuse strndup()
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
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-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-17 Jonas Maebedo_othername: check for NULL after allocating objtmp
2009-08-31 Dr. Stephen HensonMissing break.
2009-04-27 Andy Polyakovv3_alt.c: otherName parsing fix.
2009-04-08 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-11-30 Dr. Stephen HensonUpdate from stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-08-18 Dr. Stephen HensonSupport for certificateIssuer CRL entry extension.
2008-03-24 Dr. Stephen HensonAdd signed receipt ASN1 structures. Initial GENERAL_NAM...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-07-26 Nils Larschimproved error checking and some fixes
2005-05-11 Bodo MöllerFix more error codes.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
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-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2001-04-11 Richard LevitteMake it possible to move the emailAddress object to...
2001-03-01 Dr. Stephen HensonFix bug in copy_email() which would not
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2000-12-16 Dr. Stephen HensonAdd OCSP service locator extension.
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
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...
1999-12-01 Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
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-04-27 Dr. Stephen HensonOops ... fix warning.
1999-04-27 Dr. Stephen HensonAdd PKCS#12 documentation and new option in x509 to...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-20 Dr. Stephen HensonVarious fixes so Win32 compile may work. Convert Genera...
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-06 Dr. Stephen HensonAdd an extra 'raw' function r2i to the extension code...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Dr. Stephen HensonAdd more functionality to issuer alt name and subject...
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-02-08 Dr. Stephen HensonComment out def of currently unimplemented function...
1999-02-07 Dr. Stephen HensonFix filename in comment.
1999-02-07 Dr. Stephen HensonAdd support for GeneralName and GeneralNames extensions...