]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Make message buffer slightly larger than message.
[thirdparty/openssl.git] / crypto /
2016-08-24  Dr. Stephen HensonAvoid overflow in MDC2_Update()
2016-08-22  Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-20  Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-16  Richard Levittemake update to have PEM_R_HEADER_TOO_LONG defined
2016-08-15  Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-15  Dr. Stephen HensonCheck for errors in BN_bn2dec()
2016-08-15  Dr. Stephen HensonCheck for errors in a2d_ASN1_OBJECT()
2016-08-05  Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-08-05  Dr. Stephen HensonLeak fixes.
2016-08-04  Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-08-04  Dr. Stephen HensonLimit recursion depth in old d2i_ASN1_bytes function
2016-08-04  Dr. Stephen HensonCheck for overflows in i2d_ASN1_SET()
2016-08-03  Dr. Stephen HensonCalculate sequence length properly.
2016-08-02  Dr. Stephen Hensoninclude <limits.h>
2016-08-02  Dr. Stephen HensonCheck for overflows in ASN1_object_size().
2016-08-02  Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-07-22  Dr. Stephen HensonFix OOB read in TS_OBJ_print_bio().
2016-06-30  Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29  Richard LevitteFix proxy certificate pathlength verification
2016-06-29  Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-27  Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-07  Matt CaswellMore fix DSA, preserve BN_FLG_CONSTTIME
2016-06-06  Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-05-26  Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-23  Matt CaswellFix error return value in SRP functions
2016-05-09  Dr. Stephen HensonOnly call FIPS_update, FIPS_final in FIPS mode.
2016-05-06  Dr. Stephen HensonConstify PKCS12_newpass()
2016-05-06  Dr. Stephen HensonTidy up PKCS12_newpass() fix memory leaks.
2016-05-06  Dr. Stephen HensonOnly set CMS parameter when encrypting
2016-05-05  Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-05  Dr. Stephen HensonAlways try to set ASN.1 parameters for CMS.
2016-05-04  Dr. Stephen HensonFix name length limit check.
2016-05-04  Dr. Stephen HensonFix double free in d2i_PrivateKey().
2016-05-03  Matt CaswellPrepare for 1.0.1u-dev
2016-05-03  Matt CaswellPrepare for 1.0.1t release OpenSSL_1_0_1t
2016-05-03  Matt Caswellmake update
2016-05-03  Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-05-03  Kurt RoeckxCheck that we have enough padding characters.
2016-05-03  Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03  Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03  Matt CaswellPrevent EBCDIC overread for very long strings
2016-05-03  Matt CaswellFix encrypt overflow
2016-05-02  Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-04-29  Dr. Stephen HensonDon't free ret->data if malloc fails.
2016-04-29  Dr. Stephen HensonAdd checks to X509_NAME_oneline()
2016-04-29  Dr. Stephen HensonSanity check buffer length.
2016-04-29  Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-27  Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-04-26  Matt CaswellEnsure we check i2d_X509 return val
2016-04-25  Matt CaswellFix a signed/unsigned warning
2016-04-23  Viktor DukhovniFix buffer overrun in ASN1_parse().
2016-04-22  Dr. Stephen HensonHarden ASN.1 BIO handling of large amounts of data.
2016-03-18  Matt CaswellFix the no-comp option for Windows
2016-03-18  Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-07  Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07  Dr. Stephen HensonDon't shift serial number into sign bit
2016-03-04  Dr. Stephen HensonSanity check PVK file fields.
2016-03-01  Matt CaswellPrepare for 1.0.1t-dev
2016-03-01  Matt CaswellPrepare for 1.0.1s release OpenSSL_1_0_1s
2016-03-01  Matt Caswellmake update
2016-03-01  Andy Polyakovperlasm/x86_64-xlate.pl: handle inter-bank movd.
2016-03-01  Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01  Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-02-29  Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-27  Kurt RoeckxRevert "Don't check RSA_FLAG_SIGN_VER."
2016-02-25  Matt CaswellFix memory issues in BIO_*printf functions
2016-02-25  Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-23  FdaSilvaYYGH714: missing field initialisation
2016-02-19  Dr. Stephen HensonFix double free in DSA private key parsing.
2016-02-12  Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-01-28  Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28  Matt CaswellPrepare for 1.0.1s-dev
2016-01-28  Matt CaswellPrepare for 1.0.1r release OpenSSL_1_0_1r
2016-01-05  Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-12-22  David BenjaminFix memory leak in DSA redo case.
2015-12-20  Dr. Stephen HensonDon't check RSA_FLAG_SIGN_VER.
2015-12-19  Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-12-19  Richard LevitteCorrect or add comments indicating what controls belong...
2015-12-19  Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-12-19  Matt CaswellFix URLs mangled by reformat
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-14  Emilia KasperFix a ** 0 mod 1 = 0 for real this time.
2015-12-08  Richard LevitteCleanup the EVP_MD_CTX before exit rather than after
2015-12-03  Matt CaswellPrepare for 1.0.1r-dev
2015-12-03  Matt CaswellPrepare for 1.0.1q release OpenSSL_1_0_1q
2015-12-03  Dr. Stephen HensonAdd PSS parameter check.
2015-12-03  Dr. Stephen HensonFix leak with ASN.1 combine.
2015-11-24  Kurt RoeckxUse both sun and __sun
2015-11-24  Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24  Dr. Stephen HensonFix uninitialised p error.
2015-11-24  Dr. Stephen HensonLimit depth of ASN1 parse printing.
2015-11-22  Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-13  Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-09  Matt CaswellFix missing malloc return value checks
2015-10-29  Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-23  Alessandro GhediniRemove useless code
2015-10-23  Alessandro GhediniCheck memory allocation
2015-10-23  Alessandro GhediniFix typos
2015-10-23  Alessandro GhediniSet salt length after the malloc has succeeded
2015-10-23  Alessandro GhediniFix memory leaks and other mistakes on errors
next