]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/asn1
Avoid SEGV when giving X509_sign a NULL private key.
[thirdparty/openssl.git] / crypto / asn1 /
2018-08-22  Andy Polyakovasn1/asn_moid.c: overhaul do_create.
2018-08-11  Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-07  Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07  Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-01  Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-18  David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08  Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-05-23  Viktor DukhovniLimit scope of CN name constraints
2018-05-02  Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-01  Matt CaswellUpdate copyright year
2018-04-24  Dr. Matthias St... a_strex.c: improve documentation of 'tag2nbyte' lookup...
2018-04-17  Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellFix a text canonicalisation bug in CMS
2018-04-03  Matt CaswellUpdate copyright year
2018-03-27  Matt CaswellDon't write out a bad OID
2018-03-27  Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-20  Matt CaswellUpdate copyright year
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-27  Matt CaswellUpdate copyright year
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
next