https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
deab8d9 Time for release of 0.9.7i. The tag will be OpenSSL_0_9_7i 14 October 2005, 22:15:53 UTC
c12ba74 Fix typo in evp.h. 12 October 2005, 20:39:22 UTC
9c64135 Typo in darwin-shared rule. 11 October 2005, 20:20:55 UTC
c892524 Retain binary compatibility between 0.9.7h and 0.9.7g. 11 October 2005, 19:12:24 UTC
473a132 Don't forget to bump README too 11 October 2005, 10:15:04 UTC
49a305e Bump after tagging for 0.9.7h release 11 October 2005, 10:14:27 UTC
a40916c Add fixes for CAN-2005-2969 Bump release ready for OpenSSL_0_9_7h tag 11 October 2005, 10:10:05 UTC
62ecdf0 successfully updating the db shouldn't result in an error message 30 September 2005, 16:46:29 UTC
5905787 Change a comment so it corresponds to reality. Put back a character that was previously replaced with a NUL for parsing purposes. This seems to fix a very weird parsing bug involving two variable references in the same value. 28 September 2005, 18:02:52 UTC
9f03d02 Update from HEAD. 21 September 2005, 00:58:48 UTC
10f8acd BC-32.pl updates [from HEAD]. Submitted by: Old Wolf, Jon Bright 20 September 2005, 07:14:38 UTC
cd029eb Proper solution to nasm compilation problems in Borland context. 20 September 2005, 06:21:39 UTC
f6fefec Visual Studio 2005 workaround from HEAD. PR: 1183 19 September 2005, 14:45:20 UTC
ec5a768 fix typos PR: 1201 15 September 2005, 19:11:41 UTC
a21ce67 bugfix: register engine as default engine in ENGINE_set_default_DSA Submitted by: Jonathon Green 09 September 2005, 07:53:39 UTC
e2f0d87 fix typo in sbgp names PR: 1194 02 September 2005, 21:22:08 UTC
017f35e fix potential memory leak + improved error checking PR: 1182 05 August 2005, 14:39:11 UTC
a043478 Enable dss1 for FIPS mode. 06 July 2005, 18:29:00 UTC
b269af6 The private key should never have ended up in newreq.pem. Now, it ends up in newkey.pem instead. 04 July 2005, 21:44:19 UTC
9273be0 Fix bugs in bug-fix to x509/by_dir.c [from HEAD]. PR: 1131 03 July 2005, 13:18:47 UTC
6c8a334 Bugfix for bn_div_words PPC assembler implementation [from HEAD]. 03 July 2005, 09:24:35 UTC
e80f233 initialize newly allocated data PR: 1145 01 July 2005, 16:13:06 UTC
6835cdf Check PKCS7 structures in PKCS#12 files are of type data. 30 June 2005, 11:37:36 UTC
c0c943e asn1parse doesn't support any TXT format, so let's stop pretending it does. 28 June 2005, 15:44:15 UTC
bb67f28 Move fips_test_suite rules from fips/Makefile to test/Makefile. 27 June 2005, 22:08:58 UTC
08f7417 Eliminate dependency on UNICODE macro. 27 June 2005, 21:14:15 UTC
84c881d Fix typos in apps/apps.c. 27 June 2005, 16:00:57 UTC
f252092 Update fips_test_suite make rule. 26 June 2005, 21:48:19 UTC
07cc19f Revert RC4 parameters on IA64 from back-ported ones to original to preserve binary compatibility. PR: 1114 26 June 2005, 17:24:48 UTC
34aca2b IA64 RC4 update from HEAD [see commentary in HEAD for details]. PR: 1114 26 June 2005, 16:25:25 UTC
67dbe90 Add Argen root CAs. 24 June 2005, 10:52:18 UTC
4a29c4e Someone did some cutting and pasting and didn't quite finish the job :-). Notified by Steffen Pankratz <kratz00@gmx.de> 24 June 2005, 05:13:13 UTC
0902926 Change dir_ctrl to check for the environment variable before using the default directory instead of the other way around. PR: 1131 23 June 2005, 21:15:06 UTC
15d95d5 OID database had a NULL entry for NID 666. Add a real OID in its place. 22 June 2005, 17:24:32 UTC
0116eae Do no try to pretend we're at the end of anything unless we're at the end of a 4-character block. 20 June 2005, 22:11:21 UTC
d01f1d8 Check for 'usage' and 'Usage'. Submitted by Tim Rice <tim@multitalents.net>. His comment is: I noticed "make report" didn't show the cc version on most of my System V platforms. This patch corrects this. 20 June 2005, 20:45:44 UTC
722a5c5 Add crypto/bn/bn_prime.h to the collection of generated files. In the update target, place the dependency on depend last, so all necessary files are generated *before* the dependencies are figured out. PR: 1121 20 June 2005, 04:29:54 UTC
2788e39 With DJGPP, it seems like the return code from grep, even when in the middle of a pipe, is noted. Counter that by forcing a true return code when the return code has no importance. PR: 1085 19 June 2005, 20:31:22 UTC
5ba3ebb Undefine DECRANDOM before redefining it. PR: 1110 19 June 2005, 20:20:29 UTC
2b19ce8 Don't put C++ comments in a C file. 19 June 2005, 20:00:47 UTC
140e5c3 Add better documentation on how id_function() should be defined and what issues there are. PR: 1096 18 June 2005, 05:52:20 UTC
77bc62c Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h. That should solve the issues with propagating it through the Makefiles. PR: 1110 18 June 2005, 04:42:29 UTC
42f335c Only define ZLIB_SHARED if it hasn't already been defined (on the command line, for example). PR: 1112 18 June 2005, 04:32:18 UTC
43b30bf Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line. PR: 1113 18 June 2005, 04:27:11 UTC
06e1240 clear dso pointer in case of an error PR: 816 17 June 2005, 21:14:35 UTC
03b3a0d update for the cswift engine: - fix the problem described in bug report 825 - fix a segfault when the engine fails to initialize - let the engine switch to software when keysize > 2048 PR: 825, 826 Submitted by: Frédéric Giudicelli 17 June 2005, 20:26:07 UTC
f840728 Do not undefine _XOPEN_SOURCE. This is currently experimental, and will be firmed up as soon as it's been verified not to break anything. 16 June 2005, 22:21:39 UTC
30fc346 Make sure detached fingerprints are installed [as well as minor cygwin and hpux updates]. 14 June 2005, 12:29:34 UTC
18f3210 Make human-readable error messages more human-friendly. 14 June 2005, 12:18:47 UTC
82da962 update FAQ 13 June 2005, 08:38:29 UTC
7c0341d Show what the offending target was. PR: 1108 13 June 2005, 02:38:07 UTC
7450139 Default sensibly when in FIPS mode. 10 June 2005, 20:49:10 UTC
e85e5ca - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return an error if the cipher list is empty - fix last commit in ssl_create_cipher_list - clean up ssl_create_cipher_list 10 June 2005, 20:00:39 UTC
67cdaca Remove CRs from files. 10 June 2005, 00:41:25 UTC
b00f715 Eliminate gcc -pedantic warnings. 09 June 2005, 21:37:30 UTC
098927c Allow for dso load by explicit path on HP-UX. 09 June 2005, 20:47:41 UTC
0eb8e00 use "=" instead of "|=", fix typo 08 June 2005, 22:24:27 UTC
56c55b0 Avoid endless loops. Really, we were using the same variable for two different conditions... 08 June 2005, 21:59:51 UTC
e17d60d Fix couple gcc 4 warnings, reformat comment. 08 June 2005, 21:27:34 UTC
e32b08a ssl_create_cipher_list should return an error if no cipher could be collected (see SSL_CTX_set_cipher_list manpage). Fix handling of "cipher1+cipher2" expressions in ssl_cipher_process_rulestr. PR: 836 + 1005 08 June 2005, 21:16:32 UTC
2776beb Mask new fips_*vs test programs in non-fips builds. 07 June 2005, 19:56:52 UTC
dca2034 Simplify ssltest compile rule. 07 June 2005, 16:36:52 UTC
e99f670 Simplified shortcut from FIPS_mode_set. 07 June 2005, 16:36:21 UTC
3da3c85 Fix typos and add missing lines in Makefile. 07 June 2005, 14:08:54 UTC
d58d546 Initial support for DSO FIPS fingerprinting. 07 June 2005, 12:39:27 UTC
780b97a Ad-hoc DSO_pathbyaddr for selected platforms from HEAD in FIPS context. 07 June 2005, 10:49:35 UTC
e0ec2d7 Set OPENSSL_PIC flags for shared builds [from HEAD]. 07 June 2005, 10:48:24 UTC
5fbf676 Update from head. 06 June 2005, 22:42:35 UTC
7bf7944 Delete test error print. 06 June 2005, 18:05:00 UTC
bdee60f Skipping all tests just because one algorithm is disabled seems a bit harsch. PR: 1089 06 June 2005, 08:38:13 UTC
0b62d2f Don't mention Makefile.ssl and don't mention Solaris x86 ld bug, as it's not relevant in 0.9.7 context. 06 June 2005, 08:38:03 UTC
4375ca9 Document the change. 05 June 2005, 23:17:53 UTC
acce7b5 Remove the incorrect installation of '%{openssldir}/lib'. PR: 1074 05 June 2005, 23:15:18 UTC
c5098ee Old typo... PR: 1097 05 June 2005, 21:54:59 UTC
6d0e43d ./PROBLEMS update from HEAD. 05 June 2005, 18:09:24 UTC
9f32d49 The macro THREADS was changed to OPENSSL_THREADS a long time ago. PR: 1096 04 June 2005, 08:44:05 UTC
db84c90 Use correct config file environment variable. 02 June 2005, 23:16:33 UTC
e96fad9 Typo. 02 June 2005, 20:30:03 UTC
0c7b067 Add CHANGES entry for PSS and X9.31 padding. 02 June 2005, 20:08:30 UTC
d893001 fips/*/Makefile updates to accomodate new VSes. 02 June 2005, 19:15:15 UTC
b8bd781 Synchronise some more with the Unix build. 02 June 2005, 19:08:41 UTC
bb792a4 Make PSS more flexible, most notably assign special meaning to negative sLen values: -1 -> sLen = hLen, -2 -> sLen autochosen/autorecovered. 02 June 2005, 18:07:16 UTC
452421d Comply with .sam[ple]. 02 June 2005, 18:01:09 UTC
ea83997 Remove redundant reference, which produces a warning (??) in gcc 3.4.2. 02 June 2005, 01:18:25 UTC
2665534 Update symbols. Add #ifdef OPENSSL_FIPS in various places. 02 June 2005, 00:09:25 UTC
5858d32 Fixes for unusual key lengths an PSS. 01 June 2005, 22:06:46 UTC
0dfe532 clear error queue on success and return NULL if cert could be read PR: 1088 01 June 2005, 08:36:38 UTC
5c567ff fix assertion 31 May 2005, 20:39:54 UTC
3bc1781 Synchronise with the Unix build... 31 May 2005, 20:29:23 UTC
485bcc9 Preliminary support for X9.31 RSA key generation for FIPS. Included prime derivation, random prime generation, test program and new option to genrsa. 31 May 2005, 12:38:03 UTC
bb1bbb3 Synchronise with Unixly build 30 May 2005, 22:26:22 UTC
4bd7bc9 make update 29 May 2005, 12:30:21 UTC
4d43399 Stop warnings. 29 May 2005, 12:22:05 UTC
c3d03b7 We have some source with \r\n as line ends. DEC C informs about that, and I really can't be bothered... 29 May 2005, 12:13:05 UTC
e4c2c55 Add X9.31 signature support, mainly for FIPS140. Add new option to rsautl and include options to use X9.31 in tests. 28 May 2005, 20:15:48 UTC
570357b Add PSS support to tests. 28 May 2005, 11:18:44 UTC
7044d32 Add PSS support. Minimal at this stage for FIPS140. 27 May 2005, 21:59:52 UTC
35d7cc8 Error checking. 27 May 2005, 21:22:48 UTC
80790d8 Use BN_with_flags() in a cleaner way. Complete previous change: Constant time DSA [sync with mainstream]. 27 May 2005, 15:39:15 UTC
7bad200 Constant-time RSA [sync with mainstream]. Submitted by: bodo 27 May 2005, 08:12:44 UTC
back to top