https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
782ded5 Update STATUS 19 November 2002, 09:34:38 UTC
8e458d5 Time to release 0.9.7-beta4. The tag will be OpenSSL_0_9_7-beta4 19 November 2002, 09:34:29 UTC
1f475c1 make update 19 November 2002, 08:55:06 UTC
bc9867e Add news items for 0.9.6h and expand on the 0.9.7 news as well. 18 November 2002, 23:58:33 UTC
412fd47 Determine HZ exactly as in apps/speed.c. 18 November 2002, 23:06:46 UTC
273c624 Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7). 18 November 2002, 23:05:50 UTC
8b591c2 fix memory leak in memory debuggin code ... Submitted by: Nils Larsch 18 November 2002, 14:01:24 UTC
8f4a23e allocate bio_err before memory debugging is enabled to avoid memory leaks (we can't release it before the CRYPTO_mem_leaks() call!) Submitted by: Nils Larsch 18 November 2002, 13:38:30 UTC
c83d8e2 A variable of type time_t is supposed to be a time measurement starting at Epoch. offset isn't such a measurement, so let's stop pretend it is. 18 November 2002, 13:04:29 UTC
6afc70b Better workaround to the "=head1 NAME OPTIONS" pod2latex problem: NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333 18 November 2002, 08:14:20 UTC
f503c2c Make it possible to build for more than one CPU. Clarify what the CE tests do. 17 November 2002, 19:48:34 UTC
7656893 Ignore openssl.pc. This way, there's no risk that I'll add it again :-). 17 November 2002, 08:07:12 UTC
ff38d68 Adding openssl.pc to the repository was a mistake, since it's generated. 17 November 2002, 08:05:43 UTC
aff3e60 Add the file openssl.pc that I forgot a while ago. 17 November 2002, 07:47:25 UTC
8196d87 I forgot this is compiled in test/, not crypto/ec/... 16 November 2002, 10:10:49 UTC
61b1ad1 We don't want TARGETCPU expanded here. 16 November 2002, 09:42:17 UTC
293bb4b Mention ActiveState Perl much earlier in INSTALL.WCE. 15 November 2002, 22:54:26 UTC
29ca164 WinCE patches 15 November 2002, 22:44:08 UTC
97d58ea This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 15 November 2002, 22:37:19 UTC
0bf23d9 WinCE patches 15 November 2002, 22:37:18 UTC
813f256 Fix buggy #! magic and update ssleay->openssl Submitted by: Reviewed by: PR: 305 15 November 2002, 21:26:42 UTC
8cdeec9 Fix buggy #! magic and update ssleay->openssl Submitted by: Reviewed by: PR: 305 15 November 2002, 21:26:02 UTC
bfa96bc Add the INHIBIT_SYMLINKS flag variable to help Cygwin. Add missing semicolons. Add a comment explaining a bunch of targets without any action lines. 15 November 2002, 16:56:36 UTC
082cd4e Changes to make shared library building and use work better with Cygwin 15 November 2002, 16:49:34 UTC
6f17f16 Changes to make shared library building and use work better with Cygwin 15 November 2002, 16:48:38 UTC
2115a89 Document the change to remove the 'done' flag variable in the OpenSSL_add_all_*() routines 15 November 2002, 14:01:15 UTC
84034f7 Document the change to remove the 'done' flag variable in the OpenSSL_add_all_*() routines 15 November 2002, 13:58:11 UTC
acce40c this method does not need field_data1 15 November 2002, 12:43:15 UTC
af3ec1e make update 15 November 2002, 11:22:25 UTC
6dc78bf make update 15 November 2002, 11:20:43 UTC
f275683 A few more Microsoft OIDs added 15 November 2002, 11:18:22 UTC
ce4f169 A few more Microsoft OIDs added 15 November 2002, 11:17:50 UTC
c566205 The pointer to the cipher object is not yet set, when session was reloaded from external cache (using d2i_SSL_SESSION). Perform comparison based on the cipher's id instead. Submitted by: Steve Haslam <araqnid@innocent.com> Reviewed by: PR: 288 15 November 2002, 10:53:33 UTC
da91e37 The pointer to the cipher object is not yet set, when session was reloaded from external cache (using d2i_SSL_SESSION). Perform comparison based on the cipher's id instead. Submitted by: Steve Haslam <araqnid@innocent.com> Reviewed by: PR: 288 15 November 2002, 10:51:40 UTC
2758c44 The architecture name is i486, not just 486 15 November 2002, 10:28:55 UTC
eaf6c61 The architecture name is i486, not just 486 15 November 2002, 10:28:28 UTC
4e056a2 -Wid-clash-n isn't support in gcc 3, and I get better result from continuously rebuilding on a VMS box. 15 November 2002, 10:19:47 UTC
4c53d11 -Wid-clash-n isn't support in gcc 3, and I get better result from continuously rebuilding on a VMS box. 15 November 2002, 10:19:23 UTC
f60b017 I know ANSI C doesn't like 'long long', and I don't want to see it 15 November 2002, 10:16:07 UTC
1d64744 I know ANSI C doesn't like 'long long', and I don't want to see it 15 November 2002, 10:15:56 UTC
08634f1 Spell prototypes correctly :-) 15 November 2002, 09:56:41 UTC
c1eeb60 Spell prototypes correctly :-). 15 November 2002, 09:56:01 UTC
a50d6a8 Add -Wstrict-prototype and -Wmissing-prototype to my debugging targets 15 November 2002, 09:54:06 UTC
953db08 Add -Wstrict-prototype and -Wmissing-prototype to my debugging targets 15 November 2002, 09:53:46 UTC
0439a5a We need to read one more byte of the REQUEST-CERTIFICATE message. PR: 300 15 November 2002, 09:17:45 UTC
0a59420 We need to read one more byte of the REQUEST-CERTIFICATE message. PR: 300 15 November 2002, 09:15:55 UTC
d78254a Add SETWRAP modifier to ASN1 generate. 15 November 2002, 00:26:07 UTC
af67804 make update 14 November 2002, 23:56:12 UTC
8ffe66b make update 14 November 2002, 23:54:12 UTC
d62ec83 Close the implicitely opened registry key. PR: 264 14 November 2002, 23:34:07 UTC
35a6db8 Close the implicitely opened registry key. PR: 264 14 November 2002, 23:33:28 UTC
56dc24d Use =back to finish =over (found using pod2latex). Submitted by: Reviewed by: PR: 14 November 2002, 21:50:30 UTC
84d828a No such reference to link to (found running pod2latex). Submitted by: Reviewed by: PR: 14 November 2002, 21:41:54 UTC
259b33d No such reference to link to (found running pod2latex). Submitted by: Reviewed by: PR: 14 November 2002, 21:40:12 UTC
cfae3d9 Fix documentation of i2d_X509_fp and i2d_X509_bio. 14 November 2002, 18:15:52 UTC
6393c09 Fix documentation of i2d_X509_fp and i2d_X509_bio. 14 November 2002, 18:12:45 UTC
9421f1a Add Tandem OSS target. PR: 192 14 November 2002, 16:30:44 UTC
b9c23cc Add Tandem OSS target. PR: 192 14 November 2002, 16:30:11 UTC
5bf0d0e Remove warnings. 14 November 2002, 15:58:01 UTC
c863201 Remove warnings. 14 November 2002, 15:57:38 UTC
cb21d00 DCL logic bugs fixed. (I really need to review my knowledge of the language) 14 November 2002, 15:38:47 UTC
769f74b It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3. PR: 115 14 November 2002, 14:08:21 UTC
c7faede It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3. PR: 115 14 November 2002, 14:07:48 UTC
64051a3 Add a FAQ on how to check the authenticity of the openSSL distribution. PR: 292 14 November 2002, 13:01:35 UTC
d4e573f Add a FAQ on how to check the authenticity of the openSSL distribution. PR: 292 14 November 2002, 13:00:59 UTC
8260ede Cygwin fixes 14 November 2002, 12:39:56 UTC
e20afbb Cygwin fixes 14 November 2002, 12:39:39 UTC
2b2ab52 harmonize with 0.9.7 tree 14 November 2002, 12:17:47 UTC
402b4a7 use same entry as in more recent CHANGES revision in CVS head 14 November 2002, 12:11:44 UTC
651e7dd fix order again 14 November 2002, 12:08:16 UTC
40bace2 Fix to build better with DJGPP. PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT. 14 November 2002, 11:22:46 UTC
8d6e604 Fix to build better with DJGPP. PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT. 14 November 2002, 11:22:01 UTC
1f30946 Don't declare 2 WARNINGS sections Submitted by: Reviewed by: PR: 14 November 2002, 11:13:01 UTC
e89c82f Don't declare 2 WARNINGS sections Submitted by: Reviewed by: PR: 14 November 2002, 11:12:14 UTC
b1697f1 Opportunistic change to work around pod2latex bug: rename NAME OPTIONS section to SUBJECT AND ISSUER NAME OPTIONS Submitted by: Reviewed by: PR: 333 14 November 2002, 11:09:07 UTC
812d100 Opportunistic change to work around pod2latex bug: rename NAME OPTIONS section to SUBJECT AND ISSUER NAME OPTIONS Submitted by: Reviewed by: PR: 333 14 November 2002, 11:08:23 UTC
17a202a Correct reference to section name. Submitted by: Reviewed by: PR: 14 November 2002, 11:03:30 UTC
b759742 Correct reference to section name. Submitted by: Reviewed by: PR: 14 November 2002, 11:02:25 UTC
3bd16a8 fix output Submitted by: Nils Larsch 14 November 2002, 10:57:45 UTC
555d752 use new BIO_indent() function here as well Submitted by: Nils Larsch 14 November 2002, 10:56:59 UTC
eaad02a Missing =back Submitted by: Reviewed by: PR: 14 November 2002, 10:51:54 UTC
475e4d2 Missing =back Submitted by: Reviewed by: PR: 14 November 2002, 10:49:42 UTC
bf4ae6d The directory 'rijndael' doesn't exist any more, let's check the aes directory instead (this should have been done long ago...). 14 November 2002, 08:23:37 UTC
97101fa The directory 'rijndael' doesn't exist any more, let's check the aes directory instead (this should have been done long ago...). 14 November 2002, 08:23:32 UTC
17d4f07 When AES is skipped because the option 'no-rijndael' was given, make sure it's skipped from SDIRS as well. 14 November 2002, 08:20:50 UTC
403f1bd When AES is skipped because the option 'no-rijndael' was given, make sure it's skipped from SDIRS as well. 14 November 2002, 08:20:40 UTC
5ec797f Make the Windows test scripts consistent in their echoing 14 November 2002, 08:09:07 UTC
d574d83 Make the Windows test scripts consistent in their echoing 14 November 2002, 08:08:55 UTC
8341179 Handle last lines that aren't properly terminated. PR: 308 14 November 2002, 06:51:18 UTC
5b1aea7 Handle last lines that aren't properly terminated. PR: 308 14 November 2002, 06:50:32 UTC
65caee4 Fix get_email: 0 is a valid return value 14 November 2002, 00:46:11 UTC
327e113 Fix get_email: 0 is a valid return value 14 November 2002, 00:45:04 UTC
58f3009 Constification needed. PR: 241 13 November 2002, 23:47:52 UTC
7385543 Constification needed. PR: 241 13 November 2002, 23:47:31 UTC
b193f29 free() -> OPENSSL_free() 13 November 2002, 20:25:56 UTC
3f083ef free() -> OPENSSL_free() 13 November 2002, 20:25:47 UTC
17ed6c0 Merge from 0.9.7-stable. 13 November 2002, 18:10:30 UTC
c112323 This didn't get to the 0.9.8-dev thread... 13 November 2002, 18:09:27 UTC
0709385 Correct support for SunOS 4.1.3_U1. PR: 227 13 November 2002, 16:11:14 UTC
7ab58bf Correct support for SunOS 4.1.3_U1. PR: 227 13 November 2002, 15:49:51 UTC
back to top