https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
703ec84 prepare for release 18 January 2012, 13:38:34 UTC
04d706d update NEWS 18 January 2012, 13:36:59 UTC
b996cec Fix for DTLS DoS issue introduced by fix for CVE-2011-4109. Thanks to Antonio Martin, Enterprise Secure Access Research and Development, Cisco Systems, Inc. for discovering this bug and preparing a fix. (CVE-2012-0050) 18 January 2012, 13:36:04 UTC
7e927da fix CHANGES entry 17 January 2012, 14:19:51 UTC
7aa6d2f Fix OPNESSL vs. OPENSSL typos [from HEAD]. PR: 2613 Submitted by: Leena Heino 15 January 2012, 13:40:40 UTC
27b1f13 Sanitize usage of <ctype.h> functions. It's important that characters are passed zero-extended, not sign-extended [from HEAD]. PR: 2682 12 January 2012, 16:37:20 UTC
f63c927 asn1/t_x509.c: fix serial number print, harmonize with a_int.c [from HEAD]. PR: 2675 Submitted by: Annie Yousar 12 January 2012, 16:36:30 UTC
d572544 ecdsa.pod: typo. PR: 2678 Submitted by: Annie Yousar 11 January 2012, 21:42:20 UTC
9100840 aes-sparcv9.pl: clean up regexp [from HEAD]. PR: 2685 11 January 2012, 15:32:57 UTC
0f32c83 fix warning 10 January 2012, 14:37:09 UTC
80b5701 Update for 0.9.8s. 05 January 2012, 13:38:47 UTC
a99b6fc Fix usage indentation 05 January 2012, 13:15:50 UTC
02d1a6b Fix for builds without DTLS support. Submitted by: Brian Carlstrom 05 January 2012, 10:22:23 UTC
08e8d58 update for next version 04 January 2012, 23:55:26 UTC
c90c41f prepare for release 04 January 2012, 17:01:33 UTC
c47b636 update NEWS 04 January 2012, 16:57:14 UTC
7200b39 make update 04 January 2012, 16:52:53 UTC
84c9582 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <tuexen@fh-muenster.de> Reviewed by: steve Fix for DTLS plaintext recovery attack discovered by Nadhem Alfardan and Kenny Paterson. 04 January 2012, 16:51:14 UTC
63819e6 add missing part for SGC restart fix (CVE-2011-4619) 04 January 2012, 16:46:10 UTC
8206dba Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576) [include source patch this time!] 04 January 2012, 15:38:54 UTC
528ef87 Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576) 04 January 2012, 15:33:15 UTC
9004c53 Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619) 04 January 2012, 15:27:54 UTC
f47f99f stop warning 04 January 2012, 15:26:29 UTC
00f473b Check GOST parameters are not NULL (CVE-2012-0027) 04 January 2012, 15:16:20 UTC
356de71 Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577) 04 January 2012, 15:07:54 UTC
9eab925 fix warnings 04 January 2012, 14:45:09 UTC
22d89c5 Submitted by: Adam Langley <agl@chromium.org> Reviewed by: steve Fix memory leaks. 04 January 2012, 14:24:48 UTC
c06916d PR: 2326 Submitted by: Tianjie Mao <tjmao@tjmao.net> Reviewed by: steve Fix incorrect comma expressions and goto f_err as alert has been set. 26 December 2011, 19:38:19 UTC
ef7545a PR: 2563 Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS. 19 December 2011, 17:04:39 UTC
fecb4ff x86-mont.pl: fix bug in integer-only squaring path. PR: 2648 09 December 2011, 14:26:56 UTC
2a4adf1 The default CN prompt message can be confusing when often the CN needs to be the server FQDN: change it. [Reported by PSW Group] 06 December 2011, 00:01:00 UTC
44c854d Resolve a stack set-up race condition (if the list of compression methods isn't presorted, it will be sorted on first read). Submitted by: Adam Langley 02 December 2011, 12:51:05 UTC
4709103 Fix ecdsatest.c. Submitted by: Emilia Kasper 02 December 2011, 12:41:00 UTC
f3d51d7 Fix BIO_f_buffer(). Submitted by: Adam Langley Reviewed by: Bodo Moeller 02 December 2011, 12:24:29 UTC
70d3b4b Configure: fix corruption in RC4 implementation in darwin64-x86_64-cc. 14 November 2011, 21:21:58 UTC
2fb94e4 ppc.pl: fix bug in bn_mul_comba4 [from HEAD]. PR: 2636 Submitted by: Charles Bryant 05 November 2011, 10:16:46 UTC
1b84893 Teach mkshared.com to have a look for disabled algorithms in opensslconf.h 30 October 2011, 11:40:59 UTC
68b5330 PR: 2628 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Send alert instead of assertion failure for incorrectly formatted DTLS fragments. 27 October 2011, 13:06:34 UTC
da7ae62 PR: 2628 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix for ECC keys and DTLS. 27 October 2011, 13:01:08 UTC
f53337b PR: 2632 Submitted by: emmanuel.azencot@bull.net Reviewed by: steve Return -1 immediately if not affine coordinates as BN_CTX has not been set up. 26 October 2011, 16:43:14 UTC
f70a589 BN_BLINDING multi-threading fix. Submitted by: Emilia Kasper (Google) 19 October 2011, 14:58:34 UTC
d41bbd0 use -no_ecdhe when using -no_dhe 13 October 2011, 15:05:50 UTC
4995629 Clarify warning 13 October 2011, 13:24:37 UTC
48373e5 In ssl3_clear, preserve s3->init_extra along with s3->rbuf. Submitted by: Bob Buckholz <bbuckholz@google.com> 13 October 2011, 13:05:12 UTC
4236902 PR: 2482 Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve Don't allow inverted ranges in RFC3779 code, discovered by Frank Ellermann. 09 October 2011, 00:56:32 UTC
b00fe7c fix signed/unsigned warning 26 September 2011, 17:04:49 UTC
872e3fd use keyformat for -x509toreq, don't hard code PEM 23 September 2011, 21:48:59 UTC
c11ada6 PR: 2606 Submitted by: Christoph Viethen <cv@kawo2.rwth-aachen.de> Reviewed by: steve Handle timezones correctly in UTCTime. 23 September 2011, 13:39:45 UTC
8f09688 PR: 2602 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS bug which prevents manual MTU setting 23 September 2011, 13:35:19 UTC
0b96f60 PR: 2347 Submitted by: Tomas Mraz <tmraz@redhat.com> Reviewed by: steve Fix usage message. 23 September 2011, 13:12:52 UTC
ab06ff6 prepare for next version 06 September 2011, 13:44:52 UTC
bba8456 update versions and dates for release 06 September 2011, 13:01:44 UTC
b493a05 update NEWS 06 September 2011, 12:56:21 UTC
c2a8133 Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the past produce an error (CVE-2011-3207) Fix TLS ephemeral DH crash bug (CVE-2011-3210) 06 September 2011, 12:53:56 UTC
e935440 (EC)DH memory handling fixes. Submitted by: Adam Langley 05 September 2011, 10:25:21 UTC
8eaf563 Fix memory leak on bad inputs. 05 September 2011, 09:57:03 UTC
80d7e6b "make update" 05 September 2011, 09:54:59 UTC
9c44e33 Don't use *from++ in tolower as this is implemented as a macro on some platforms. Thanks to Shayne Murray <Shayne.Murray@Polycom.com> for reporting this issue. 02 September 2011, 11:28:05 UTC
b86f319 PR: 2576 Submitted by: Doug Goldstein <cardoe@gentoo.org> Reviewed by: steve Include header file stdlib.h which is needed on some platforms to get getenv() declaration. 02 September 2011, 11:20:41 UTC
0875c00 update NEWS 01 September 2011, 17:08:44 UTC
dd3a770 Add error checking to PKCS1_MGF1. From HEAD. 01 September 2011, 15:42:38 UTC
64763ce PR: 2340 Submitted by: "Mauro H. Leggieri" <mxmauro@caiman.com.ar> Reviewed by: steve Stop warnings if OPENSSL_NO_DGRAM is defined. 01 September 2011, 15:02:53 UTC
2fffc29 make timing attack protection unconditional 01 September 2011, 14:23:31 UTC
d2650c3 PR: 2573 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS buffering and decryption bug. 01 September 2011, 14:02:02 UTC
b5bd966 PR: 2589 Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Initialise p pointer. 01 September 2011, 13:52:27 UTC
e71f778 PR: 2588 Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Close file pointer. 01 September 2011, 13:48:57 UTC
e3b95e6 PR: 2586 Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Zero structure fields properly. 01 September 2011, 13:45:25 UTC
658eeec PR: 2586 Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch. 01 September 2011, 13:37:20 UTC
e1c3d65 Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA using OBJ xref utilities instead of string comparison with OID name. This removes the arbitrary restriction on using SHA1 only with some ECC ciphersuites. 14 August 2011, 13:48:42 UTC
2e4abe2 Alpha assembler fixes from HEAD. PR: 2577 12 August 2011, 12:32:10 UTC
ea294bb PR: 2559 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS socket error bug 20 July 2011, 15:21:52 UTC
b58ea0b PR: 2555 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS sequence number bug 20 July 2011, 15:17:33 UTC
16067fe PR: 2550 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS HelloVerifyRequest Timer bug 20 July 2011, 15:13:16 UTC
f2e9070 config: detect if assembler supports --noexecstack and pass it down [from HEAD]. 15 July 2011, 19:59:18 UTC
fe8629e PR: 2556 (partial) Reported by: Daniel Marschall <daniel-marschall@viathinksoft.de> Reviewed by: steve Fix OID routines. Check on encoding leading zero rejection should start at beginning of encoding. Allow for initial digit when testing when to use BIGNUMs which can increase first value by 2 * 40. 14 July 2011, 12:01:25 UTC
2a12eff ms/uplink.c: fix Visual Studio 2010 warning [from HEAD]. 13 July 2011, 14:55:11 UTC
b680fef perlasm/cbc.pl: fix tail processing bug [from HEAD]. PR: 2557 13 July 2011, 06:23:25 UTC
7f7414e Fix typo. Submitted by: Jim Morrison 11 July 2011, 12:13:50 UTC
8b9db48 PR: 2470 Submitted by: Corinna Vinschen <vinschen@redhat.com> Reviewed by: steve Don't call ERR_remove_state from DllMain. 22 June 2011, 15:39:00 UTC
f59f2fc PR: 2543 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Correctly handle errors in DTLSv1_handle_timeout() 22 June 2011, 15:29:55 UTC
419a530 PR: 2540 Submitted by: emmanuel.azencot@bull.net Reviewed by: steve Prevent infinite loop in BN_GF2m_mod_inv(). 22 June 2011, 15:23:32 UTC
69a8901 correctly encode OIDs near 2^32 22 June 2011, 15:15:38 UTC
2bcd08e make EVP_dss() work for DSA signing 20 June 2011, 20:05:38 UTC
167d692 Complete the version history (include information on unreleased version 0.9.8s to show full information). 15 June 2011, 14:21:17 UTC
025ee1d fix memory leak 08 June 2011, 15:56:20 UTC
dce7b92 PR: 2533 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Setting SSL_MODE_RELEASE_BUFFERS should be ignored for DTLS, but instead causes the program to crash. This is due to missing version checks and is fixed with this patch. 25 May 2011, 15:21:12 UTC
db886c2 PR: 2529 Submitted by: Marcus Meissner <meissner@suse.de> Reviewed by: steve Call ssl_new() to reallocate SSL BIO internals if we want to replace the existing internal SSL structure. 25 May 2011, 15:15:52 UTC
4d43129 PR: 2527 Submitted by: Marcus Meissner <meissner@suse.de> Reviewed by: steve Set cnf to NULL to avoid possible double free. 25 May 2011, 15:06:05 UTC
92107f8 Fix the ECDSA timing attack mentioned in the paper at: http://eprint.iacr.org/2011/232.pdf Thanks to the original authors Billy Bob Brumley and Nicola Tuveri for bringing this to our attention. 25 May 2011, 14:52:44 UTC
e82d6a2 Fix the ECDSA timing attack mentioned in the paper at: http://eprint.iacr.org/2011/232.pdf Thanks to the original authors Billy Bob Brumley and Nicola Tuveri for bringing this to our attention. 25 May 2011, 14:43:05 UTC
4e5755c Oops use up to date patch for PR#2506 25 May 2011, 14:29:55 UTC
dda8dcd PR: 2512 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix BIO_accept so it can be bound to IPv4 or IPv6 sockets consistently. 25 May 2011, 12:36:50 UTC
16646b0 PR: 2506 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fully implement SSL_clear for DTLS. 25 May 2011, 12:28:31 UTC
320881c PR: 2505 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS session resumption timer bug. 25 May 2011, 12:24:26 UTC
1d23fb3 update date 19 May 2011, 17:56:47 UTC
c4f1942 inherit HMAC flags from MD_CTX 19 May 2011, 17:39:49 UTC
38c42c6 set encodedPoint to NULL after freeing it 19 May 2011, 16:18:25 UTC
51eb247 no need to include memory.h 30 April 2011, 23:38:24 UTC
8d22673 check buffer is larger enough before overwriting 06 April 2011, 18:07:02 UTC
3622d37 PR: 2462 Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS Retransmission Buffer Bug 03 April 2011, 17:15:08 UTC
back to top