https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
112591b Fix off by one error ;-) 20 May 2008, 18:48:22 UTC
1b8daa3 Typo. 20 May 2008, 16:13:11 UTC
1cdbc75 Update ordinals. 20 May 2008, 12:12:22 UTC
aa9c7e4 Oops... PEM_write_bio_ASN1_stream() shouldn't be in 0.9.8 CMS backport. 20 May 2008, 12:10:28 UTC
6be69a1 Remove deleted function definitions from header files so Windows build picks it up. Recognize new option in mk1mf.pl 20 May 2008, 11:50:13 UTC
eaf76fe Remove old DES definition of deleted function too. 20 May 2008, 11:23:49 UTC
03e79ed Correctly adjust location of comment Submitted by: Ben Laurie <ben@links.org> 20 May 2008, 08:10:51 UTC
56bef2d Fix warning. 20 May 2008, 03:05:50 UTC
10d3886 Fix two invalid memory reads in RSA OAEP mode. Submitted by: Ivan Nestlerode <inestlerode@us.ibm.com> Reviewed by: steve 19 May 2008, 21:26:28 UTC
f1c0cf5 Disable code that clearly doesn't currently serve any useful purpose. (Buggy line reported by Matthias Koenig.) 19 May 2008, 19:44:33 UTC
2a7ac69 Document "openssl s_server" -crl_check* options Submitted by: Daniel Black <daniel.subs@internode.on.net> 19 May 2008, 07:52:17 UTC
d13ea8e Provide information about "openssl dgst" -hmac option. 19 May 2008, 07:43:41 UTC
1820b04 Typo. PR: 1672 18 May 2008, 13:52:05 UTC
439b7ef Another occurance of possible valgrind/purify "uninitialized memory" complaint related to the PRNG: with PURIFY policy don't feed uninitialized memory into the PRNG. Submitted by: Bodo Moeller <bmoeller@openssl.org> :-) 16 May 2008, 07:14:58 UTC
a25fb95 Always seed PRNG for new requests no matter what key type. RSA may need the PRNG for blinding. PR: 1666 12 May 2008, 16:07:00 UTC
6168067 Fix from HEAD. 09 May 2008, 23:17:10 UTC
c3031a4 Avoid BN_MONT_CTX incompatibility. 02 May 2008, 18:47:19 UTC
1099a94 Update from HEAD. 01 May 2008, 23:31:03 UTC
812d8a1 Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev: you need to use "enable-montasm" to see a difference. (Huge speed advantage, but BN_MONT_CTX is not binary compatible, so this can't be enabled by default in the 0.9.8 branch.) The CHANGES entry also covers the 64-bit x86 backport in November 2007 by appro. 01 May 2008, 23:11:34 UTC
db533c9 TLS ticket key setting callback: this allows and application to set its own TLS ticket keys. 30 April 2008, 16:11:33 UTC
8831eb7 Do not permit stateless session resumption is session IDs mismatch. 29 April 2008, 17:22:01 UTC
3c8f315 Support ticket renewal in state machine (not used at present). 29 April 2008, 16:41:53 UTC
0f2e636 Status strings for ticket states. 29 April 2008, 16:38:26 UTC
98bd148 Fix auto-discovery of ENGINEs, ported from HEAD. NB, this fixes a regression relative to 0.9.7 and the documented behaviour, but it would make sense for distro maintainers and others with an interest in system behaviour to test with this change. The fix re-enables behaviour that was broken and thus inherently disabled. In particular, if you register an ENGINE implementation, and that ENGINE is able to successfully self-initialise on the host, it will get used automatically (as claimed in the documentation and as was the case for 0.9.7) - this was not the case with 0.9.8 until now because of a bug. PR: 1668 Submitted by: Ian Lister Reviewed by: Geoff Thorpe 28 April 2008, 21:45:43 UTC
292248b Update from HEAD. 27 April 2008, 18:52:14 UTC
d3eef3e Fix from HEAD. 25 April 2008, 16:27:25 UTC
c5fbf8c Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug [from HEAD]. PR: 1667 24 April 2008, 10:00:40 UTC
1ed2d8f bn_nist.c update from HEAD. PR: 1593 18 April 2008, 15:51:31 UTC
d140890 Update from HEAD. 18 April 2008, 11:19:56 UTC
eb492df Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 18 April 2008, 07:43:23 UTC
2c16e78 Synchronise with Unix 18 April 2008, 06:07:43 UTC
bf2b87a Fix incorrect return value in apps/apps.c:parse_yesno() PR: 1607 Submitted by: "Christophe Macé" <mace.christophe@gmail.com> 17 April 2008, 14:15:29 UTC
1dff425 Correctly handle case of bad arguments supplied to rsautl PR: 1659 17 April 2008, 13:36:16 UTC
501af5b Update from HEAD. 12 April 2008, 10:15:33 UTC
31d6e7b Provide other forms for symbols that are too long or that clash with others 12 April 2008, 08:40:03 UTC
b983322 Revert change from HEAD. 11 April 2008, 23:23:57 UTC
339654e Fix from HEAD. 11 April 2008, 17:34:42 UTC
5ca48cc Synchronise with Unix build 11 April 2008, 01:53:19 UTC
79996e3 Update from HEAD. 09 April 2008, 22:12:10 UTC
173acc1 Fix from HEAD. 07 April 2008, 11:01:43 UTC
a985ecd Fix URI of OpenSSL Request Tracker information PR: 1661 07 April 2008, 06:35:42 UTC
fb4c24b Update from HEAD. 06 April 2008, 16:30:38 UTC
1366f6b Fix from HEAD. 06 April 2008, 15:57:44 UTC
e13546f Update error codes. 06 April 2008, 15:46:17 UTC
d6c813d Fix from HEAD. 06 April 2008, 15:42:29 UTC
e3818a4 Update WIN32 build system for CMS and update ordinals. 03 April 2008, 23:45:16 UTC
415fe2a Delete functions not implemented in 0.9.8 from cms.h 03 April 2008, 23:31:35 UTC
5bbdaaf Update from HEAD. 03 April 2008, 23:29:41 UTC
bf1f1a5 Update WIN32 build system for CMS. 03 April 2008, 23:21:46 UTC
8e42429 Update default CFLAGS and dependencies. 03 April 2008, 23:18:27 UTC
c43c228 Add S/MIME test certs. 03 April 2008, 23:09:50 UTC
94b2c29 Backport of CMS code to 0.9.8-stable branch. Disabled by default. 03 April 2008, 23:03:56 UTC
090f931 Add -DOPENSSL_NO_DEPRECATED to debug-steve* targets. Add headers to make build work. 02 April 2008, 14:51:09 UTC
6b8be6d Update CHANGES. 02 April 2008, 11:45:34 UTC
7ec2d39 Backport of zlib compression BIO from HEAD. Update mkdef.pl script to handle ZLIB. Update ordinals. 02 April 2008, 11:37:25 UTC
e88f66b Add CHANGES entry for key wrap. 02 April 2008, 11:21:53 UTC
28a2759 Add RFC3394 compatible key wrap algorithm. 02 April 2008, 11:18:43 UTC
3edad44 Avoid "initializer not constant" errors when compiling in pedantic mode. 02 April 2008, 11:15:05 UTC
9e7459f Backport some useful ASN1 utility functions from HEAD. 02 April 2008, 11:11:51 UTC
b98f5ef Add debug-steve{32,64} targets to Configure script. 02 April 2008, 11:09:16 UTC
a6d4f79 Add new missing CMS OIDs. 02 April 2008, 10:45:19 UTC
efcb7a7 Fix fast reduction on NIST curves [from HEAD]. PR: 1593 01 April 2008, 08:40:52 UTC
30aa23f Update from HEAD. 31 March 2008, 14:59:13 UTC
c9e0450 Update year. 31 March 2008, 14:28:44 UTC
fd6fa9c Fix from HEAD. 29 March 2008, 13:22:49 UTC
9f70d09 Update year. 12 March 2008, 13:06:17 UTC
3fb0f01 Fix from HEAD. 12 March 2008, 00:38:07 UTC
216ac24 Add missing changelog entry for http://cvs.openssl.org/chngview?cn=16587 28 February 2008, 13:35:58 UTC
2035af2 Make x86_64-mont.pl work with debug Win64 build [from HEAD]. 27 February 2008, 20:14:46 UTC
19398a1 fix BIGNUM flag handling 27 February 2008, 06:02:00 UTC
fa369dd Update from HEAD. 25 February 2008, 18:12:30 UTC
294ba3c Make sure to set indent-tabs-mode so that we get tabs, not spaces. 21 February 2008, 07:23:46 UTC
2923e91 Allow 32-bit perl to generate x86_64 assembler. 13 February 2008, 20:01:48 UTC
7c52b77 Source readability fix, which incidentally works around XLC compiler bug [from HEAD]. PR: 1272 11 February 2008, 13:18:40 UTC
ddec587 Make aes-x86_64 work with debug Win64 build [from HEAD]. 11 February 2008, 13:13:11 UTC
4f466f8 x86_64-xlate.pl update from HEAD. 11 February 2008, 13:07:11 UTC
1502cda Add missing colon in manpage Submitted by: Richard Hartmann <richih.mailinglist@gmail.com> 30 January 2008, 08:26:18 UTC
ce2b5d7 Add GlobalSign root CA. 26 January 2008, 23:43:29 UTC
f1c65db Update from HEAD. 23 January 2008, 19:25:41 UTC
496970b Stop nasm/nasmw test complaining on stderr. 04 January 2008, 00:40:00 UTC
3b0e61a Netware support. Submitted by: Guenter Knauf <eflash@gmx.net> 03 January 2008, 22:53:06 UTC
e84b0d7 Typo in http://cvs.openssl.org/chngview?cn=16833. 03 January 2008, 17:15:20 UTC
16241f0 NASM has recently changed name of win32 pre-compiled binary [from HEAD]. PR: 1627 03 January 2008, 17:14:25 UTC
518af4e Update from HEAD 03 January 2008, 16:37:21 UTC
fe01f90 Add fips-fingerprint option to dgst.c to use the appropriate FIPS HMAC key. 23 December 2007, 13:38:55 UTC
99a376d file fipsalgtest.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:10 +0000 22 December 2007, 19:31:05 UTC
831ffcb Typo in darinw64-ppc-cc config line. PR: 1622 16 December 2007, 20:42:42 UTC
5f297c4 Updates from HEAD. 16 December 2007, 16:38:22 UTC
d7623ff Update .cvsignore 14 December 2007, 19:36:32 UTC
df9b540 Don't shadow. 14 December 2007, 19:34:05 UTC
180eb5b gmp engine was non-operational. 04 December 2007, 20:30:49 UTC
af7d49a opensslwrap.sh update from HEAD. 04 December 2007, 20:29:57 UTC
187b655 Some assembler are allergic to lea reg,BYTE PTR[...]. Submitted by: Guenter Knauf 02 December 2007, 21:32:35 UTC
8612cb9 Learn how to spell "Repository" 23 November 2007, 00:18:00 UTC
b2f3faf Oops, use the right caRepository OID this time ;-) 23 November 2007, 00:11:54 UTC
483dab1 Add caRepository OID to OpenSSL. 23 November 2007, 00:07:48 UTC
f39b8e6 Typos in man pages: dependant->dependent Submitted by: Tobias Stoeckmann <tobias@bugol.de> 19 November 2007, 09:18:01 UTC
7d61029 Should reject signatures that we can't properly verify and couldn't generate (as pointed out by Ernst G Giessmann) 19 November 2007, 07:25:28 UTC
25550b2 fix typos Submitted by: Ernst G. Giessmann 19 November 2007, 07:23:52 UTC
5c676c4 The hash length check wasn't strict enough, as pointed out by Ernst G Giessmann 16 November 2007, 13:00:57 UTC
back to top