summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)Author
2003-02-22add testUlf Möller
2003-02-21clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller
conventions.
2002-11-15WinCE patchesRichard Levitte
2002-11-14Make the Windows test scripts consistent in their echoingRichard Levitte
2002-06-27Use underscores instead of dashes in temporary file names.Richard Levitte
This is due to weird Borland compilers. Part of PR 123
2002-05-19Fix Mingw32 asm build: use the UnixDr. Stephen Henson
bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
2001-11-14Remove temporary filesRichard Levitte
2001-11-14Exclude .out filesRichard Levitte
2001-03-15It is a good thing to prepare the .def files.Richard Levitte
2001-03-13We need to build MINFO.Richard Levitte
2000-12-20Stop build when an error occurs.Ulf Möller
"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
2000-11-20'echo on' works better all over than 'echo=on'. We had the sameRichard Levitte
problem in some other file, but I can't recall which.
2000-09-25echo=off works on NT, but not on W2K.Richard Levitte
2000-09-23Workaround for tlhelp32.h: place the missing header file in outincUlf Möller
2000-09-23tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)Ulf Möller
2000-03-10Don't generate asm files for no-asm.Ulf Möller
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller
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.
2000-02-28Support assembler for Mingw32.Ulf Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
(including another problem in the s3_srvr.c state machine).
2000-01-18Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller
benefit of MS-DOS users.
1999-07-12Continues NASM support. This might work now. Its still experimental but itDr. Stephen Henson
passes all the tests. Added documentation in INSTALL.W32.
1999-07-12More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson
didn't work before :-)
1999-06-12BIO pairs.Bodo Möller
1999-06-01Labels longer than eight characters might cause problems.Bodo Möller
1999-05-31More consistency.Bodo Möller
1999-05-22Fixup do_nt.bat for new mk1mf arg order.Dr. Stephen Henson
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson
test batch file.
1999-05-17mk1mf.pl syntax has been changed.Ulf Möller
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
unsigned/signed cmp error in asn1parse. Change various pem_all.c args to use pem_password_cb.
1999-05-13mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller
Configure no longer changes files in place.
1999-05-08The libssl32.dll definition file is called ssleay32.def. (why?)Ulf Möller
1999-05-07Generate DLLs with Mingw32.Ulf Möller
1999-05-06Borland C++ builder.Ulf Möller
Submitted by: Janez Jere <jj@void.si>
1999-04-28Autogenerated files.Ulf Möller
1999-04-01Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.cDr. Stephen Henson
1999-03-12Delete Win32 test with testreq.pem and req: there is already a test withDr. Stephen Henson
testreq2.pem.
1999-03-10Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson
1999-03-09Remove some hard coded paths from Win32 test stuff.Dr. Stephen Henson
1999-03-09Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson
Win32 test batch file going again.
1999-03-08Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index,Ralf S. Engelschall
BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data to ms/libeay{16,32}.def. I'm not a Win32 hacker, but I think I've done it correctly. Steve or Ben: can you confirm that it's correct? I don't want to break any Win32 stuff.
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson
under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
1999-02-14Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it.Dr. Stephen Henson
1999-02-14More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson
1999-02-10First cut for a very conservative source tree cleanup:Ralf S. Engelschall
1. merge various obsolete readme texts into doc/ssleay.txt where we collect the old documents and readme texts. 2. remove the first part of files where I'm already sure that we no longer need them because of three reasons: either they are just temporary files which were left by Eric or they are preserved original files where I've verified that the diff is also available in the CVS via "cvs diff -rSSLeay_0_8_1b" or they were renamed (as it was definitely the case for the crypto/md/ stuff). We've still a horrible mess under crypto/bn/asm/. There for a lot of files I'm sure whether we need them or not. So, when someone knows it better, feel free to cleanup there.
1999-01-30Fixed ms/32all.bat script: `no_asm' -> `no-asm'Ralf S. Engelschall
Submitted by: Rainer W. Gerling <gerling@mpg-gv.mpg.de> Reviewed by: Ralf S. Engelschall
1998-12-22*** empty log message ***Ralf S. Engelschall
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21This commit was generated by cvs2svn to track changes on a CVS vendorRalf S. Engelschall
branch.
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21This commit was generated by cvs2svn to track changes on a CVS vendorRalf S. Engelschall
branch.