]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-06-18  FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-18  FdaSilvaYYFix an MSVC warning.
2016-06-18  Matt CaswellUse a STACK_OF(OPENSSL_CSTRING) for const char * stacks
2016-06-18  Matt CaswellOpenBSD has intypes.h
2016-06-18  Matt CaswellReplace 4 casts with 1
2016-06-18  Matt CaswellImprove const correctness for stacks of EVP_MD
2016-06-18  Matt Caswellconstify SRP
2016-06-18  Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-17  Matt CaswellChange default directory for storing the .rnd file...
2016-06-17  Richard LevitteHarmonise the different build files
2016-06-16  Rich SalzFix GCC build; make update; fix number re-use
2016-06-16  FdaSilvaYYSpelling fixes
2016-06-16  Matt Caswellno-ripemd is an alias for no-rmd160
2016-06-16  Rich SalzFix build break.
2016-06-16  Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-06-16  Matt CaswellRevert "RT4526: Call TerminateProcess, not ExitProcess"
2016-06-16  Matt CaswellSkip the TLSProxy tests if environmental problems are...
2016-06-16  Matt CaswellFix the build and tests following constification of...
2016-06-16  Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-06-15  Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-15  Rich SalzRT4526: Call TerminateProcess, not ExitProcess
2016-06-15  FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-15  FdaSilvaYYConstify X509_TRUST_add method.
2016-06-15  FdaSilvaYYConstify asn1/asn_mime.c
2016-06-15  FdaSilvaYYConstify some input buffers in asn1
2016-06-15  FdaSilvaYYConstify CMS_get0_type input
2016-06-15  FdaSilvaYYConstify UI
2016-06-15  FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-06-15  FdaSilvaYYConstify some conf_mod.c internal methods
2016-06-14  Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14  Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14  Andy Polyakovperlasm/x86*.pl: add endbranch instruction.
2016-06-14  Andy Polyakovmodes/asm/ghashp8-ppc.pl: improve performance by 2.7x.
2016-06-14  Andy Polyakovaes/asm/aesp8-ppc.pl: implement "tweak chaining".
2016-06-14  Andy Polyakovtest/evptests.txt: add more XTS tests.
2016-06-14  Andy Polyakovevp/e_aes.c: wire hardware-assisted XTS subroutines.
2016-06-14  Andy Polyakovaes/asm/aesp8-ppc.pl: add XTS subroutines.
2016-06-14  Rich Salz(Temporarily) don't download clang package
2016-06-14  Andy Polyakovperlasm/x86_64-xlate.pl: add commentary.
2016-06-14  Andy Polyakovperlasm/x86_64-xlate.pl: refactor argument parsing...
2016-06-14  David BenjaminMake x86_64-xlate.pl 'use strict' clean.
2016-06-14  Richard LevitteVMS: use BLDDIR rather than BUILDDIR in descrip.mms...
2016-06-14  Richard LevitteAdd a developer target 'build_generated' to rebuild...
2016-06-14  Richard LevitteBuild file templates: make sure to depend on generated...
2016-06-14  Richard LevitteMove the Configure generated header files to the top...
2016-06-14  Richard LevitteConfigure: Make it possible to generate mandatory heade...
2016-06-14  Dr. Stephen... Fix omitted selector handling.
2016-06-14  Kurt RoeckxUpdate fuzz corpora
2016-06-14  Kurt RoeckxInitialize the session_id
2016-06-14  Matt CaswellRemove an unused variable assignment
2016-06-14  Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-06-14  Matt CaswellFree memory on an error path
2016-06-14  Matt CaswellAvoid a double-free in crl2pl7
2016-06-14  Matt CaswellAdd missing break statement
2016-06-14  Matt CaswellFix comment 1211/head
2016-06-13  Matt Caswellmake update
2016-06-13  Richard LevitteShorten some symbol names
2016-06-13  Rich SalzGH1141: Different fix, preferred by Richard.
2016-06-13  Peter MosmansRT3454: Re-enable nistp-64_gcc_128 on windows
2016-06-13  Rich SalzMissed some copyright merge
2016-06-13  TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13  TJ SaundersForgot to update the setter argument ordering in the...
2016-06-13  TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13  TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-13  Matt CaswellAdd some missing return value checks
2016-06-13  Matt CaswellUpdate sslapitest to use the test framework
2016-06-13  Matt CaswellUpdate the SSL_set_session() documentation
2016-06-13  Matt CaswellAdd some session API tests
2016-06-13  Matt CaswellEnsure SSL_set_session clears the old session from...
2016-06-13  Emilia KasperSSL test: only write out server2 when testing SNI
2016-06-13  Matt CaswellHandle inability to create AFALG socket
2016-06-13  Emilia KasperPort DTLS version negotiation tests
2016-06-13  Emilia KasperClean up following new SNI tests
2016-06-13  Rich SalzRT3809: basicConstraints is critical
2016-06-13  Andy Polyakovbn/bn_add.c: favour counted loops over ifs and breaks.
2016-06-13  Andy Polyakovdoc/crypto/OPENSSL_ia32cap.pod update.
2016-06-12  Dr. Stephen... Don't skip leading zeroes in PSK keys.
2016-06-12  John DenkerRT2759: Don't read TTY when already at EOF.
2016-06-12  Rich SalzAvoid memory leaks if options repeated.
2016-06-12  Phillip HellewellRT3053: Check for NULL before dereferencing
2016-06-11  TJ SaundersEnsure that the EVP_MD_meth_new docs properly match...
2016-06-11  Kurt RoeckxAvoid creating illegal pointers
2016-06-11  Kurt Roeckxinclude stdlib for malloc() and free()
2016-06-11  Kurt RoeckxDon't compare a just free()d pointer
2016-06-11  Kurt RoeckxSpecify array sizes
2016-06-11  Kurt RoeckxAvoid creating an illegal pointer.
2016-06-11  Kurt RoeckxAvoid creating an illegal pointer
2016-06-10  Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-10  Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-10  Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-06-10  Matt CaswellFix no-dtls* builds
2016-06-10  Matt CaswellExpand SSL_CTX_set_default_verify_paths() documentation
2016-06-10  Rich SalzGH1183: Fix -unix and -connect, etc., override
2016-06-10  Ben LaurieOmit corpora from tarball.
2016-06-10  Ben LaurieMake corpora binary.
2016-06-10  Ben LaurieAdd fuzz corpora.
2016-06-09  Laszlo KovacsRT3720 Increment session miss counter properly
2016-06-09  Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-09  Rich SalzMake a2i_ipadd an internal function
next