summaryrefslogtreecommitdiffstats
path: root/ms
Commit message (Collapse)AuthorAgeFilesLines
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-1/+1
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Fix Win32 test-suit.Andy Polyakov2004-12-301-19/+21
|
* Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov2004-05-254-0/+404
| | | | | make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.
* more mingw related cleanups.Ulf Möller2003-02-222-6/+1
|
* add testUlf Möller2003-02-221-0/+4
|
* clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller2003-02-211-7/+2
| | | | conventions.
* WinCE patchesRichard Levitte2002-11-158-0/+508
|
* Make the Windows test scripts consistent in their echoingRichard Levitte2002-11-143-4/+4
|
* Use underscores instead of dashes in temporary file names.Richard Levitte2002-06-272-20/+21
| | | | | This is due to weird Borland compilers. Part of PR 123
* Fix Mingw32 asm build: use the UnixDr. Stephen Henson2002-05-191-1/+2
| | | | | | bignum assembly method of bn-586.pl and co-586.pl which (for some reason) VC++ doesn't use.
* Remove temporary filesRichard Levitte2001-11-142-186/+0
|
* Exclude .out filesRichard Levitte2001-11-141-0/+1
|
* It is a good thing to prepare the .def files.Richard Levitte2001-03-152-0/+4
|
* We need to build MINFO.Richard Levitte2001-03-132-0/+2
|
* Stop build when an error occurs.Ulf Möller2000-12-201-0/+5
| | | | "Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
* 'echo on' works better all over than 'echo=on'. We had the sameRichard Levitte2000-11-201-1/+1
| | | | problem in some other file, but I can't recall which.
* echo=off works on NT, but not on W2K.Richard Levitte2000-09-251-1/+1
|
* Workaround for tlhelp32.h: place the missing header file in outincUlf Möller2000-09-231-0/+2
|
* tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)Ulf Möller2000-09-231-0/+136
|
* Don't generate asm files for no-asm.Ulf Möller2000-03-101-5/+11
|
* Always use fixed DH parameters created with 'dhparam -C',Bodo Möller2000-03-101-1/+1
| | | | | | | | | | | 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.
* Support assembler for Mingw32.Ulf Möller2000-02-281-0/+86
|
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-0/+4
| | | | (including another problem in the s3_srvr.c state machine).
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-181-2/+2
| | | | benefit of MS-DOS users.
* Continues NASM support. This might work now. Its still experimental but itDr. Stephen Henson1999-07-122-0/+137
| | | | passes all the tests. Added documentation in INSTALL.W32.
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-121-0/+57
| | | | didn't work before :-)
* BIO pairs.Bodo Möller1999-06-121-3/+50
|
* Labels longer than eight characters might cause problems.Bodo Möller1999-06-011-16/+16
|
* More consistency.Bodo Möller1999-05-311-1/+1
|
* Fixup do_nt.bat for new mk1mf arg order.Dr. Stephen Henson1999-05-221-4/+4
|
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-0/+4
| | | | test batch file.
* mk1mf.pl syntax has been changed.Ulf Möller1999-05-171-1/+1
|
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-3/+3
| | | | | unsigned/signed cmp error in asn1parse. Change various pem_all.c args to use pem_password_cb.
* mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.Ulf Möller1999-05-131-3/+0
| | | | Configure no longer changes files in place.
* The libssl32.dll definition file is called ssleay32.def. (why?)Ulf Möller1999-05-081-1/+1
|
* Generate DLLs with Mingw32.Ulf Möller1999-05-071-0/+34
|
* Borland C++ builder.Ulf Möller1999-05-061-0/+6
| | | | Submitted by: Janez Jere <jj@void.si>
* Autogenerated files.Ulf Möller1999-04-281-0/+2
|
* Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.cDr. Stephen Henson1999-04-016-6679/+0
|
* Delete Win32 test with testreq.pem and req: there is already a test withDr. Stephen Henson1999-03-121-3/+0
| | | | testreq2.pem.
* Make CC,CFLAG etc get passed to make links and various Win32 fixes.Dr. Stephen Henson1999-03-101-1/+1
|
* Remove some hard coded paths from Win32 test stuff.Dr. Stephen Henson1999-03-091-5/+5
|
* Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson1999-03-096-165/+166
| | | | Win32 test batch file going again.
* Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index,Ralf S. Engelschall1999-03-082-0/+8
| | | | | | | | 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.
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-0/+7
| | | | | under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
* Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it.Dr. Stephen Henson1999-02-141-12/+12
|
* More Win32 fixes and upsdate INSTALL.W32 documentation.Dr. Stephen Henson1999-02-141-2/+3
|
* First cut for a very conservative source tree cleanup:Ralf S. Engelschall1999-02-101-2/+0
| | | | | | | | | | | | | | | | 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.
* Fixed ms/32all.bat script: `no_asm' -> `no-asm'Ralf S. Engelschall1999-01-301-1/+1
| | | | | Submitted by: Rainer W. Gerling <gerling@mpg-gv.mpg.de> Reviewed by: Ralf S. Engelschall