Fix i2d_X509_AUX: pp can be NULL.
[openssl.git] / crypto /
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
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-10-10 Dr. Stephen HensonTypo.
2015-10-09 Rich SalzAvoid SHA1 weakness
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-29 Ismo PuustinenGH367: use random data if seed too short.
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-21 Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-09-21 Matt CaswellFix SRP memory leaks
2015-09-19 Viktor DukhovniFix indentation
2015-09-18 Rich SalzThis undoes GH367 for non-master
2015-09-17 Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-09-01 Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-09-01 Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-09-01 Emilia KasperRT 3493: fix RSA test
2015-08-31 mrprecheck bn_new return value
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Emilia Kasperbntest: don't dereference the |d| array for a zero...
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-26 David BrodskiFixed problem with multiple load-unload of comp zlib
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-08-12 Dr. Stephen HensonFix memory leak if setup fails.
2015-08-12 Dr. Stephen HensonErr isn't always malloc failure.
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-30 Dr. Stephen Hensonuse X9.31 keygen by default in FIPS mode
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-09 Matt CaswellPrepare for 1.0.1q-dev
2015-07-09 Matt CaswellPrepare for 1.0.1p release OpenSSL_1_0_1p
next