Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help


sort by:
RevisionAuthorDateMessageCommit Date
fc450b2 Richard Levitte20 March 2000, 07:36:22 UTCBeta 1 of 0.9.5a building.20 March 2000, 07:36:22 UTC
be1755f Richard Levitte20 March 2000, 07:35:38 UTCmake update20 March 2000, 07:35:38 UTC
3cf4f5d Richard Levitte20 March 2000, 07:22:47 UTCChange the version text, it's time to release the first beta of 0.9.5a.20 March 2000, 07:22:47 UTC
a1a96e5 Ulf Möller19 March 2000, 22:58:12 UTCSample 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 Ulf Möller19 March 2000, 22:57:07 UTCBug fix: RAND_write_file() failed to write to files created by open() on Win32.19 March 2000, 22:57:07 UTC
87b89b7 Richard Levitte19 March 2000, 19:10:03 UTCMake sure an error condition is returned if, for some reason, the file couldn't be opened.19 March 2000, 19:10:03 UTC
f3f3cc0 Ulf Möller19 March 2000, 17:20:26 UTCoops. don't use "entropy" directly.19 March 2000, 17:20:26 UTC
c97b11f Ulf Möller19 March 2000, 17:14:25 UTCNew function RAND_event() collects entropy from Windows events.19 March 2000, 17:14:25 UTC
2501b33 Ulf Möller19 March 2000, 12:15:24 UTCFLAT_INC is not needed; we use -I.. all the time19 March 2000, 12:15:24 UTC
48b83a2 Ulf Möller19 March 2000, 12:13:44 UTCIntegrate podd.h sk.h into set_key.c19 March 2000, 12:13:44 UTC
e55818b Richard Levitte19 March 2000, 09:35:19 UTCChange 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 Richard Levitte19 March 2000, 09:23:25 UTCKeep in sync with Unix code, and prepare for a misfeature fix.19 March 2000, 09:23:25 UTC
1f39d08 Ulf Möller19 March 2000, 02:18:45 UTCmake update19 March 2000, 02:18:45 UTC
edb93ae Ulf Möller19 March 2000, 02:10:17 UTCcleanup.19 March 2000, 02:10:17 UTC
395df2f Ulf Möller19 March 2000, 02:09:37 UTClibdes 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 Ulf Möller19 March 2000, 02:06:37 UTCdes_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; #endif19 March 2000, 02:06:37 UTC
369782a Ulf Möller18 March 2000, 22:00:26 UTCadd =cut18 March 2000, 22:00:26 UTC
fc79993 Ulf Möller18 March 2000, 18:39:58 UTCDES in Perl was incomplete and not very useful18 March 2000, 18:39:58 UTC
7043a4f Ulf Möller18 March 2000, 18:37:43 UTCsuperseded by des_modes.pod18 March 2000, 18:37:43 UTC
50c16ed Ulf Möller18 March 2000, 17:55:09 UTCchange manpages to pod. Contents are not up to date!18 March 2000, 17:55:09 UTC
6e22639 Bodo Möller18 March 2000, 15:18:27 UTCEliminate memory leaks in mem_dbg.c.18 March 2000, 15:18:27 UTC
cde245b Richard Levitte18 March 2000, 09:11:00 UTCSmall bugs in the test scripts removed.18 March 2000, 09:11:00 UTC
1f515cf Richard Levitte18 March 2000, 09:09:31 UTCe_os.h: don't do double work with status codes. openssl.c: make damn sure e_os.h knows about OPENSSL_C18 March 2000, 09:09:31 UTC
ee7f80c Richard Levitte17 March 2000, 23:49:15 UTCMake sure to complete the cleanup of names.17 March 2000, 23:49:15 UTC
158ef04 Richard Levitte17 March 2000, 10:02:16 UTCBugs corrected17 March 2000, 10:02:16 UTC
511e596 Richard Levitte17 March 2000, 09:25:36 UTCThe previous exit code handling was completely bogus for VMS.17 March 2000, 09:25:36 UTC
2202d75 Richard Levitte16 March 2000, 21:20:35 UTCTypo corrected.16 March 2000, 21:20:35 UTC
299e7c9 Bodo Möller16 March 2000, 16:17:00 UTCPoint 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 Bodo Möller14 March 2000, 21:25:39 UTCRemove 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 Bodo Möller14 March 2000, 16:35:36 UTCAvoid a warning.14 March 2000, 16:35:36 UTC
98ff393 Bodo Möller14 March 2000, 16:05:19 UTCSSL_ALLOW_ADH no longer has a meaning.14 March 2000, 16:05:19 UTC
82dccbd Bodo Möller14 March 2000, 14:33:11 UTCInsert 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 Bodo Möller14 March 2000, 14:10:56 UTCUse correct function names in SSLerr macros.14 March 2000, 14:10:56 UTC
24aaff5 Bodo Möller14 March 2000, 13:56:00 UTCRemove "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 Richard Levitte14 March 2000, 06:51:18 UTCTypos corrected.14 March 2000, 06:51:18 UTC
2db90e3 Richard Levitte14 March 2000, 06:30:02 UTCMake it possible top build just a part of the crypto library.14 March 2000, 06:30:02 UTC
cff4cba Richard Levitte14 March 2000, 06:17:52 UTCTarget added.14 March 2000, 06:17:52 UTC
2d708bf Richard Levitte14 March 2000, 06:12:30 UTCBugs corrected, and a couple of include files to get declarations for lib$-functions and sys$-functions.14 March 2000, 06:12:30 UTC
1fff621 Richard Levitte14 March 2000, 04:32:24 UTCTypo corrected14 March 2000, 04:32:24 UTC
5241a83 Richard Levitte14 March 2000, 04:23:03 UTCbss_log has dollars, so compile it with that warning flag disabled.14 March 2000, 04:23:03 UTC
008fee3 Richard Levitte14 March 2000, 04:16:10 UTCTypo corrected14 March 2000, 04:16:10 UTC
8824ec7 Richard Levitte14 March 2000, 04:09:48 UTCMake sure strcmp() gets declared.14 March 2000, 04:09:48 UTC
8087056 Dr. Stephen Henson14 March 2000, 03:29:57 UTCMake V_ASN1_APP_CHOOSE work again.14 March 2000, 03:29:57 UTC
5d8118d Bodo Möller13 March 2000, 23:06:03 UTCanother typo13 March 2000, 23:06:03 UTC
8a270a0 Bodo Möller13 March 2000, 23:01:32 UTCtypo13 March 2000, 23:01:32 UTC
c13ee21 Richard Levitte13 March 2000, 22:27:52 UTCSynchronise with Unixly tests13 March 2000, 22:27:52 UTC
df1ff3f Bodo Möller13 March 2000, 21:01:05 UTCCorrection.13 March 2000, 21:01:05 UTC
7694ddc Bodo Möller13 March 2000, 20:48:23 UTCClarifications for 'no-XXX'.13 March 2000, 20:48:23 UTC
66b9c3c Bodo Möller13 March 2000, 20:47:45 UTCRun 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 Bodo Möller13 March 2000, 20:31:46 UTC"openssl no-..." commands for avoiding the need to grep "openssl list-standard-commands".13 March 2000, 20:31:46 UTC
d58d6c2 Bodo Möller13 March 2000, 19:44:45 UTCInclude a timing test that works without RSA.13 March 2000, 19:44:45 UTC
95fabd2 Bodo Möller13 March 2000, 19:35:37 UTCCorrections. 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 Bodo Möller13 March 2000, 19:30:59 UTCUpdate usage info13 March 2000, 19:30:59 UTC
65b002f Bodo Möller13 March 2000, 19:24:39 UTCUpdate test suite so that 'make test' succeeds in 'no-rsa' configuration.13 March 2000, 19:24:39 UTC
bc23b70 Richard Levitte13 March 2000, 19:05:18 UTCSynchronise with Unix.13 March 2000, 19:05:18 UTC
41f0aae Richard Levitte13 March 2000, 18:59:11 UTCCorrect a potential bug.13 March 2000, 18:59:11 UTC
ee607d3 Bodo Möller13 March 2000, 18:05:59 UTCDon't try to test the RSA command if it is not available.13 March 2000, 18:05:59 UTC
e11f0de Bodo Möller13 March 2000, 17:07:04 UTCCopy 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 Bodo Möller13 March 2000, 15:06:54 UTCConnection timings (using ISO C function clock()).13 March 2000, 15:06:54 UTC
88f17a5 Bodo Möller13 March 2000, 08:04:20 UTCRemove Win32 assembler files. They are always rebuilt (with some choice of parameters) when they are needed.13 March 2000, 08:04:20 UTC
863fe2e Bodo Möller12 March 2000, 23:27:14 UTCcleaning up a little12 March 2000, 23:27:14 UTC
3a6a39c Ulf Möller12 March 2000, 12:52:36 UTCasm workaround for SuSE Linux proposed by Holger Reif12 March 2000, 12:52:36 UTC
cee814f Ulf Möller12 March 2000, 12:49:45 UTCmake update12 March 2000, 12:49:45 UTC
bf8479d Bodo Möller11 March 2000, 01:29:26 UTCWorkaround for Windoze weirdness.11 March 2000, 01:29:26 UTC
4a56f74 Bodo Möller11 March 2000, 01:29:14 UTCOn 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 Ulf Möller10 March 2000, 23:45:51 UTCNO_SYSLOG is defined for MSDOS anyway. just don't include the Unix header...10 March 2000, 23:45:51 UTC
b70dcdf Ulf Möller10 March 2000, 23:45:28 UTCssize_t10 March 2000, 23:45:28 UTC
4991d07 Bodo Möller10 March 2000, 21:44:38 UTCUse signed types where necessary, and add missing functionality to make SSL_nread0 work.10 March 2000, 21:44:38 UTC
9e03333 Ulf Möller10 March 2000, 17:43:05 UTCUse L for all constants.10 March 2000, 17:43:05 UTC
9f06706 Ulf Möller10 March 2000, 17:02:12 UTCDon't generate asm files for no-asm.10 March 2000, 17:02:12 UTC
153a59f Ulf Möller10 March 2000, 17:01:23 UTCRepair bss_log. Curiously enough, void functions don't return a value.10 March 2000, 17:01:23 UTC
2d5e449 Bodo Möller10 March 2000, 13:49:02 UTCMention -ign_eof.10 March 2000, 13:49:02 UTC
e458958 Bodo Möller10 March 2000, 13:23:20 UTCAlways 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 Richard Levitte10 March 2000, 12:18:28 UTCAdd 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 Bodo Möller10 March 2000, 12:17:37 UTCChange 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
a10c512 Bodo Möller10 March 2000, 11:47:58 UTCanother typo10 March 2000, 11:47:58 UTC
9f5d206 Bodo Möller10 March 2000, 11:43:45 UTCtypo10 March 2000, 11:43:45 UTC
e4947bf Ulf Möller09 March 2000, 17:07:55 UTCclarify.09 March 2000, 17:07:55 UTC
837174d Ulf Möller09 March 2000, 17:07:19 UTCbug fix. Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>09 March 2000, 17:07:19 UTC
97025c5 Bodo Möller09 March 2000, 15:04:27 UTCManual page installation did not work if INSTALL_PREFIX was a relative path.09 March 2000, 15:04:27 UTC
e743a51 Dr. Stephen Henson09 March 2000, 01:03:44 UTCDon't Free() password if it was read from config file.09 March 2000, 01:03:44 UTC
97853bd Bodo Möller08 March 2000, 20:20:15 UTCClarification.08 March 2000, 20:20:15 UTC
c612520 Dr. Stephen Henson08 March 2000, 12:44:10 UTCFix typo and make ca get the CA and request fields correct.08 March 2000, 12:44:10 UTC
9886f42 Dr. Stephen Henson08 March 2000, 01:48:12 UTCManual pages for EVP_Open* and EVP_Seal*08 March 2000, 01:48:12 UTC
b7e1636 Richard Levitte07 March 2000, 23:17:48 UTCProtect variables from potential misinterpretations, for example a colon which may bite the lesser knowleged...07 March 2000, 23:17:48 UTC
3bf7ef5 Richard Levitte07 March 2000, 22:35:27 UTCCheck that a password was actually passed, or the user will just get mysterious crashes.07 March 2000, 22:35:27 UTC
f717326 Dr. Stephen Henson07 March 2000, 17:35:25 UTCManual pages for EVP signing and verifying.07 March 2000, 17:35:25 UTC
daf4e53 Bodo Möller07 March 2000, 15:10:08 UTCspelling07 March 2000, 15:10:08 UTC
068fdce Dr. Stephen Henson07 March 2000, 14:04:29 UTCNew compatability trust and purpose settings.07 March 2000, 14:04:29 UTC
fa0ca35 Bodo Möller07 March 2000, 09:37:19 UTC{NEXT,OPEN}STEP don't have pid_t.07 March 2000, 09:37:19 UTC
48fe0ee Dr. Stephen Henson07 March 2000, 01:03:33 UTCFix the PKCS#8 DSA code so it works again. All the broken formats worked but the valid didn't :-(07 March 2000, 01:03:33 UTC
4c4d87f Ulf Möller06 March 2000, 14:24:25 UTCbug fix release planned06 March 2000, 14:24:25 UTC
4013f3b Bodo Möller06 March 2000, 10:21:57 UTCFix the indentation, and avoid a compiler warning.06 March 2000, 10:21:57 UTC
fe10275 Richard Levitte06 March 2000, 07:31:17 UTCLet's not lie to the people.06 March 2000, 07:31:17 UTC
de83c12 Bodo Möller05 March 2000, 01:11:44 UTCAdd missing include (only MONOLITH builds were possible without it). Submitted by: Andrew W. Gray05 March 2000, 01:11:44 UTC
59fc2b0 Bodo Möller05 March 2000, 00:19:36 UTCPreserve reason strings in automatically build tables.05 March 2000, 00:19:36 UTC
5ba7c90 Richard Levitte04 March 2000, 21:31:52 UTCBeautifying. Sorry, but code that's slammed to the far left is not very readable in my opinion.04 March 2000, 21:31:52 UTC
3916800 Richard Levitte04 March 2000, 20:19:57 UTCLet's care about the compiler warnings for both cases, shall we?04 March 2000, 20:19:57 UTC
1a2450b Bodo Möller04 March 2000, 17:56:32 UTCThere is no reason to use downcase letters throughout in error reason strings, it's just the default because it's usually ok.04 March 2000, 17:56:32 UTC
cf7fa82 Bodo Möller04 March 2000, 17:44:07 UTCRead complete seed files given in -rand options.04 March 2000, 17:44:07 UTC
  • Newer
  • Older

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top