aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov1999-07-311-6/+35
* by request: let BN_dup(NULL) just return NULLBodo Möller1999-07-301-0/+2
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-303-89/+180
* correct error signalling for opendir() failureBodo Möller1999-07-303-1/+5
* Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1999-07-301-5/+6
* Allow the PKCS#7 (S/MIME encrypt) application to support more than oneDr. Stephen Henson1999-07-302-6/+19
* Tidy up pkcs12 application.Dr. Stephen Henson1999-07-291-46/+40
* Avoid path separator problems.Ulf Möller1999-07-291-1/+1
* No use in naming the cblock _; the structure still is incompatibleUlf Möller1999-07-291-1/+1
* *** empty log message ***Ulf Möller1999-07-291-1/+1
* obj_dat.h is autogenerated (it was in the CVS because old versions ofUlf Möller1999-07-292-892/+1
* Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1999-07-296-30/+25
* Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller1999-07-291-40/+35
* VMS updates.Ulf Möller1999-07-2822-59/+282
* 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
* 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
* First cut for a proposed code freeze and release dates (from Steve and me).Ralf S. Engelschall1999-07-251-1/+4
* 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
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-2117-356/+140
* 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
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-215-17/+28
* 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
* 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
* SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERBodo Möller1999-07-191-1/+1
* 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
* Add optional (compile-time configurable) time to CRYPTO_mem_leaks output.Bodo Möller1999-07-182-1/+19
* "make clean" has to delete date.hBodo Möller1999-07-171-1/+1