https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
9719798 I almost forgot... 23 March 2000, 21:12:50 UTC
0806278 Time for version 0.9.5a beta2 I know it's earlier than announced. The high amount of problems in beta1 warants this, however. 23 March 2000, 21:07:41 UTC
e8dbc15 New FAQ for the OpenSSH configuration problem. I know, this isn't really a OpenSSL issue, but we keep getting questions about it, so we might as well provide the solution... 23 March 2000, 19:31:37 UTC
0fa197d Clean up context, even if an error occured. 23 March 2000, 18:14:21 UTC
fd72d83 ssize_t for Ultrix 23 March 2000, 17:54:58 UTC
1bb3067 Corrected. It said before that ivec had to be initialised to zero, which isn't true. What is true, however, is that SSH assumes it is. 23 March 2000, 11:08:49 UTC
87351c5 "make update" 23 March 2000, 09:51:23 UTC
72fbca2 A quick hack to have ssize_t work with gcc under SunOS 4 (tested on SunOS 4.1.4). 23 March 2000, 07:32:34 UTC
555b22c Update docs and remove old PKCS#7 README file. 23 March 2000, 02:35:47 UTC
513393f RAND_event() 22 March 2000, 15:30:03 UTC
e77066e Fix a memory leak in PKCS12_parse. Don't copy private key to X509 etc public key structures. Fix for warning. 22 March 2000, 13:50:23 UTC
d12cd41 more failures 21 March 2000, 20:42:35 UTC
17b99ef More failures. 21 March 2000, 11:40:33 UTC
afc48ea Ulf Möller reports OpenBSD-x86 and solaris-sparcv9-cc passed. 20 March 2000, 21:38:25 UTC
b313adc OpenBSD complains. 20 March 2000, 18:19:38 UTC
623bb80 In some of the Makefiles CPP was not defined. 20 March 2000, 18:16:52 UTC
f69ef67 Jaenick Lutz reports that hpux-parisc-cc with +02 passed. 20 March 2000, 16:52:29 UTC
cdbd4a7 Ref: Message-ID: <20000320070111.A90876@wiz.Sendmail.COM> 20 March 2000, 15:56:14 UTC
71b4d89 Problems with the Windows build. 20 March 2000, 13:40:16 UTC
88220dc Document pseudo-commands. 20 March 2000, 13:39:06 UTC
b7a81df Mention the bug fixes. 20 March 2000, 12:17:20 UTC
21173cf I just got a not very pleasant report. 20 March 2000, 11:29:11 UTC
35a79ec There are a few new features in 0.9.5a... And I've probably forgotten a few. 20 March 2000, 09:23:05 UTC
311c6ef New status 20 March 2000, 09:22:04 UTC
c81ccad Tagging done, we move to the next possible. 20 March 2000, 07:47:37 UTC
fc450b2 Beta 1 of 0.9.5a building. 20 March 2000, 07:36:22 UTC
be1755f make update 20 March 2000, 07:35:38 UTC
3cf4f5d Change the version text, it's time to release the first beta of 0.9.5a. 20 March 2000, 07:22:47 UTC
a1a96e5 Sample application using RAND_event() to collect entropy from mouse movements, keyboard etc. and write it to a seed file. 19 March 2000, 22:58:12 UTC
a6aa71f Bug fix: RAND_write_file() failed to write to files created by open() on Win32. 19 March 2000, 22:57:07 UTC
87b89b7 Make sure an error condition is returned if, for some reason, the file couldn't be opened. 19 March 2000, 19:10:03 UTC
f3f3cc0 oops. don't use "entropy" directly. 19 March 2000, 17:20:26 UTC
c97b11f New function RAND_event() collects entropy from Windows events. 19 March 2000, 17:14:25 UTC
2501b33 FLAT_INC is not needed; we use -I.. all the time 19 March 2000, 12:15:24 UTC
48b83a2 Integrate podd.h sk.h into set_key.c 19 March 2000, 12:13:44 UTC
e55818b Change the notation and coding of the version to be able to contain both a patch level and a beta status. IMHO, it also makes more sense to have beta status be part of the development status than to have it be an alternate name for patch levels under special conditions. 19 March 2000, 09:35:19 UTC
ea82355 Keep in sync with Unix code, and prepare for a misfeature fix. 19 March 2000, 09:23:25 UTC
1f39d08 make update 19 March 2000, 02:18:45 UTC
edb93ae cleanup. 19 March 2000, 02:10:17 UTC
395df2f libdes manpage. This may still contain a few errors from the old documentation, but most of it should make sense. 19 March 2000, 02:09:37 UTC
7af4816 des_quad_cksum() byte order bug fix. See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif 19 March 2000, 02:06:37 UTC
369782a add =cut 18 March 2000, 22:00:26 UTC
fc79993 DES in Perl was incomplete and not very useful 18 March 2000, 18:39:58 UTC
7043a4f superseded by des_modes.pod 18 March 2000, 18:37:43 UTC
50c16ed change manpages to pod. Contents are not up to date! 18 March 2000, 17:55:09 UTC
6e22639 Eliminate memory leaks in mem_dbg.c. 18 March 2000, 15:18:27 UTC
cde245b Small bugs in the test scripts removed. 18 March 2000, 09:11:00 UTC
1f515cf e_os.h: don't do double work with status codes. openssl.c: make damn sure e_os.h knows about OPENSSL_C 18 March 2000, 09:09:31 UTC
ee7f80c Make sure to complete the cleanup of names. 17 March 2000, 23:49:15 UTC
158ef04 Bugs corrected 17 March 2000, 10:02:16 UTC
511e596 The previous exit code handling was completely bogus for VMS. 17 March 2000, 09:25:36 UTC
2202d75 Typo corrected. 16 March 2000, 21:20:35 UTC
299e7c9 Point out the PRNG usage bug affecting openssl rsa. (Should we point to snapshots, or directly give the one-line patch?) 16 March 2000, 16:17:00 UTC
fb51beb Remove CRYPTO_push/pop_info invocations to improve code readability -- I hope all memory leaks that may occur here have already been tracked down. 14 March 2000, 21:25:39 UTC
cc497fb Avoid a warning. 14 March 2000, 16:35:36 UTC
98ff393 SSL_ALLOW_ADH no longer has a meaning. 14 March 2000, 16:05:19 UTC
82dccbd Insert a comment: This is one of the few files in this directory that is actually used (even though it may not appear so at first sight). 14 March 2000, 14:33:11 UTC
448e2f9 Use correct function names in SSLerr macros. 14 March 2000, 14:10:56 UTC
24aaff5 Remove "Makefile.uni" files and some related stuff. This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time. 14 March 2000, 13:56:00 UTC
d8779db Typos corrected. 14 March 2000, 06:51:18 UTC
2db90e3 Make it possible top build just a part of the crypto library. 14 March 2000, 06:30:02 UTC
cff4cba Target added. 14 March 2000, 06:17:52 UTC
2d708bf Bugs corrected, and a couple of include files to get declarations for lib$-functions and sys$-functions. 14 March 2000, 06:12:30 UTC
1fff621 Typo corrected 14 March 2000, 04:32:24 UTC
5241a83 bss_log has dollars, so compile it with that warning flag disabled. 14 March 2000, 04:23:03 UTC
008fee3 Typo corrected 14 March 2000, 04:16:10 UTC
8824ec7 Make sure strcmp() gets declared. 14 March 2000, 04:09:48 UTC
8087056 Make V_ASN1_APP_CHOOSE work again. 14 March 2000, 03:29:57 UTC
5d8118d another typo 13 March 2000, 23:06:03 UTC
8a270a0 typo 13 March 2000, 23:01:32 UTC
c13ee21 Synchronise with Unixly tests 13 March 2000, 22:27:52 UTC
df1ff3f Correction. 13 March 2000, 21:01:05 UTC
7694ddc Clarifications for 'no-XXX'. 13 March 2000, 20:48:23 UTC
66b9c3c Run test_ssl last -- it's the only test that really uses the SSL library in addition to the crypto library. 13 March 2000, 20:47:45 UTC
46c4647 "openssl no-..." commands for avoiding the need to grep "openssl list-standard-commands". 13 March 2000, 20:31:46 UTC
d58d6c2 Include a timing test that works without RSA. 13 March 2000, 19:44:45 UTC
95fabd2 Corrections. In testss, use MD5 as digest algorithm so that the resulting certificates can be used for testssl with RSA. 13 March 2000, 19:35:37 UTC
7d2509b Update usage info 13 March 2000, 19:30:59 UTC
65b002f Update test suite so that 'make test' succeeds in 'no-rsa' configuration. 13 March 2000, 19:24:39 UTC
bc23b70 Synchronise with Unix. 13 March 2000, 19:05:18 UTC
41f0aae Correct a potential bug. 13 March 2000, 18:59:11 UTC
ee607d3 Don't try to test the RSA command if it is not available. 13 March 2000, 18:05:59 UTC
e11f0de Copy DH key (if available) in addition to the bare parameters in SSL_new. If SSL_OP_SINGLE_DH_USE is set, don't waste time in SSL_[CTX_]set_tmp_dh on computing a DH key that will be ignored anyway. ssltest -dhe1024dsa (w/ 160-bit sub-prime) had an unfair performance advantage over -dhe1024 (safe prime): SSL_OP_SINGLE_DH_USE was effectively always enabled because SSL_new ignored the DH key set in the SSL_CTX. Now -dhe1024 takes the server only about twice as long as -dhe1024dsa instead of three times as long (for 1024 bit RSA with 1024 bit DH). 13 March 2000, 17:07:04 UTC
563f150 Connection timings (using ISO C function clock()). 13 March 2000, 15:06:54 UTC
88f17a5 Remove Win32 assembler files. They are always rebuilt (with some choice of parameters) when they are needed. 13 March 2000, 08:04:20 UTC
863fe2e cleaning up a little 12 March 2000, 23:27:14 UTC
3a6a39c asm workaround for SuSE Linux proposed by Holger Reif 12 March 2000, 12:52:36 UTC
cee814f make update 12 March 2000, 12:49:45 UTC
bf8479d Workaround for Windoze weirdness. 11 March 2000, 01:29:26 UTC
4a56f74 On NeXT, ssize_t is int, not long (see <sys/types.h> -- the definition is activated only when _POSIX_SOURCE is defined). 11 March 2000, 01:29:14 UTC
f95808e NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix header... 10 March 2000, 23:45:51 UTC
b70dcdf ssize_t 10 March 2000, 23:45:28 UTC
4991d07 Use signed types where necessary, and add missing functionality to make SSL_nread0 work. 10 March 2000, 21:44:38 UTC
9e03333 Use L for all constants. 10 March 2000, 17:43:05 UTC
9f06706 Don't generate asm files for no-asm. 10 March 2000, 17:02:12 UTC
153a59f Repair bss_log. Curiously enough, void functions don't return a value. 10 March 2000, 17:01:23 UTC
2d5e449 Mention -ign_eof. 10 March 2000, 13:49:02 UTC
e458958 Always use fixed DH parameters created with 'dhparam -C', don't dynamically create them. This allows using ssltest for approximate performance comparisons: $ time ./ssltest -num 50 -tls1 -cert ../apps/server2.pem \ [-no_dhe|-dhe1024dsa|-dhe1024] (server2.pem contains a 1024 bit RSA key, the default has only 512 bits.) Note that these timings contain both the server's and the client's computations, they are not a good indicator for server workload in different configurations. 10 March 2000, 13:23:20 UTC
ce301b6 Add the possibility (with -ign_eof) to ignore end of file on input but still not be quiet. Also make it clear that -quiet implicitely means -ign_eof as well. 10 March 2000, 12:18:28 UTC
0dd3989 Change to code generated by 'dhparam -C': - Move DH parameter components inside the function. - Automatically #include the required header file if it has not already been #included. 10 March 2000, 12:17:37 UTC
back to top