]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-12-03  Matt CaswellPrepare for 1.0.2e release OpenSSL_1_0_2e
2015-12-03  Matt Caswellmake update
2015-12-03  Matt CaswellUpdate CHANGES and NEWS
2015-12-03  Dr. Stephen... Add test for CVE-2015-3194
2015-12-03  Dr. Stephen... Add PSS parameter check.
2015-12-03  Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-12-03  Dr. Stephen... Fix leak with ASN.1 combine.
2015-12-03  Richard LevitteAdd cleanup of *.s
2015-12-03  Andy Polyakovperlasm/ppc-xlate.pl: comply with ABIs that specify...
2015-12-02  Richard Levitte_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
2015-12-02  Andy Polyakovcrypto/sparcv9cap.c: add SIGILL-free feature detection...
2015-12-01  Matt CaswellRemove cookie validation return value trick
2015-11-30  Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-24  Kurt RoeckxUse both sun and __sun
2015-11-24  Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24  Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24  Kurt RoeckxSet reference count earlier
2015-11-24  Dr. Stephen... Fix uninitialised p error.
2015-11-24  Dr. Stephen... Limit depth of ASN1 parse printing.
2015-11-23  Andy PolyakovMakefile.org: add LC_ALL=C to unify error [and other...
2015-11-22  Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-21  Alessandro... Add initial AppVeyor configuration
2015-11-21  Viktor DukhovniGood hygiene with size_t output argument.
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-19  Rich SalzFix README version typo
2015-11-18  Rich SalzFix release in README
2015-11-18  Andy Polyakovaes/asm/vpaes-ppc.pl: eliminate overhung stores in...
2015-11-16  Andy Polyakovbn/asm/ppc64-mont.pl: adapt for little-endian.
2015-11-16  Andy Polyakovbn/asm/s390x.S: improve performance on z196 and z13...
2015-11-16  Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-13  Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-11  Andy Polyakovmodes/asm/ghash-armv4.pl: make it compile by clang...
2015-11-10  Matt CaswellStop DTLS servers asking for unsafe legacy renegotiation
2015-11-10  Matt CaswellOnly call ssl3_init_finished_mac once for DTLS
2015-11-09  Matt CaswellRemove redundant check from tls1_get_curvelist
2015-11-09  Matt CaswellFix missing malloc return value checks
2015-11-09  Richard LevitteMake the match for previous cflags a bit more strict
2015-11-08  Dr. Stephen... Reject TLS 1.2 ciphersuites if not allowed.
2015-11-04  Matt CaswellEnsure the dtls1_get_*_methods work with DTLS_ANY_VERSION
2015-11-04  Matt CaswellMinor EVP_SignInit_ex doc fix
2015-11-02  Matt CaswellClarify the preferred way of creating patch files
2015-11-01  Rich SalzVarious README and CONTRIBUTING updates
2015-10-29  Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-23  Alessandro... Remove useless code
2015-10-23  Alessandro... Check memory allocation
2015-10-23  Alessandro... Fix references to various RFCs
2015-10-23  Alessandro... Fix typos
2015-10-23  Alessandro... Set salt length after the malloc has succeeded
2015-10-23  Alessandro... Fix memory leaks and other mistakes on errors
2015-10-23  Alessandro... Replace malloc+strlcpy with strdup
2015-10-23  Alessandro... Do not treat 0 return value from BIO_get_fd() as error
2015-10-22  Adam EijdenbergClarify return values for EVP_DigestVerifyFinal.
2015-10-15  Dr. Stephen... Fix self signed handling.
2015-10-14  Emilia Kaspermake depend: prefer clang over makedepend
2015-10-13  Dr. Stephen... RFC5753 compliance.
2015-10-13  Peter MosmansRT3346: Fix test_bn regexp for Windows using MSYS.
2015-10-10  Dr. Stephen... Typo.
2015-10-08  Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08  Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07  Alessandro... Fix travis 1.0.2 builds
2015-10-07  Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07  Pascal CuoqProperly check return type of DH_compute_key()
2015-10-07  Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-06  Dr. Stephen... Don't try and parse boolean type.
2015-10-05  Matt CaswellChange functions to pass in a limit rather than calcula...
2015-10-05  Alessandro... Validate ClientHello extension field length
2015-10-03  Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-29  Dr. Stephen... Link in applink with fips_premain_dso
2015-09-29  Ismo PuustinenGH367: use random data if seed too short.
2015-09-28  Emilia KasperRT2772: accept empty SessionTicket
2015-09-28  Dr. Stephen... SRP memory leak fix
2015-09-25  Rich SalzFix typo in previous merge.
2015-09-25  Rich SalzChange --debug to -d for compat with old releases.
2015-09-22  Emilia KasperDocument BUF_strnlen
2015-09-22  Emilia KasperBUF_strdup and friends: update docs
2015-09-22  Emilia KasperBUF_strndup: tidy
2015-09-22  Alessandro... Make BUF_strndup() read-safe on arbitrary inputs
2015-09-22  Rich SalzGH398: Add mingw cross-compile, etc.
2015-09-21  David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-21  Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-09-21  Matt CaswellFix SRP memory leaks
2015-09-20  Dr. Stephen... Handle SSL_ERROR_WANT_X509_LOOKUP
2015-09-20  Dr. Stephen... Make SRP work with -www
2015-09-19  Viktor DukhovniFix indentation
2015-09-18  Rich SalzThis undoes GH367 for non-master
2015-09-17  Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17  Emilia Kasperbase64 decode: check for high bit
2015-09-17  Emilia KasperRT3757: base64 encoding bugs
2015-09-16  Kurt RoeckxFix return values when adding serverinfo fails.
2015-09-16  Ivo RaisrMake no-psk compile without warnings.
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-14  Kurt Roeckxd2i: don't update input pointer on failure
2015-09-12  Dr. Stephen... Constify ECDSA_METHOD_new.
2015-09-12  Dr. Stephen... Check for FIPS mode after loading config.
2015-09-11  John FoleyUse memmove instead of memcpy.
2015-09-11  Dr. Stephen... Use default field separator.
2015-09-10  Emilia KasperRT3754: check for NULL pointer
2015-09-08  Rich SalzRemove bogus CHANGES entries
2015-09-04  Dr. Stephen... Match SUITEB strings at start of cipher list.
next