Avoid errors when loading a cert multiple times.
[openssl.git] / crypto / asn1 /
2018-08-03 Andy Polyakovasn1/tasn_utl.c: fix logical error in asn1_do_lock.
2018-08-03 Andy PolyakovRevert "asn1/tasn_utl.c: fix logical error in and overh...
2018-08-01 Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
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-04-17 Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-03 Matt CaswellFix a text canonicalisation bug in CMS
2018-03-27 Matt CaswellDon't write out a bad OID
2018-03-27 Matt CaswellUpdate copyright year
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
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-16 Bernd EdlingerFix invalid function type casts.
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-11-13 Andy Polyakovasn1/a_strex.c: fix flags truncation in do_esc_char.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-10-31 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
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-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-07-24 lolyonokFix nid assignment in ASN1_STRING_TABLE_add
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-11 Patrick SteuerFix strict-warnings build
2017-05-02 Todd ShortFix time offset calculation.
2017-04-30 Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-25 Andy Polyakovasn1/a_int.c: clean up asn1_get_int64.
2017-04-25 Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-25 Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-25 Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-24 Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
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 Andy Polyakovasn1/x_long.c: remove conditions in inner loops and...
2017-04-08 Andy Polyakove_os.h: omit PRIu64.
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-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-04 Bernd EdlingerCombined patch against OpenSSL_1_1_0-stable branch...
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.
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-10-17 Dr. Stephen HensonFix embedded string handling.
2016-08-23 FdaSilvaYYConstify a bit X509_NAME_get_entry
2016-08-23 FdaSilvaYYConstify some X509_NAME, ASN1 printing code
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-23 FdaSilvaYYConstify ASN1_PCTX_*
2016-08-22 Matt CaswellEnsure the mime_hdr_free function can handle NULLs
2016-08-21 Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
2016-08-20 Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-18 Dr. Stephen HensonConstify i2a*
2016-08-18 Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify X509_SIG.
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-17 Dr. Stephen HensonConstify ASN1_item_unpack().
2016-08-16 Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-15 Dr. Stephen HensonCheck for errors in a2d_ASN1_OBJECT()
2016-08-13 Dr. Stephen HensonAdd X25519 methods to internal tables
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-05 Dr. Stephen HensonFree buffer in a2i_ASN1_INTEGER() on error path.
2016-08-04 FdaSilvaYYConstify ASN1_INTEGER_get, ASN1_ENUMERATED_get
2016-08-02 Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-08-02 Dr. Stephen HensonCheck for overflows in ASN1_object_size().
2016-07-25 FdaSilvaYYEnforce and explicit some const casting
2016-07-25 FdaSilvaYYConstify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
2016-07-25 FdaSilvaYYConstify ASN1_buf_print
2016-07-25 FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-20 Kurt RoeckxCast to an unsigned type before negating
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Dr. Stephen HensonCheck and print out boolean type properly.
2016-07-18 Dr. Stephen HensonFix print of ASN.1 BIGNUM type.
2016-07-16 Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-07-11 Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-07-06 Dr. Stephen HensonDon't indicate errors during initial adb decode.
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-24 Kurt RoeckxAvoid signed overflow
2016-06-23 Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-21 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-16 Rich SalzFix build break.
2016-06-15 FdaSilvaYYConstify asn1/asn_mime.c
2016-06-15 FdaSilvaYYConstify some input buffers in asn1
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
next