]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-03-10  Matt CaswellFix some RSA documentation
2017-03-09  PauliMake the output of enc -ciphers identical
2017-03-09  Bernd EdlingerFix build problem with current 1.0.2 branch.
2017-03-08  PauliLimit the output of the enc -ciphers command
2017-03-08  Roberto GuimaraesPrevent undefined behavior in memcpy call.
2017-03-07  PauliRemove doc reference to non-existant GCM example
2017-03-07  Andy Polyakovcrypto/x86_64cpuid.pl: move extended feature detection...
2017-03-03  Bernd EdlingerAdd missing usage hints how to generate primes.
2017-03-03  PauliUpdate the cipher(1) documentation to
2017-02-28  Rich SalzUpdate year, wording tweak
2017-02-27  Adrian VollmerAdjust the default value of the private key size
2017-02-24  Bernd EdlingerRestore the test coverage of COMP_rle and SSL_COMP_add_...
2017-02-23  PauliIncrease the size of the stack buffer to prevent an...
2017-02-23  Andy Polyakov.travis.yml: remove osx from build matrix.
2017-02-23  Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-23  Bernd EdlingerAdd -Wundef to --strict-warnings options. Fix some...
2017-02-23  Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2017-02-23  Rich SalzBackport OSSL_NELEM
2017-02-22  Richard LevitteFix typo, should be && rather than &
2017-02-22  Richard LevitteFix typo, missing ||
2017-02-22  Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22  Richard LevitteHave the directory reader use the Unix API on VMS
2017-02-22  Bernd EdlingerAdd some more consistency checks in tls_decrypt_ticket.
2017-02-21  Dmitry BelyavskiyFix memory leak in pkcs12 -export
2017-02-21  Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21  Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21  Rich SalzPrevent OOB in SRP base64 code.
2017-02-17  Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17  Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_ENUME...
2017-02-16  Bernd EdlingerCleanup *.S files.
2017-02-15  Bernd EdlingerAdd a make distclean rule in the OpenSSL_1_0_2 branch
2017-02-15  Bernd EdlingerFix possible memory leak in cryptodev_digest_update.
2017-02-15  Bernd EdlingerFix some realloc error handling issues.
2017-02-14  FdaSilvaYYFix a few typos
2017-02-14  Guido VrankenRemove obsolete comment
2017-02-14  Yuchimem leak on error path and error propagation fix
2017-02-13  Darren TuckerDES keys are not 7 days long.
2017-02-13  David BenjaminDon't read uninitialised data for short session IDs.
2017-02-09  Matt HauckFix statically linked engine initialization w/ fips
2017-02-09  Bernd EdlingerFix issue #2113:
2017-02-09  Bernd EdlingerFix the crash due to inconsistent enc_write_ctx
2017-02-08  Todd ShortFix session ticket and SNI
2017-02-07  Rich SalzIf BIO_snprintf failed, keep trying.
2017-02-07  Matt CaswellSuppress an "uknown option" warning when using no-dtls1...
2017-02-07  Bernd Edlingeraes_gcm_cleanup() should check that gctx != NULL before
2017-02-07  Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-06  Bernd EdlingerCombined patch for the more or less obvious issues
2017-02-05  Bernd EdlingerFix a crash with malformed user notice policy numbers
2017-01-31  Richard LevitteAllow parallell make in Configure 4210/head
2017-01-27  Richard LevitteDon't use the ! command
2017-01-26  Dr. Stephen... Use correct signature algorithm list when sending or...
2017-01-26  Matt CaswellPrepare for 1.0.2l-dev
2017-01-26  Matt CaswellPrepare for 1.0.2k release OpenSSL_1_0_2k
2017-01-26  Matt CaswellUpdate CHANGES and NEWS for new release
2017-01-26  Richard LevitteBetter check of DH parameters in TLS data
2017-01-26  Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2017-01-26  Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-24  Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2017-01-24  Bernd EdlingerFix a ssl session leak due to OOM in lh_SSL_SESSION_insert
2017-01-23  Matt CaswellFix SSL_VERIFY_CLIENT_ONCE
2017-01-20  Rich SalzAdd missing va_end
2017-01-20  Richard LevitteFix DSA parameter generation control error
2017-01-18  FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-11  Rich SalzGH1986: Document -header flag.
2017-01-10  Bernd EdlingerFix error handling in SSL_CTX_new
2017-01-09  Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2016-12-29  Markus Triskareplace "will lookup up" by "will look up"
2016-12-20  Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20  Richard LevitteM_check_autoarg: sanity check the key
2016-12-18  Finn HakanssonFix typo.
2016-12-14  russorzero pad DHE public key in ServerKeyExchange message...
2016-12-14  Richard LevitteFix ssl_cert_dup: change one 'return NULL' to 'goto...
2016-12-14  Richard LevitteMake 'err' lable in ssl_cert_dup unconditional
2016-12-13  Benjamin KadukFix a bug in clienthello processing
2016-12-12  Andy Polyakovperlasm/x86_64-xlate.pl: refine sign extension in ea...
2016-12-10  Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-10  Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-10  Dr. Stephen... Check input length to pkey_rsa_verify()
2016-12-08  Richard LevitteRemove extra bang
2016-12-08  Richard LevitteUI code style cleanup
2016-11-29  Matt CaswellRevert "Fix heartbeat_test"
2016-11-27  Vitezslav Cizekapps/speed.c: Fix crash when config loading fails
2016-11-26  Andy PolyakovINSTALL: clarify 386 and no-sse2 options.
2016-11-25  Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-22  Richard LevitteClarify what X509_NAME_online does with the given buffe...
2016-11-21  Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-18  Beat BolliUse consistent variable names
2016-11-16  Orgad Shanehdomd: Preserve Makefile time when it is unchanged
2016-11-16  Orgad Shanehmklink: Do not needlessly overwrite linked files...
2016-11-16  Orgad Shanehdomd: Do not needlessly overwrite Makefiles
2016-11-16  Orgad Shanehmklink: Do not needlessly overwrite linked files...
2016-11-16  Orgad ShanehConfigure: Improve incremental build time
2016-11-16  Rich SalzCheck return value of some BN functions.
2016-11-13  Matthias KraftSolution proposal for issue #1647.
2016-11-10  Matt CaswellUpdate CHANGES and NEWS
2016-11-10  Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-08  Andy PolyakovMakefile.org: clear APPS environment variable.
2016-11-04  Rich SalzMissed a mention of RT
2016-11-02  Matt CaswellAdd a CHANGES entry for the unrecognised record type...
2016-11-02  Matt CaswellFail if an unrecognised record type is received
next