]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2017-05-19  Diego Santa... Fix endless loop on srp app when listing users
2017-05-19  Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-19  Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-17  Richard LevitteRemove notification settings from appveyor.yml
2017-05-15  Richard LevitteINSTALL: Remind people to read more if they added confi...
2017-05-15  Richard LevitteINSTALL: clarify a bit more how Configure treats "unkno...
2017-05-12  Todd ShortClean up SSL_OP_* a bit
2017-05-11  Richard LevitteClean away needless VMS check
2017-05-11  Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11  Patrick SteuerFix strict-warnings build
2017-05-11  Tomas MrazFix regression in openssl req -x509 behaviour.
2017-05-11  PauliRemove dead code.
2017-05-10  Rich SalzIgnore MSVC warnings (via Gisle Vanem)
2017-05-10  Matt CaswellAdd a test for SNI in conjunction with custom extensions
2017-05-10  Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-10  Richard LevittePrefer TAP::Harness over Test::Harness
2017-05-09  Matt CaswellRemove support for OPENSSL_SSL_TRACE_CRYPTO
2017-05-08  Meena VyasAdded a new Makefile in demos/evp directory
2017-05-05  Andy Polyakovsha/sha512.c: fix formatting.
2017-05-05  Andy Polyakovperlasm/x86_64-xlate.pl: work around problem with hex...
2017-05-04  Rich SalzFix pathname errors in errcode file
2017-05-04  Matt CaswellDon't leave stale errors on queue if DSO_dsobyaddr...
2017-05-02  Rich SalzConvert uses of snprintf to BIO_snprintf
2017-05-02  Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-05-02  Rich SalzFix URL links in comment
2017-05-02  Todd ShortFix time offset calculation.
2017-04-30  Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-28  Rich SalzCheck fflush on BIO_ctrl call
2017-04-28  Rich SalzEnsure blank lines between tests.
2017-04-28  Richard LevitteTLSProxy: When in debug mode, show the exact subprocess...
2017-04-27  Rich SalzRemove (broken) diagnostic print
2017-04-27  Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-04-26  Rob PercivalCT_POLICY_EVAL_CTX_set_time expects milliseconds, but...
2017-04-26  Rob PercivalAdd SSL tests for certificates with embedded SCTs
2017-04-26  Dr. Stephen... Add and use function test_pem to work out test filenames.
2017-04-25  Andy Polyakovasn1/a_int.c: clean up asn1_get_int64. 3318/head
2017-04-25  Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-25  Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-25  Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-25  Matt CaswellFix some variable references in init_client
2017-04-25  Matt CaswellFix problem with SCTP close_notify alerts
2017-04-25  Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25  Matt CaswellRemove special case code for SCTP reneg handling
2017-04-25  Bernard Spilopenssl enc: Don't unbuffer stdin
2017-04-24  Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-24  Richard LevitteTypo fix in Configurations/descrip.mms.tmpl
2017-04-24  Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
2017-04-23  Richard LevittePort Ben's parallell Makefile hack to VMS
2017-04-23  Richard LevittePort Ben's parallell Makefile hack to Windows
2017-04-22  Camille GuérinFixed typo in X509_STORE_CTX_new description
2017-04-22  David BenjaminNumbers greater than 1 are usually non-negative.
next