]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1/a_int.c
Update copyright year
[thirdparty/openssl.git] / crypto / asn1 / a_int.c
2021-04-08  Matt CaswellUpdate copyright year
2021-04-07  PauliEnsure that the negative flag is correct set for ASN1...
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2020-11-30  Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-26  Matt CaswellUpdate copyright year
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-09-28  Dr. Matthias St... Reorganize local header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-04-30  Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-17  Andy Polyakovasn1/a_int.c: clean up asn1_get_int64.
2017-04-14  Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-14  Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-14  Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-04  Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-03-28  FdaSilvaYYFix 0 -> NULL, indentation
2017-01-15  Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2016-11-12  Kurt RoeckxCast to an unsigned type before negating
2016-08-04  FdaSilvaYYConstify ASN1_INTEGER_get, ASN1_ENUMERATED_get
2016-06-21  Kurt RoeckxAvoid creating an illegal pointer.
2016-05-25  Kurt RoeckxAvoid creating an illegal pointer
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-09-09  David WoodhouseRT3993: Fix error found by VS2008
2015-06-13  Dr. Stephen HensonEncode b == NULL or blen == 0 as zero.
2015-05-20  Dr. Stephen HensonAdd functions to convert between uint64_t and ASN1_INTEGER.
2015-05-18  Dr. Stephen HensonASN1 INTEGER refactor.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-04-18  Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-03-26  Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-24  Rich Salzfree NULL cleanup
2015-03-23  Dr. Stephen HensonRemove old ASN.1 code.
2015-02-09  Dr. Stephen HensonRemove obsolete IMPLEMENT_ASN1_SET_OF
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2014-08-15  Frédéric GiudicelliRT783: Minor optimization to ASN1_INTEGER_set
2013-03-18  Dr. Stephen HensonEncode INTEGER correctly.
2012-01-11  Andy Polyakovasn1/t_x509.c: fix serial number print, harmonize with...
2010-06-12  Ben LaurieFix warnings.
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben Lauriesize_tification.
2006-03-04  Nils Larschmake some parameters const
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-04-22  Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-08-10  Dr. Stephen HensonMake ASN1_INTEGER_cmp() work as expected with negative...
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-06-11  Ben LaurieFix warnings.
2002-05-30  Richard LevitteCheck the return values where memory allocation failure...
2001-01-19  Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2001-01-04  Dr. Stephen HensonFix typo in OCSP nonce extension.
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-08-22  Dr. Stephen HensonFix ASN1_INTEGER_to_BN properly this time...
2000-08-22  Dr. Stephen HensonFixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
2000-07-27  Dr. Stephen HensonFix a bug in the new i2d_{ENUMERATED,INTEGER} that
2000-07-10  Dr. Stephen HensonFix some typose in the i2d/d2i functions that
2000-07-07  Dr. Stephen HensonNew ASN1 functions that just deal with
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-17  Ben LaurieTypesafety Thought Police part 5.
2000-01-30  Ulf MöllerSeek out and destroy another evil cast.
1999-12-10  Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-10-23  Ben LaurieDon't return stuff from void functions.
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-06-24  Dr. Stephen HensonFix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it...
1999-05-14  Dr. Stephen HensonThe encoding of negative ASN1 INTEGERs and the conversi...
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-19  Ulf MöllerChange functions to ANSI C.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...