Make arm-xlate.pl set use strict.
[openssl.git] / crypto / asn1 /
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.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Dr. Stephen HensonAllocate ASN1_bn_print buffer internally.
2016-02-05 Dr. Stephen HensonAdd ASN1_buf_print to print a buffer in ASN1_bn_print...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-01-23 mrprefree item after sk_push fail
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
next