STORE: In preparation for coming work, mark when loading is started
[openssl.git] / crypto / asn1 /
2018-02-13 Rich SalzGenerate copyright year properly
2018-02-13 Matt CaswellUpdate copyright year
2018-01-24 Todd ShortFix error-path memory leak in asn_mime.c
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-23 Richard LevitteRevert "EVP_PKEY_asn1_add0(): Check that this method...
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-13 Andy Polyakovasn1/a_strex.c: fix flags truncation in do_esc_char.
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-10-30 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-30 Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-24 Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
2017-10-24 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-21 KaoruTodaRemove duplicate assignment.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-28 PauliUse safestack.h exclusively internally.
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-08-30 Todd ShortFix return value of ASN1_TIME_compare
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/asn1/bio_asn1.c
2017-08-15 Rich SalzRevert "Add some casts for %j"
2017-08-14 Rich SalzAdd some casts for %j
2017-08-06 Rich SalzAdd missing include of cryptlib.h
2017-08-04 Todd ShortConsolidate to a single asn1_time_from_tm() function
2017-08-01 Andy Polyakovasn1/a_time.c: make handling of 'fractional point'...
2017-07-31 Paul YangRefactor ASN1_TIME_print functions
2017-07-28 Paul YangFix coding style nits in crypto/asn1/a_strnid.c
2017-07-27 PauliFix trivial coding style nits in a_time/a_tm files
2017-07-26 Hubert Kariomake scrypt ASN.1 parameter functions public
2017-07-24 lolyonokFix nid assignment in ASN1_STRING_TABLE_add
2017-07-24 PauliImprove struct tm population
2017-07-23 Paul YangAdd asn1_time_to_tm function and check days in month
2017-07-13 PauliChange return (x) to return x
2017-07-13 PauliAvoid having an unsigned integer decrement below zero.
2017-07-06 PauliMemory bounds checking in asn1 code.
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-29 Richard LevitteMake asn1_d2i_read_bio accessible from STORE
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-08 Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-31 Erwann AbaleaAdd some OID's from X.520
2017-05-30 Dr. Stephen Hensonadd method
2017-05-30 Dr. Stephen HensonAllow NULL md for custom signing methods
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-05-02 Todd ShortFix time offset calculation.
2017-04-30 Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-24 Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
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-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-13 Richard LevitteASN.1: change INTxx, UINTxx and Z variants to be embedable
2017-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-04-11 Richard LevitteFix x_int64.c
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 1
2017-04-10 Richard LevitteDiscourage the use of LONG and ZLONG, and deprecate...
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-10 Andy Polyakovasn1/x_long.c: remove conditions in inner loops and...
2017-04-04 Richard LevitteFix faulty check of padding in x_long.c
2017-04-04 Matt CaswellFix a possible integer overflow in long_c2i
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-03-28 FdaSilvaYYFix 0 -> NULL, indentation
2017-03-20 Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-09 Jon SpillettExit the loop on failure
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-23 Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-01-08 Dr. Stephen Hensonclarify comment
2017-01-08 Dr. Stephen HensonPSS ASN.1 method
2016-11-12 Kurt RoeckxCast to an unsigned type before negating
2016-11-10 Dr. Stephen HensonDon't set choice selector on parse failure.
2016-11-03 Richard LevitteConvert asn1 selftests (a_strnid and ameth_lib) into...
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-19 Richard LevitteFix config option 'no-deprecated'
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-17 Dr. Stephen HensonFix embedded string handling.
2016-09-29 Dr. Stephen HensonPrint <ABSENT> if a STACK is NULL.
2016-09-29 Dr. Stephen HensonAdd ASN1_ITEM lookup and enumerate functions.
next