]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-07-29  Bernd EdlingerAdd some test coverage for OPENSSL_secure_clear_free 4055/head
2017-07-29  Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-29  Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-28  Paul YangFix rsa -check option
2017-07-28  Paul YangFix a reference nit in doc
2017-07-28  Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-27  David BenjaminFix comment typo.
2017-07-26  Emeric BrunFix async engine pause dead lock in error case.
2017-07-26  Emilia KasperRemove resolved TODO
2017-07-26  PauliFix potential use-after-free and memory leak
2017-07-25  Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing.
2017-07-24  Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance...
2017-07-24  Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-24  Xiaoyin Liuschlock global variable needs to be volatile
2017-07-24  lolyonokFix nid assignment in ASN1_STRING_TABLE_add
2017-07-24  Richard Levittetest/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
2017-07-24  Richard LevitteSimplify Makefile.shared
2017-07-23  Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-07-19  Matt CaswellRemove some dead code
2017-07-19  Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-18  Emilia KasperRSA_padding_check_PKCS1_type_2 is not constant time.
2017-07-17  Bernd EdlingerFix bogus use of BIO_sock_should_retry.
2017-07-14  Bernd EdlingerFix gcc-7 warnings about missing fall thru comments.
2017-07-14  Roelof duToitUpdate PR#3925
2017-07-14  Roelof duToitRetry SSL_read on ERROR_WANT_READ.
2017-07-10  Bernd EdlingerFix crash in BUF_MEM_grow_clean.
2017-07-09  Richard LevitteFix cipher_compare
2017-07-07  Richard Levittetest/run_tests.pl: Make sure to exit with a code that...
2017-07-07  Richard Levittetest/recipes/90-test_shlibload.t: Make sure to handle...
2017-07-07  Richard LevitteVMS: When running a sub-MMS, make sure to give it the...
2017-07-05  Rich SalzAdd echo for end of each build phase
2017-07-05  Matt CaswellFix travis clang-3.9 builds
2017-07-05  Richard LevitteFix small UI issues
2017-07-05  Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-03  Richard LevitteCorrect documentation for UI_get0_result_string
2017-07-01  Richard LevitteWhen apps_startup() fails, exit with a failure code...
2017-06-29  Richard Levitteutil/mkdef.pl: Make symbol version processing Linux...
2017-06-29  Richard Levitteutil/mkdef.pl: Add UNIX as a platform
2017-06-25  Richard Levittetsget.in: remove call of WWW::Curl::Easy::global_cleanup
2017-06-22  Matt CaswellFix OBJ_create() to tolerate a NULL sn and ln
2017-06-22  David BenjaminFix the names of ChaCha20-Poly1305 cipher suites in...
2017-06-21  Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21  Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21  Matt CaswellDon't fail the connection in SSLv3 if server selects...
2017-06-20  Bernd EdlingerAdd parentheses around macro argument of OSSL_NELEM.
2017-06-20  Benjamin KadukRemove duplicates from clang_devteam_warnings
2017-06-20  Benjamin KadukAddress some -Wold-style-declaration warnings
2017-06-20  Benjamin KadukAdd -Wextra to gcc devteam warnings
2017-06-19  Bernd EdlingerFix the fall-out in 04-test_bioprint.t
2017-06-19  Bernd EdlingerFix the error handling in ERR_get_state:
2017-06-17  Paul YangRemove non-accurate description in Configure script
2017-06-17  Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-15  Todd ShortAdd apps/progs.h to gitignore
2017-06-15  Richard LevitteBuild apps/progs.h dynamically
2017-06-15  Richard Levitte.travis.yml: Detect if 'make update' updated something
2017-06-14  Bernd EdlingerFix crash in ecdh_simple_compute_key.
2017-06-14  Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-14  Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-06-14  Bernd EdlingerFix possible crash in X931 code.
2017-06-14  Todd ShortFix ex_data and session_dup issues
2017-06-14  Bernd EdlingerFix a possible crash in the error handling.
2017-06-13  Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-06-12  Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-10  Rich SalzRemove needless type casting.
2017-06-10  Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09  Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
2017-06-09  Rich Salzfix broken implementations of GOST ciphersuites
2017-06-08  Benjamin KadukRemove stale note from s_server.pod
2017-06-08  Tomas MrazIgnore -named_curve auto value to improve backwards...
2017-06-08  Rich SalzFix a read off the end of the input buffer
2017-06-08  Diego Santa... Use memset to clear SRP_CTX instead of NULL and zero...
2017-06-08  Diego Santa... Make SRP_CTX.info ownership and lifetime be the same...
2017-06-08  Richard LevitteWindows: rearrange programs cleanup
2017-06-07  Rich SalzAdd a lock around the OBJ_NAME table
2017-06-05  Rich SalzDocument default client -psk_identity
2017-06-05  Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-05  Rich SalzOnly release thread-local key if we created it.
2017-06-02  Rich SalzAdd text pointing to full change list.
2017-06-01  Benjamin KadukDo not document SSL_CTX_set1_cert_store()
2017-05-31  Paul YangFix coding style in apps/passwd file
2017-05-31  Matt CaswellWait longer for the server in TLSProxy to start
2017-05-30  Rich SalzAdd stricter checking in NAME section
2017-05-27  Rich SalzMake default_method mostly compile-time
2017-05-27  Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-26  Matt CaswellFix a Proxy race condition
2017-05-26  Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION
2017-05-26  Rainer JungFix use of "can_load()" in run_tests.pl.
2017-05-25  Kurt RoeckxAdd missing commas in pod files
2017-05-25  Matt CaswellDocument that HMAC() with a NULL md is not thread safe
2017-05-25  Matt CaswellPrepare for 1.1.0g-dev 3551/head
2017-05-25  Matt CaswellPrepare for 1.1.0f release OpenSSL_1_1_0f
2017-05-25  Matt CaswellUpdate CHANGES and NEWS for new release
2017-05-24  David WoodhouseDocument that PKCS#12 functions assume UTF-8 for passwords
2017-05-24  Richard LevitteClarify what character encoding is used in the returned...
2017-05-23  Paul YangFix typo in doc/man3/EVP_EncrypInit.pod
2017-05-22  Alex Gaynor[1.1.0 backport] set entry type on SCTs from X.509...
2017-05-22  Todd ShortFix infinite loops in secure memory allocation.
2017-05-22  Diego Santa... Fix srp app missing NULL termination with password...
2017-05-22  Andy Polyakovtest/run_tests.pl: don't mask test failures.
2017-05-21  Rich Salz-inkey can be an identifier, not just a file
next