aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* PR: 2880Dr. Stephen Henson2012-11-181-1/+4
* Don't load GOST ENGINE if it is already loaded.Dr. Stephen Henson2012-09-011-1/+11
* gosthash.c: use memmove in circle_xor8, as input pointers can be equal.Andy Polyakov2012-08-131-2/+2
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-033-9/+7
* e_padlock-x86[_64].pl: better understanding of prefetch errata and properAndy Polyakov2012-03-192-78/+204
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov2012-03-191-0/+1
* PR: 2744Dr. Stephen Henson2012-03-112-0/+43
* PR: 2743Dr. Stephen Henson2012-02-291-0/+1
* PR: 2703Dr. Stephen Henson2012-02-111-1/+7
* PR: 2705Dr. Stephen Henson2012-02-111-17/+25
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-6/+6
* Check GOST parameters are not NULL (CVE-2012-0027)Dr. Stephen Henson2012-01-042-0/+8
* Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie2011-12-131-1/+0
* Configure: reimplement commit#21695.Andy Polyakov2011-11-151-2/+2
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-2/+2
* engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov2011-11-123-1/+3
* "make update" (partial)Bodo Möller2011-10-191-7/+8
* engines/.cvsignore: stop whining about e_padlock-*.s.Andy Polyakov2011-10-181-0/+1
* e_padlock-x86[_64].pl: protection against prefetch errata.Andy Polyakov2011-10-112-17/+73
* e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.Andy Polyakov2011-10-091-0/+5
* e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.Andy Polyakov2011-10-082-13/+156
* e_padlock: add CTR mode.Andy Polyakov2011-10-053-16/+120
* e_padlock-x86_64.pl: fix typo.Andy Polyakov2011-10-041-1/+2
* e_padlock-x86*.pl: Nano-related update.Andy Polyakov2011-10-042-21/+49
* e_padlock-x86.pl: previous C3-specific fix was incomplete.Andy Polyakov2011-10-011-2/+3
* e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).Andy Polyakov2011-10-011-20/+17
* Make latest assembler additions (vpaes and e_padlock) work in Windows build.Andy Polyakov2011-09-181-5/+7
* engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.Andy Polyakov2011-09-061-1/+1
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-064-790/+943
* PR: 2586Dr. Stephen Henson2011-09-011-1/+2
* PR: 2586Dr. Stephen Henson2011-09-011-0/+4
* e_padlock.c: fix typo.Andy Polyakov2011-05-251-1/+1
* e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov2011-05-241-13/+15
* e_padlock.c: make it compile on MacOS X.Andy Polyakov2011-05-181-7/+11
* new flag to stop ENGINE methods being registeredDr. Stephen Henson2011-05-151-0/+1
* NULL is a valid cspnameDr. Stephen Henson2011-05-151-2/+8
* Corrections to the VMS build system.Richard Levitte2011-03-251-6/+7
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-8/+21
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-119/+222
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* make updateBodo Möller2011-02-031-11/+11
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-303-0/+14
* PR: 2407Richard Levitte2011-01-061-2/+2
* e_capi.c: rearrange #include-s to improve portability.Andy Polyakov2010-12-141-8/+7
* First attempt at adding the possibility to set the pointer size for the build...Richard Levitte2010-12-141-2/+62
* e_capi.c: change from ANSI to TCHAR domain. This makes it compilable onAndy Polyakov2010-12-121-23/+96
* Synchronise with Unix and do all other needed modifications to have itRichard Levitte2010-11-222-0/+2
* PR: 2375Dr. Stephen Henson2010-11-181-6/+2
* PR: 2374Dr. Stephen Henson2010-11-181-3/+9