summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* VMS updates.Ulf Möller1999-07-2822-59/+282
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* New function OBJ_obj2txt()Dr. Stephen Henson1999-07-275-71/+77
|
* New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson1999-07-274-8/+23
|
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
|
* close files.Bodo Möller1999-07-271-0/+2
|
* Use correct CFLAG definition for makefile.one builds.Bodo Möller1999-07-276-6/+51
|
* change CFLAGS to those given in ConfigureBodo Möller1999-07-261-1/+1
|
* -DPLATFORM and -DCFLAGS command line arguments are no longer used.Bodo Möller1999-07-264-5/+0
|
* summary of Andy's changes to ConfigureBodo Möller1999-07-251-51/+102
|
* SPARC Solaris config updates.Andy Polyakov1999-07-254-32/+77
| | | | | ./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
* SGI IRIX config updates.Andy Polyakov1999-07-252-17/+50
|
* Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov1999-07-251-2/+2
|
* Added support for SPARC Linux.Andy Polyakov1999-07-255-27/+50
|
* GNU assembler (read SPARC Linux) support added.Andy Polyakov1999-07-251-17/+11
|
* - performance retunes, v8plus bn_*_comba routines are reimplemented;Andy Polyakov1999-07-252-1030/+969
| | | | - support for GNU assembler (read SPARC Linux);
* First cut for a proposed code freeze and release dates (from Steve and me).Ralf S. Engelschall1999-07-251-1/+4
| | | | | All OpenSSL developers: Please feel free to adjust the dates if they still do not fit into your personal scheduling.
* Don't include x509.h when we just need asn1.hBodo Möller1999-07-249-105/+48
|
* Remove obsolete files.Ulf Möller1999-07-222-634/+0
|
* ignore r586unix.cppBodo Möller1999-07-221-0/+1
|
* date.h no longer to be deleted by "make clean"Bodo Möller1999-07-221-1/+1
|
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-2213-17/+32
| | | | | Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-2117-356/+140
| | | | it is not needed.
* additional argument for key_callbackBodo Möller1999-07-211-2/+2
|
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-2128-193/+230
| | | | | and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-215-17/+28
| | | | use new file buildinf.h instead.
* slight clean-upBodo Möller1999-07-211-5/+2
|
* Auto-generated file -- this should not be under version controlBodo Möller1999-07-211-628/+0
| | | | (and the other */asm/*.cpp files are not)
* Get rid of redundant multiplications in bn_div_words.Andy Polyakov1999-07-211-5/+5
|
* "make TABLE" (to follow recent Configure change)Bodo Möller1999-07-201-4/+4
|
* MIPS III/IV assembler module is reimplemented.Andy Polyakov1999-07-204-3/+2068
|
* crypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/Andy Polyakov1999-07-201-0/+544
|
* crypto/bn/asm/mips3.s is obsolete. I'm moving it to crypto/bn/asm/obsoleteAndy Polyakov1999-07-201-544/+0
| | | | in order to replace it with a new version.
* SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERBodo Möller1999-07-191-1/+1
| | | | work as intended, both for SSLv2 and TLS.
* New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller1999-07-195-15/+50
|
* Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1999-07-196-9/+21
| | | | and make it the default for some debugging configurations.
* Add optional (compile-time configurable) time to CRYPTO_mem_leaks output.Bodo Möller1999-07-182-1/+19
| | | | | This is much more helpful than the counter when doing tests with the library interactively.
* "make clean" has to delete date.hBodo Möller1999-07-171-1/+1
|
* DES library changes.Ulf Möller1999-07-161-0/+4
|
* Did not check the last SDIR line for excluded algorithms.Ulf Möller1999-07-161-1/+1
|
* More DES library cleanups: remove references to srand/randUlf Möller1999-07-157-237/+6
| | | | and delete an unused file.
* RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1999-07-151-35/+45
|
* NO_HMAC.Ulf Möller1999-07-151-1/+2
|
* Fix option processing.Bodo Möller1999-07-141-4/+4
| | | | Submitted by: Sam Tetherow
* Judging from various messages on the OpenSSL mailing lists, HP-UX 10Bodo Möller1999-07-142-4/+4
| | | | | with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
* Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson1999-07-132-3/+2
| | | | unnecessary cast.
* Continues NASM support. This might work now. Its still experimental but itDr. Stephen Henson1999-07-124-6/+182
| | | | passes all the tests. Added documentation in INSTALL.W32.
* cosmetic changesBodo Möller1999-07-122-1/+4
|
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-128-13/+113
| | | | didn't work before :-)
* fix memory leak in s3_clnt.cBodo Möller1999-07-123-14/+29
|
* typo in stringBodo Möller1999-07-121-1/+1
|