https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
033d858 Oops! 29 May 1999, 14:14:56 UTC
31fab3e Prepare to release 0.9.3a 29 May 1999, 14:13:15 UTC
4da88a8 Update dependencies. 29 May 1999, 14:10:58 UTC
8e228dc Pass INSTALL_PREFIX to subdirectories of crypto Submitted by: strube@physik3.gwdg.de (Hans Werner Strube) 28 May 1999, 23:27:09 UTC
436a376 Some assembler-related clean-ups. 28 May 1999, 23:18:51 UTC
2e36cc4 sco5-gcc configuration. Submitted by: David Greaves 28 May 1999, 20:25:30 UTC
410aa52 Include <stdio.h>. 28 May 1999, 20:21:33 UTC
054009a Updated C++ SSL demos. Submitted (a month ago) by: Wade Scholine 27 May 1999, 23:59:58 UTC
71f0809 Updated some demos. Submitted by: Sean O Riordain <Sean.ORiordain@cyrona.com> 27 May 1999, 23:52:31 UTC
e95f626 *** empty log message *** 27 May 1999, 20:55:18 UTC
472bde4 Change function call according to current API. 27 May 1999, 20:49:27 UTC
1850a49 Ignore directories created by "make -f makefile.one". 27 May 1999, 14:41:46 UTC
bec9e0d Free up 'out' before exiting pkcs12 application. Submitted by: Wu Zhigang <zhigangwu@yahoo.com> 27 May 1999, 13:10:59 UTC
5ece777 der_chop is now generated from der_chop.in. 27 May 1999, 00:19:59 UTC
58c7977 I386_ONLY is defined in opensslconf.h, so we need to include it. Submitted by: John Keith <jtkeith@kavi.com> 27 May 1999, 00:17:53 UTC
b14d0e0 Circument egcs bug. Submitted by: Andy Polyakov <appro@fy.chalmers.se> 26 May 1999, 19:59:36 UTC
f3c7510 Fix for memory leak. 26 May 1999, 12:40:08 UTC
f9073fc Update md5 assembly source for Win32. 26 May 1999, 00:39:20 UTC
288d2fb Set #!... path to Perl in apps/der_chop automatically. 25 May 1999, 22:31:49 UTC
6720e94 Add closing parenthesis to usage output. 25 May 1999, 21:38:09 UTC
9890b00 Temporary workaround for IRIX64 build. Submitted by: Andy Polyakov <appro@fy.chalmers.se> 25 May 1999, 20:27:41 UTC
58dc480 Last minute VMS updates for 0.9.3. Submitted by: Richard Levitte 24 May 1999, 22:59:40 UTC
d2eec3a Update for 0.9.3. 24 May 1999, 22:43:30 UTC
557068c Final version for 0.9.3. 24 May 1999, 22:38:23 UTC
767d6bf Move on to 0.9.4. 24 May 1999, 20:59:34 UTC
09befa1 Here we go: prepare to roll 0.9.3. 24 May 1999, 20:52:13 UTC
982baa7 Fix URL for perl in INSTALL.W32 24 May 1999, 13:20:21 UTC
e09632f Move to beta 3. 23 May 1999, 16:38:07 UTC
24abc46 Prepare for final(?) beta. 23 May 1999, 16:35:29 UTC
bdc98ff Don't use NULL-pointer :-/ 23 May 1999, 16:19:08 UTC
3842474 Detect linux-mips. 23 May 1999, 13:49:51 UTC
1dfad80 Comment about bug. 23 May 1999, 13:15:35 UTC
8876bc0 Let ssl_get_prev_session reliably work in multi-threaded settings. 23 May 1999, 13:07:03 UTC
3550ec4 Set ext_list to NULL after use. 23 May 1999, 12:02:18 UTC
9a193d8 Avoid memory hole when we don't like the session proposed by the client 23 May 1999, 10:43:46 UTC
0dc42a1 Fixup do_nt.bat for new mk1mf arg order. 22 May 1999, 23:24:38 UTC
4b55c2a Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they will always get included with the relevant files. 21 May 1999, 12:14:35 UTC
470df4b We need e_os.h here. 21 May 1999, 11:46:29 UTC
96a099f Remove traces of bad idea :-) 21 May 1999, 11:21:19 UTC
95f9968 Older versions of SINIX C development system inherited a bug from SGI' cc; enable workaround. Submitted by: Martin Kraemer 21 May 1999, 11:20:04 UTC
7e70181 It was a very bad idea to use #include "../e_os.h" -- when this occurs in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh. 21 May 1999, 11:16:48 UTC
d76c85a Don't include top-level CVS directory. 21 May 1999, 08:38:17 UTC
31a352d The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should be of type XXX ** not XXX * 21 May 1999, 01:06:23 UTC
d6847ae Add a kludge :-( There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available. 20 May 1999, 22:18:49 UTC
17e3dd1 Don't install e_os.h in include/openssl, use it only as a local include file. 20 May 1999, 21:59:20 UTC
9dff4cc Bring VMS in sync with the recent changes. Submitted by: Richard Levitte <levitte@stacken.kth.se> 20 May 1999, 21:00:29 UTC
60ed228 On seconds thoughts, the version number shoud _never_ decrease. 20 May 1999, 19:57:53 UTC
c1c96de Revert. 20 May 1999, 19:46:23 UTC
6b65962 Prepare for a beta release. 20 May 1999, 19:33:46 UTC
1444ba8 NeXT doesn't have dirent. Pointed out by Juergen Moellenhoff <jurgen@oic.de> 20 May 1999, 17:58:42 UTC
1fac96e Detect Siemens platforms. Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De> 20 May 1999, 17:28:19 UTC
4d5d543 Some solaris-usparc MD5 fixes. 20 May 1999, 13:11:43 UTC
da70ff7 Avoid a warning. Submitted by: Sylvain Robitaille <syl@alcor.concordia.ca> 20 May 1999, 02:09:46 UTC
7a01a45 Declare test key data as static. Submitted by: Andy Polyakov <appro@fy.chalmers.se> 20 May 1999, 01:46:39 UTC
21f213e Change self-description (mklink.pl is not just faster than the last released version of mklink.sh -- the latter couldn't even handle the ../../include/openssl case). 20 May 1999, 01:43:28 UTC
e14d444 Bignum library bug fix. IRIX 6 passes "make test" now! This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se> 20 May 1999, 01:43:07 UTC
257e206 Include some notes on basic extension usage and change openssl.cnf to usually do sensible things with extensions. 19 May 1999, 23:54:58 UTC
a2cb725 Add -mv8 to solaris-usparc-oldgcc. 19 May 1999, 22:45:08 UTC
62de849 Typos. 19 May 1999, 19:20:49 UTC
405b4a7 Oops. 19 May 1999, 19:14:59 UTC
33d50ef Small corrections. 19 May 1999, 18:39:23 UTC
06064bb Note that the numbering scheme used to be different. 19 May 1999, 18:08:35 UTC
e90c772 Switch to new version numbering scheme. 19 May 1999, 17:36:40 UTC
15a99e3 Convert gcc version detection (for solaris-usparc-gcc) into a form better suited for finding what went wrong in case that some compiler versions create an output we can't parse. 19 May 1999, 16:50:16 UTC
767f68c Bugfix: GCCVAR contains two lines ("Reading specs ..." and the actual version), so we need echo $GCCVAR | sed ... instead of echo "$GCCVAR" | sed ... to process it as intended. 19 May 1999, 16:35:21 UTC
e84240d New functions sk_set, sk_value and sk_num to replace existing macros: this is to minimise the effects on existing code. 19 May 1999, 12:45:16 UTC
054810e For Solaris with old gcc versions (that don't understand -mcpu=ultrasparc), don't silently step to solaris-sparc-gcc, which would unnecessarily use less efficient assembler code. Instead, use new configuration variant solaris-usparc-oldgcc; this also means that someone who reads the output of ./config will notice that it may be advantegeous to upgrade gcc. 19 May 1999, 12:27:33 UTC
b673583 gcc < 2.8 does not support ultrasparc. 18 May 1999, 23:44:38 UTC
35f7324 Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the test batch file. 18 May 1999, 20:12:54 UTC
b0759f8 no-xxx options. 18 May 1999, 16:40:40 UTC
a2b2173 BSD alpha config. Submitted by: Rich Bud <rbud@fortean.com> 18 May 1999, 16:04:03 UTC
12ba413 Get rid of some unnecessary casts and add a necessary one. 18 May 1999, 15:06:20 UTC
5d818c3 Spelling error. 18 May 1999, 14:53:39 UTC
09ad800 Protect applications from failing to compile when they try to directly include opensslv.h. 18 May 1999, 09:19:28 UTC
75573c4 Don't forget that it's freeze time now... 18 May 1999, 08:52:01 UTC
9c2e306 BC now compiles crypto/des 17 May 1999, 22:33:25 UTC
fb92ba6 Move prototypes to the right place. 17 May 1999, 22:25:31 UTC
bc2e519 If we couldn't handle "-showcerts" (which happens with the current SSL2 implementation), show at least the server certificate. 17 May 1999, 20:46:43 UTC
92afda6 Mention "make depend". 17 May 1999, 20:42:59 UTC
a03dd7a Substitute spaces for tab. 17 May 1999, 20:36:08 UTC
703126f Various clarifications to extension docs: change the name of literal extensions from RAW to DER to avoid confusion with raw extensions. Update NEWS file. 17 May 1999, 20:05:36 UTC
2cf9fcd Mention Andy's assembler stuff. 17 May 1999, 15:03:43 UTC
75fa991 mk1mf.pl syntax has been changed. 17 May 1999, 14:38:03 UTC
db2b983 Make MD5 work on Alpha, and fix a bug. Submitted by: Andy Polyakov 17 May 1999, 11:21:52 UTC
673eade Additional, more descriptive error message for rejection of a session ID because of missing session ID context (so that application programmers are directly pointed to what they should do differently). 17 May 1999, 11:15:49 UTC
27a186c gcc (in some versions) doesn't like the const_des_cblock typedef. So omit it for now :-( 17 May 1999, 10:54:18 UTC
3f45ed8 Rename "openssl x509" option "-config" to "-extfile", because it doesn't have a default value like the "-config" options of other openssl subprograms. 17 May 1999, 08:28:37 UTC
8e93f12 Clarification. 17 May 1999, 08:17:30 UTC
4aeb94b Oops! Get the pmatch test the right way round. 16 May 1999, 21:50:26 UTC
b975f15 Keep text lines less than 80 characters wide. 16 May 1999, 18:27:46 UTC
1b266da Fix various less obvious bugs in PKCS#7 handling: such as not zeroing the secret key before we've encrypted it and using the right NID for RC2-64. Add various arguments to the experimental programs 'dec' and 'enc' to make testing less painful. This stuff has now been tested against Netscape Messenger and it can encrypt and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES. Its still experimental though... 16 May 1999, 17:32:32 UTC
f43c814 Typo. 16 May 1999, 14:20:17 UTC
55519bb DES changes. 16 May 1999, 12:29:28 UTC
edf0bfb Change type of various DES function arguments from des_cblock (meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did). 16 May 1999, 12:26:16 UTC
e186bf9 Added a comment pointing out the behaviour of "openssl x509 -conf ...", which cost me some time to find out about. 16 May 1999, 12:17:20 UTC
ee86c3f Marked probable bug, pointed out by Anonymous. 16 May 1999, 12:01:49 UTC
e1a228f Convert void *. 16 May 1999, 11:26:46 UTC
84d1487 Don't run "make depend" automatically. 16 May 1999, 10:55:40 UTC
84fa704 Fix some obvious bugs in the PKCS#7 library handling. It didn't try to find the right RecipientInfo based on the recipient certificate (so would fail a lot of the time) and fixup cipher structures to correctly (maybe) modify the AlgorithmIdentifiers. Largely untested at present... this will be fixed in due course. Well the stuff was broken to begin with so if its broken now then you haven't lost anything :-) 16 May 1999, 00:25:36 UTC
a74c55c Various Win32 fixes. Change args in do_ms.bat to put platform last. Fix unsigned/signed cmp error in asn1parse. Change various pem_all.c args to use pem_password_cb. 15 May 1999, 20:33:15 UTC
back to top