Ensure EVP_EncodeUpdate handles an output length that is too long
[openssl.git] / crypto / asn1 /
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
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-22 Rich SalzRename *_realloc_clean to *_clear_realloc
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-24 Dr. Stephen HensonFix uninitialised p error.
2015-11-24 Dr. Stephen HensonLimit depth of ASN1 parse printing.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-18 Dr. Stephen Hensonset string type when embedding
2015-10-15 Dr. Stephen HensonHandle embed flag in ASN1_STRING_copy().
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen Hensonembed support for CHOICE type
2015-10-07 Pascal CuoqDon't check pointer we just freed, always set it to...
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-30 David WoodhouseFix no-stdio build
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-22 Dr. Stephen HensonUse accessors in X509_REQ_print().
2015-09-22 Dr. Stephen HensonUse accessor functions in X509_CRL_print().
2015-09-22 Dr. Stephen HensonNew accessor X509_REQ_get_X509_PUBKEY()
2015-09-19 Dr. Stephen HensonReturn shared OIDs when decoding.
2015-09-17 Dr. Stephen HensonEmbed various signature algorithms.
2015-09-17 Filipe DA SILVART4047: Set reference count earlier
2015-09-16 Dr. Stephen HensonEmbed X509_REQ_INFO
2015-09-16 Dr. Stephen HensonEmbed X509_CINF
2015-09-16 Dr. Stephen HensonX509_CRL_INFO embed
2015-09-16 Dr. Stephen HensonChange X509_VAL in X509 structure to embedded.
2015-09-16 Dr. Stephen HensonNew ASN.1 embed macro.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
next