Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()
[openssl.git] / crypto / asn1 /
2019-05-27 Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
2019-05-07 PauliCoverity CID 1444959: Integer handling issues
2019-03-19 Rich SalzMove ASN1_BROKEN macros
2019-03-13 杨洋Support SM2 certificate verification
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-08 Todd ShortFix d2i_PublicKey() for EC keys
2019-01-07 Viktor DukhovniUpdate generator copyright year.
2019-01-03 Matt Caswellmake update
2018-12-22 FdaSilvaYYCoverity fix in some crypto/asn1 code
2018-12-11 nxtsteptypo ANS1 -> ASN1
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
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.
next