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