Note cipher BIO write errors too.
[openssl.git] / crypto / asn1 /
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...
2016-06-14 Dr. Stephen HensonFix omitted selector handling.
2016-06-14 Matt CaswellFree memory on an error path
2016-06-11 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-05 FdaSilvaYYConstify ASN1_generate_nconf
2016-06-05 FdaSilvaYYConstify ASN1_generate_v3
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-04 Dr. Stephen HensonCheck for overflows in EOC.
2016-06-01 Matt CaswellDon't leak memory on ASN1_item_pack() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_GENERALIZEDTIME_adj() error...
2016-06-01 Matt CaswellFree buffer on error in a2i_ASN1_INTEGER()
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-28 FdaSilvaYYAdd more zalloc
2016-05-28 FdaSilvaYYFix some missing inits
2016-05-27 Kurt RoeckxAvoid calling memcpy with lenght of 0
2016-05-26 Dr. Stephen HensonAdd rfc822Mailbox to string table.
2016-05-25 Kurt RoeckxAvoid creating an illegal pointer
2016-05-24 Kurt RoeckxAvoid creating an illegal pointer
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-18 Richard Levittemake update
2016-05-18 Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-11 Dr. Stephen HensonUpdate pkcs8 defaults.
2016-05-09 Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-05 Rich SalzScript changed; update the generated file.
2016-05-04 Dr. Stephen Hensonsupport embed in ASN.1 print
2016-05-04 Dr. Stephen HensonFix double free in d2i_PrivateKey().
2016-05-03 Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-05-01 Richard Levittemake update
2016-05-01 Richard LevitteAdjust a last few generators to new license boilerplate...
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-22 Dr. Stephen HensonHarden ASN.1 BIO handling of large amounts of data.
2016-04-21 Matt CaswellFix some code maintenance issues
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-14 Viktor DukhovniBugfix: in asn1parse avoid erroneous len after a sub...
2016-04-13 Dr. Stephen HensonRemove check_defer()
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 Emilia KasperFix memory leaks in ASN.1
2016-03-30 Ben LaurieFix buffer overrun in ASN1_parse().
2016-03-29 Matt CaswellMake BIO opaque
2016-03-23 Rich SalzMove dso.h to internal
2016-03-22 Dr. Stephen Hensonremove unused references field
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22 Dr. Stephen Hensonmove x_pubkey.c to crypto/x509
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-19 Schüller FelixDon't free up EVP_MD_CTX.
2016-03-18 Matt CaswellFix no-cmac
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-04 Dr. Stephen HensonAdd ASN.1 ADB callback.
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 J Mohan Rao Arisankalacheck with NULL
2016-02-26 J Mohan Rao Arisankalaexplicit check for NULL
2016-02-26 J Mohan Rao ArisankalaCheck method before access and release ctx in error...
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Dr. Stephen Hensonuse consistent error messages
2016-02-11 Dr. Stephen HensonPrint out bad content octets.
next