summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change to have a single library that works on both Win9x and WinNT.Richard Levitte2000-06-161-5/+37
* typoBodo Möller2000-06-161-1/+1
* In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller2000-06-161-1/+1
* There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-168-111/+258
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-162-5/+45
* Make sure that bs is not getting free'd again.Richard Levitte2000-06-151-0/+1
* This probably fixes a BN_rshift bug.Bodo Möller2000-06-131-1/+1
* Use BN_CTX_end when exiting early from BN_mod_exp_mont_word becauseBodo Möller2000-06-131-0/+3
* The atalla functionality doesn't work with the "word" version ofGeoff Thorpe2000-06-131-1/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-1322-1202/+1364
* protoypesUlf Möller2000-06-121-3/+3
* Fix evp_locl.h macros.Dr. Stephen Henson2000-06-111-8/+8
* Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson2000-06-112-4/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-115-8/+102
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-0912-23/+73
* Comment for increased code clarity.Bodo Möller2000-06-091-1/+1
* Harmonize indentation.Bodo Möller2000-06-091-13/+13
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-085-181/+367
* Use the equivalent of a sliding window (without precomputationBodo Möller2000-06-081-14/+93
* Speed up DH with small generator.Bodo Möller2000-06-074-52/+111
* Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov2000-06-061-3/+4
* GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workaround:-(Andy Polyakov2000-06-051-1/+2
* int may be smaller than 32 bits.Bodo Möller2000-06-052-10/+10
* According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte2000-06-041-0/+1
* EVP constification.Ben Laurie2000-06-0334-117/+199
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-02162-631/+632
* Use NO_FP_API.Ulf Möller2000-06-011-1/+1
* Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller2000-06-011-7/+6
* Bug fix for 64 bit HP-UX.Ulf Möller2000-06-011-1/+1
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-0111-0/+1023
* This change will cause builds (by default) to not use different STACKGeoff Thorpe2000-06-011-0/+11
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-0110-66/+96
* This is the first of two commits (didn't want to dump them all into theGeoff Thorpe2000-06-013-20/+45
* is needed.Ulf Möller2000-06-011-0/+2
* #include <stdio.h> not needed.Ulf Möller2000-06-011-1/+0
* #include <stdlib.h> is not needed.Ulf Möller2000-06-011-2/+0
* sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe2000-05-311-1/+1
* sk_value was also suffering from de-const-ification.Geoff Thorpe2000-05-313-2/+4
* All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2000-05-312-2/+2
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-314-144/+297
* Add "FIXME" comment.Bodo Möller2000-05-311-1/+8
* Improve PRNG robustness.Bodo Möller2000-05-301-1/+36
* More EVP cipher revision.Dr. Stephen Henson2000-05-307-78/+151
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+168
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-3031-3106/+317
* another warning.Geoff Thorpe2000-05-291-1/+1
* It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe2000-05-291-6/+1
* This declaration seems to have been added into the header file accidently.Geoff Thorpe2000-05-291-1/+0
* oops.Geoff Thorpe2000-05-291-2/+2