|
|
| 18:24 |
|
Check-in [17122]: Fix from stable branch. (By steve) |
| 18:07 |
|
Check-in [17121] on branch OpenSSL_0_9_8-stable: Always seed PRNG for new requests no matter what key type. RSA may need the PRNG for blinding. PR: 1666 (By steve) |
|
|
| 01:17 |
|
Check-in [17120] on branch OpenSSL_0_9_7-stable: Fix from head. (By steve) |
| 01:17 |
|
Check-in [17119] on branch OpenSSL_0_9_8-stable: Fix from HEAD. (By steve) |
| 01:16 |
|
Check-in [17118]: Add missing cast. (By steve) |
|
|
| 09:48 |
|
Check-in [17117]: Put additional web resources under CVS control (By jaenicke) |
| 09:46 |
|
Check-in [17116]: CVS ingore .zip files like .gz (By jaenicke) |
| 09:45 |
|
Check-in [17115]: Ignore ".sig" files like ".asc" (By jaenicke) |
| 09:44 |
|
Check-in [17114]: Put additional web resources under CVS control (By jaenicke) |
| 09:42 |
|
Check-in [17113]: Update handling of file types (By jaenicke) |
|
|
| 20:34 |
|
Check-in [17112]: Depict future Win64/x64 development. (By appro) |
|
|
| 20:47 |
|
Check-in [17111]: Clarifying comment. (By bodo) |
| 20:47 |
|
Check-in [17110] on branch OpenSSL_0_9_8-stable: Avoid BN_MONT_CTX incompatibility. (By bodo) |
| 19:27 |
|
Check-in [17109]: New function CMS_add1_crl(). (By steve) |
| 13:24 |
|
Check-in [17108]: Indicate support for digest init ctrl. (By steve) |
| 01:35 |
|
Check-in [17107]: Typo. (By steve) |
| 01:31 |
|
Check-in [17106] on branch OpenSSL_0_9_8-stable: Update from HEAD. (By steve) |
| 01:30 |
|
Check-in [17105]: Use "cont" consistently in cms-examples.pl Add a -certsout option to output any certificates in a message. Add test for example 4.11 (By steve) |
| 01:11 |
|
Check-in [17104]: file mo-586.pl was initially added on branch OpenSSL_0_9_8-stable. (By bodo) |
| 01:11 |
|
Check-in [17103] on branch OpenSSL_0_9_8-stable: 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.) [...]
(By bodo) |
|
|
| 20:48 |
|
Check-in [17102]: Montgomery-related minor cleanups/documentation (By bodo) |
|
|
| 18:14 |
|
Check-in [17101]: Update from stable branch. (By steve) |
| 18:11 |
|
Check-in [17100] on branch OpenSSL_0_9_8-stable: TLS ticket key setting callback: this allows and application to set its own TLS ticket keys. (By steve) |
|
|
| 19:22 |
|
Check-in [17099]: Update from stable branch. (By steve) |
| 19:22 |
|
Check-in [17098] on branch OpenSSL_0_9_8-stable: Do not permit stateless session resumption is session IDs mismatch. (By steve) |
| 18:46 |
|
Check-in [17097]: Oops! (By steve) |
| 18:44 |
|
Check-in [17096]: Update from stable branch. (By steve) |
| 18:41 |
|
Check-in [17095] on branch OpenSSL_0_9_8-stable: Support ticket renewal in state machine (not used at present). (By steve) |
| 18:39 |
|
Check-in [17094]: Update from stable branch. (By steve) |
| 18:38 |
|
Check-in [17093] on branch OpenSSL_0_9_8-stable: Status strings for ticket states. (By steve) |
|
|
| 23:45 |
|
Check-in [17092] on branch OpenSSL_0_9_8-stable: 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 [...]
(By geoff) |
| 23:39 |
|
Check-in [17091]: Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/or ticket #1668). PR: 1668 Submitted by: Ian Lister Reviewed by: Geoff Thorpe (By geoff) |
|
|
| 20:52 |
|
Check-in [17090] on branch OpenSSL_0_9_8-stable: Update from HEAD. (By geoff) |
| 20:41 |
|
Check-in [17089]: Paul Sheer optimised the OpenSSL to/from libGMP conversions for the case where they both use the same limb size. I've tweaked his patch slightly, so blame me if it breaks. Submitted by: Paul Sheer Reviewed by: Geoff Thorpe (By geoff) |
|
|
| 18:27 |
|
Check-in [17088] on branch OpenSSL_0_9_8-stable: Fix from HEAD. (By steve) |
| 18:27 |
|
Check-in [17087]: Don't send zero length session ID if stateless session resupmtion is successful. Check be seeing if there is a cache hit. (By steve) |
| 13:33 |
|
Check-in [17086]: Disable debugging fprintf. (By steve) |
|
|
| 12:04 |
|
Check-in [17085]: Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit platforms. (By appro) |
| 12:02 |
|
Check-in [17084] on branch OpenSSL-fips-0_9_8-stable: Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug [from HEAD]. PR: 1667 (By appro) |
| 12:00 |
|
Check-in [17083] on branch OpenSSL_0_9_8-stable: Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug [from HEAD]. PR: 1667 (By appro) |
| 11:59 |
|
Check-in [17082]: Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug. PR: 1667 (By appro) |
|
|
| 10:10 |
|
Check-in [17081]: Takanori Yanagisawa has shown how to correctly use pre-computed values. So in a sense this commit reverts few latest ones fixing bugs in original code and improving it, most notably adding 64-bit support [though not in BN_nist_mod_224 yet]. PR: 1593 (By appro) |
|
|
| 17:54 |
|
Check-in [17080] on branch OpenSSL-fips-0_9_8-stable: bn_nist.c update from HEAD. PR: 1593 (By appro) |
| 17:51 |
|
Check-in [17079] on branch OpenSSL_0_9_8-stable: bn_nist.c update from HEAD. PR: 1593 (By appro) |
| 17:47 |
|
Check-in [17078]: Resolve __DECC warning and keep disclaiming support for 16-bit platforms. (By appro) |
| 17:40 |
|
Check-in [17077]: Fix remaining BN_nist_mod_*. PR: 1593 (By appro) |
| 13:19 |
|
Check-in [17076] on branch OpenSSL_0_9_8-stable: Update from HEAD. (By steve) |
| 13:18 |
|
Check-in [17075]: Make certs argument work in CMS_sign() add test case. PR:1664 (By steve) |
| 09:43 |
|
Check-in [17074]: Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 (By jaenicke) |
| 09:43 |
|
Check-in [17073] on branch OpenSSL_0_9_8-stable: Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 (By jaenicke) |
| 08:35 |
|
Check-in [17072]: Another minor update from the mingw development PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info> (By jaenicke) |
| 08:07 |
|
Check-in [17071] on branch OpenSSL_0_9_8-stable: Synchronise with Unix (By levitte) |
| 08:04 |
|
Check-in [17070]: Synchronise with Unix. (By levitte) |
|
|
| 16:15 |
|
Check-in [17069] on branch OpenSSL_0_9_8-stable: Fix incorrect return value in apps/apps.c:parse_yesno() PR: 1607 Submitted by: "Christophe Macé" <mace.christophe@gmail.com> (By jaenicke) |
| 16:15 |
|
Check-in [17068]: Fix incorrect return value in apps/apps.c:parse_yesno() PR: 1607 Submitted by: "Christophe Macé" <mace.christophe@gmail.com> (By jaenicke) |
| 15:36 |
|
Check-in [17067] on branch OpenSSL_0_9_8-stable: Correctly handle case of bad arguments supplied to rsautl PR: 1659 (By jaenicke) |
| 15:36 |
|
Check-in [17066]: Correctly handle case of bad arguments supplied to rsautl PR: 1659 (By jaenicke) |
| 12:19 |
|
Check-in [17065]: Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com> (By jaenicke) |