- May 04, 2014
-
-
Andy Polyakov authored
sha/asm/sha256-armv4.pl: add ARMv8 code path.
-
Andy Polyakov authored
-
- May 03, 2014
-
-
David Ramos authored
PR: 3338
-
- May 02, 2014
-
-
Geoff Thorpe authored
Even though the meat of dso_vms.c is compiled out on non-VMS builds, the (pre-)compiler still traverses some of the macro handling. This trips up at least one non-VMS build configuration, so this commit makes the skip-VMS case more robust. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
-
- May 01, 2014
-
-
Jeff Trawick authored
RT: 3304
-
- Apr 30, 2014
-
-
Matt Caswell authored
-
Geoff Thorpe authored
It's not clear whether this inconsistency could lead to an actual computation error, but it involved a BIGNUM being passed around the montgomery logic in an inconsistent state. This was found using flags -DBN_DEBUG -DBN_DEBUG_RAND, and working backwards from this assertion in 'ectest'; ectest: bn_mul.c:960: BN_mul: Assertion `(_bnum2->top == 0) || (_bnum2->d[_bnum2->top - 1] != 0)' failed Signed-off-by: Geoff Thorpe <geoff@openssl.org>
-
- Apr 29, 2014
-
-
Ben Laurie authored
-
- Apr 27, 2014
-
-
Matt Caswell authored
-
- Apr 26, 2014
-
-
Matt Caswell authored
-
Matt Caswell authored
-
Chris Rorvick authored
Signed-off-by: Chris Rorvick <chris@rorvick.com>
-
mancha authored
Specify -f is for compilation flags. Add -d to synopsis section. Closes #77.
-
mancha authored
Fix eckey_priv_encode to return an error on failure of i2d_ECPrivateKey.
-
- Apr 25, 2014
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
There are certainly many more constifiable strings in the various interfaces, which I hope to get to eventually. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
-
Geoff Thorpe authored
Gets rid of this; defined(@array) is deprecated at ../util/mkerr.pl line 792. (Maybe you should just omit the defined()?) defined(@array) is deprecated at ../util/mkerr.pl line 800. (Maybe you should just omit the defined()?) Signed-off-by: Geoff Thorpe <geoff@openssl.org>
-
Mark J. Cox authored
to keep up to date with releases. Reported because http://www.openssl.org/support/faq.html#MISC1 was out of date
-
Geoff Thorpe authored
o_time.h was removed in commit ff49a944 , which breaks "make update" unless mkdir.pl is updated accordingly. Signed-off-by: Geoff Thorpe <geoff@openssl.org>
-
- Apr 24, 2014
-
-
Steve Marquess authored
-
Andy Polyakov authored
algorithm suggested in following paper: Câmara, D.; Gouvêa, C. P. L.; López, J. & Dahab, R.: Fast Software Polynomial Multiplication on ARM Processors using the NEON Engine. http://conradoplg.cryptoland.net/files/2010/12/mocrysen13.pdf
-
Andy Polyakov authored
-
- Apr 23, 2014
-
-
Ben Laurie authored
-
- Apr 22, 2014
-
-
Ben Laurie authored
-
- Apr 21, 2014
-
-
Kaspar Brand authored
Fix typo that stopped SSL_CTX_get_{first,next}_certificate from working.
-
- Apr 16, 2014
-
-
Dr. Stephen Henson authored
-
- Apr 15, 2014
-
-
Dr. Stephen Henson authored
When looking for an extension we need to set the last found position to -1 to properly search all extensions. PR#3309.
-
Dr. Stephen Henson authored
-
- Apr 11, 2014
-
-
Dr. Stephen Henson authored
-
- Apr 09, 2014
-
-
Dr. Stephen Henson authored
Keep copy of any host, path and port values allocated by OCSP_parse_url and free as necessary.
-
Dr. Stephen Henson authored
-
- Apr 08, 2014
-
-
Dr. Stephen Henson authored
-
- Apr 07, 2014
-
-
Dr. Stephen Henson authored
Treat a zero length passed to ssleay_rand_add a no op: the existing logic zeroes the md value which is very bad. OpenSSL itself never does this internally and the actual call doesn't make sense as it would be passing zero bytes of entropy. Thanks to Marcus Meissner <meissner@suse.de> for reporting this bug. (cherry picked from commit 5be1ae28)
-
Dr. Stephen Henson authored
A missing bounds check in the handling of the TLS heartbeat extension can be used to reveal up to 64k of memory to a connected client or server. Thanks for Neel Mehta of Google Security for discovering this bug and to Adam Langley <agl@chromium.org> and Bodo Moeller <bmoeller@acm.org> for preparing the fix (CVE-2014-0160) (cherry picked from commit 96db9023b881d7cd9f379b0c154650d6c108e9a3)
-
Dr. Stephen Henson authored
-
- Apr 06, 2014
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Apr 05, 2014
-
-
Dr. Stephen Henson authored
Enable TLS padding extension using official value from: http://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-