]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-04-29  Matt CaswellAdd the ability to test EBCDIC builds
2016-04-29  Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-29  Richard LevitteVMS: only explicitely translate names in library C...
2016-04-29  Richard LevitteVMS: It seems DEC C doesn't handle certain header files...
2016-04-29  Kirill MarinushkinAdd aliases for des-ede-ecb and des-ede3-ecb ciphers.
2016-04-29  Kirill MarinushkinFixed scripts order for generate_crypto_objects target
2016-04-29  Andy Polyakovcrypto/ppccap.c: fix missing declaration warning.
2016-04-29  Andy Polyakovcrypto/ppccap.c: permit build with no-chacha and no...
2016-04-29  Matt CaswellRemove some dead code
2016-04-29  Matt CaswellA call to RSA_set0_key had the arguments in the wrong...
2016-04-29  Matt CaswellClient side CKE processing can double free on error
2016-04-29  Matt CaswellDon't free the BIGNUM passed to BN_mpi2bn
2016-04-29  Matt CaswellFix a leak in i2b_PVK
2016-04-29  Richard Levittemake update
2016-04-29  Richard Levitteapps/progs.pl: don't make digests disablable by default
2016-04-28  FdaSilvaYYBIO_free should call method->destroy before free'ing...
2016-04-28  FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-28  FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-28  FdaSilvaYYFix an error code spelling.
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-28  Christian HeimesAdd getters for X509_STORE and X509_OBJECT members
2016-04-28  Viktor Dukhovnimake update
2016-04-28  Viktor DukhovniImplement X509_STORE_CTX_set_current_cert() accessor
2016-04-28  Richard LevitteFix BIO_set_nbio_accept()
2016-04-28  Matt CaswellDon't leak memory on error path in dane_ctx_enable()
2016-04-28  Matt CaswellFree an ASN1_OBJECT in an error path
2016-04-28  Matt CaswellDon't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
2016-04-28  Matt CaswellFree memory on error in PKCS7_dataFinal()
2016-04-28  Matt CaswellDon't leak memory on error in PKCS12_key_gen_uni
2016-04-28  Matt CaswellDon't leak memory on error in i2b_PVK
2016-04-28  Matt CaswellDon't leak memory on error in b2i_rsa
2016-04-28  Matt CaswellDon't leak resource on error in OCSP_url_svcloc_new
2016-04-28  Matt CaswellCheck that we were actually allocated BIGNUMs in dsa_bu...
2016-04-28  Matt CaswellDon't leak EVP_MD_CTX on error path
2016-04-28  Matt CaswellDon't leak memory on error in cms_RecipientInfo_pwri_crypt
2016-04-28  Matt CaswellDon't leak memory on error in BN_generate_prime_ex
2016-04-28  Matt CaswellFree a BIGNUM on error in BN_mpi2bn
2016-04-28  Matt CaswellDon't leak memory on failure to create a mem BIO
2016-04-28  Matt CaswellClose the accept socket on error
2016-04-28  Richard LevitteMake BIO_sock_error return a proper error code when...
2016-04-27  Dr. Stephen... Reject inappropriate private key encryption ciphers.
2016-04-27  Viktor DukhovniFix set0 reuse test
2016-04-27  Viktor DukhovniFuture proof build_chain() in x509_vfy.c
2016-04-27  Richard LevitteDocumentation the changed {RSA,DSA,DH}_set0_* functiona...
2016-04-27  Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-27  Kazuki YamaguchiGH975 Add ex_data functions for X509_STORE
2016-04-27  Ben LaurieFix no-gost no-srp no-ec no-dh.
2016-04-27  Ben LaurieFix enable-ssl-trace no-nextprotoneg.
2016-04-27  Ben LaurieFix no-engine no-ui.
2016-04-27  Matt Caswellsplit_send_fragment should always be less than or equal...
2016-04-27  Matt CaswellFix BIO_CTRL_DUP for an SSL BIO
2016-04-27  Matt CaswellFix passwd seg fault
2016-04-26  Andy PolyakovSPARCv9 assembly pack: fine-tune run-time switch.
2016-04-26  Andy Polyakovcamellia/build.info: fix typo
2016-04-26  Benjamin KadukRemove dead-code infinite loop
2016-04-26  Kazuki YamaguchiAdd ex_data functions for X509_STORE
2016-04-26  Matt CaswellEnsure we check i2d_X509 return val
2016-04-26  Dr. Stephen... *.der files are binary.
2016-04-26  Benjamin KadukRemove the never-functional no-sct
2016-04-26  Benjamin KadukRemove some OPENSSL_NO_SHA that snuck in
2016-04-25  Andy Polyakovcrypto/poly1305/asm: chase overflow bit on x86 and...
2016-04-25  Viktor Dukhovnimake update
2016-04-25  Viktor DukhovniAdded missing X509_STORE_CTX_set_error_depth() accessor
2016-04-25  Richard LevitteDocument the enhancements for DEPEND and INCLUDE and...
2016-04-25  Richard LevitteBuild system: add include directories and dependencies...
2016-04-25  Rich SalzFix NULL deref in apps/pkcs7
2016-04-25  Viktor DukhovniAPI compat macros for renamed X509_STORE_CTX functions
2016-04-25  Andy Polyakovs390x assembly pack: cache capability query results.
2016-04-25  Andy Polyakovcrypto/sparc_arch.h: reserve more SPARCv9 capability...
2016-04-25  Andy Polyakovchacha/asm/chacha-ppc.pl: get misalignment corner case...
2016-04-23  Kazuki YamaguchiFix EC_KEY_set_private_key() to call key->group->meth...
2016-04-22  Dr. Stephen... add test for CVE-2016-2109
2016-04-22  Dr. Stephen... In d2i_test return error for malloc failure.
2016-04-22  Dr. Stephen... Harden ASN.1 BIO handling of large amounts of data.
2016-04-22  Richard LevitteWarn when doing an out-of-source build and finding...
2016-04-22  Viktor Dukhovnimake update
2016-04-22  Viktor DukhovniEnabled DANE only when at least one TLSA RR was added
2016-04-22  Matt CaswellDon't set peer_tmp until we have finished constructing it
2016-04-22  Dr. Stephen... Extensions to d2i_test.
2016-04-22  Matt CaswellFix capi engine for no-dsa
2016-04-22  Matt CaswellFix no-dsa on Windows/VMS
2016-04-22  Matt CaswellFix the indentation of OPENSSL_NO_STDIO in pem.h
2016-04-22  Matt CaswellFix no-cmac on Windows/VMS
2016-04-22  Rich SalzUnified copyright for test recipes
2016-04-22  Richard LevitteAdd a best effort test to check shared library consistency
2016-04-21  Dr. Stephen... Fix CRYPTO_clear_realloc() bug.
2016-04-21  Richard LevitteUpdate the Configurations READMEs
2016-04-21  Matt CaswellFix no-ocsp on Windows (and probably VMS)
2016-04-21  Matt CaswellRemove some unneccessary assignments to argc
2016-04-21  Matt CaswellRemove some unused argc assignments
2016-04-21  Matt CaswellFix a missing return value check in v3_addr
2016-04-21  Matt CaswellAdd missing return value check in pkcs8 app
2016-04-21  Matt CaswellAdd missing return value checks
2016-04-21  Matt CaswellFix missing break in option parsing
2016-04-21  Matt CaswellRemove some dead code
2016-04-21  Matt CaswellFix some code maintenance issues
2016-04-20  Davide GalassiBIO socket connect failure was not handled correctly.
2016-04-20  MichelFix missing IDEA renames (windows build)
2016-04-20  Rich SalzCopyright consolidation script
2016-04-20  Richard LevitteTravis: _srcdist, not _srcdir
next