summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-06-15Add support for the modified SGC key format used in IIS.Dr. Stephen Henson
2000-06-15Make sure that bs is not getting free'd again.Richard Levitte
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller
2000-06-13Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller
2000-06-13The atalla functionality doesn't work with the "word" version ofGeoff Thorpe
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-12protoypesUlf Möller
2000-06-11Fix evp_locl.h macros.Dr. Stephen Henson
2000-06-11Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-09Comment for increased code clarity.Bodo Möller
2000-06-08Harmonize indentation.Bodo Möller
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
2000-06-08Use the equivalent of a sliding window (without precomputationBodo Möller
2000-06-07Speed up DH with small generator.Bodo Möller
2000-06-06Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov
2000-06-05GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-(Andy Polyakov
2000-06-05int may be smaller than 32 bits.Bodo Möller
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte
2000-06-03EVP constification.Ben Laurie
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01Use NO_FP_API.Ulf Möller
2000-06-01Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe
2000-06-01is needed.Ulf Möller
2000-05-31#include <stdio.h> not needed.Ulf Möller
2000-05-31#include <stdlib.h> is not needed.Ulf Möller
2000-05-31sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-31Add "FIXME" comment.Bodo Möller
2000-05-30Improve PRNG robustness.Bodo Möller
2000-05-30More EVP cipher revision.Dr. Stephen Henson
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson
2000-05-29another warning.Geoff Thorpe
2000-05-29It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe
2000-05-29This declaration seems to have been added into the header file accidently.Geoff Thorpe
2000-05-29oops.Geoff Thorpe
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson
2000-05-27Second phase of EVP cipher overhaul.Dr. Stephen Henson
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson
2000-05-24Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson