summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86asm.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2000-06-16typoBodo Möller1-1/+1
2000-06-16In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller1-1/+1
2000-06-16There are compilers that complain if a variable has the same name as aBodo Möller1-3/+3
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe9-112/+260
2000-06-16Add support for the modified SGC key format used in IIS.Dr. Stephen Henson6-12/+95
2000-06-15This seems to work better with enums...Richard Levitte1-2/+3
2000-06-15Make sure that bs is not getting free'd again.Richard Levitte1-0/+1
2000-06-14Add info on what some other people are currently working on.Richard Levitte1-1/+7
2000-06-14Report "error" (usually just "File exists", which is harmless)Bodo Möller1-3/+3
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller1-1/+1
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller1-0/+3
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe1-1/+1
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe29-1675/+1862
2000-06-12protoypesUlf Möller1-3/+3
2000-06-12typoUlf Möller1-1/+1
2000-06-11Fix evp_locl.h macros.Dr. Stephen Henson4-15/+20
2000-06-11Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson4-6/+5
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson11-43/+306
2000-06-10In longer tests with g=2, DH exchange does not become quite as fastBodo Möller1-2/+2
2000-06-10BN_mod_exp_mont_word entry:Bodo Möller1-1/+1
2000-06-09Comment about bcopy on SunOS 4.x.Bodo Möller1-1/+2
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte14-32/+94
2000-06-09Comment for increased code clarity.Bodo Möller1-1/+1
2000-06-09Another attempt to allow compiling on SunOS 4.*.Bodo Möller2-2/+6
2000-06-09Harmonize indentation.Bodo Möller1-13/+13
2000-06-09Accept -F4 option in lower case, which is what the usage informationBodo Möller1-1/+1
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller8-193/+392
2000-06-08Add entry that Richard forgot.Bodo Möller1-0/+8
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller2-17/+95
2000-06-07Speed up DH with small generator.Bodo Möller5-52/+116
2000-06-07No need to abort if c_rehash fails here (e.g. because Perl is not whereBodo Möller1-1/+1
2000-06-07use consistent indentationBodo Möller1-1/+1
2000-06-06Option "no-symlinks" to configure without creating the links (e.g.Ulf Möller1-1/+5
2000-06-06Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov1-3/+4
2000-06-06MT-support for IRIX 6.x and Alpha-LinuxAndy Polyakov1-8/+8
2000-06-06Increased consideration for stupid Linux users.Ulf Möller1-1/+12
2000-06-05GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-(Andy Polyakov1-1/+2
2000-06-05int may be smaller than 32 bits.Bodo Möller2-10/+10
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, GNU C on SunOSRichard Levitte1-1/+1
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte1-0/+1
2000-06-04Typo...Richard Levitte1-1/+1
2000-06-04CygWin32 support.Ulf Möller4-7/+58
2000-06-04Yet another bc FAQ.Ulf Möller1-0/+7
2000-06-03EVP constification.Ben Laurie35-119/+201
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte203-811/+812
2000-06-01Use NO_FP_API.Ulf Möller1-1/+1
2000-06-01Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller1-7/+6
2000-06-01Small documentation bug, probably a cut'n'paste, corrected.Richard Levitte1-1/+1
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller1-1/+1
2000-06-01Small fix to enable reading from stdin as well.Richard Levitte1-2/+2