index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
engines/ccgost/gost89.h: make word32 defintion unconditional.
Andy Polyakov
2013-11-08
1
-4
/
+0
*
Fix warning.
Dr. Stephen Henson
2013-11-01
1
-1
/
+1
*
engines/e_aep.c: make it BN_ULONG-size and endian "neutral".
Andy Polyakov
2013-10-28
1
-43
/
+61
*
Add support for Cygwin-x86_64.
Andy Polyakov
2013-09-15
2
-2
/
+2
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Add control to retrieve signature MD.
Dr. Stephen Henson
2013-06-21
1
-0
/
+8
*
Fix Windows linking error in GOST test case.
Andy Polyakov
2013-04-13
1
-1
/
+1
*
Missing MINFO generation.
Ben Laurie
2013-03-04
1
-2
/
+1
*
Fix ignored return value warnings.
Ben Laurie
2013-02-21
1
-1
/
+1
*
Don't use C++ style comments.
Dr. Stephen Henson
2013-01-25
1
-15
/
+15
*
x86_64 assembly pack: make Windows build more robust.
Andy Polyakov
2013-01-22
1
-1
/
+2
*
gost2814789t.c: portability fixes.
Andy Polyakov
2013-01-22
1
-20
/
+38
*
Fix warnings.
Ben Laurie
2013-01-22
1
-1
/
+2
*
gost_crypt.c: add assertions.
Andy Polyakov
2013-01-19
1
-0
/
+11
*
engines/ccgost: add test case.
Andy Polyakov
2013-01-19
2
-0
/
+1586
*
gost_crypt.c: more intuitive ceiling.
Andy Polyakov
2012-12-19
1
-3
/
+3
*
engines/cchost/gost_crypt.c: fix typo.
Andy Polyakov
2012-12-19
1
-1
/
+1
*
engines/e_capi.c: fix typo.
Andy Polyakov
2012-12-19
1
-1
/
+1
*
engine/cchost: fix bugs.
Andy Polyakov
2012-12-19
3
-9
/
+27
*
PR: 2880
Dr. Stephen Henson
2012-11-18
1
-1
/
+4
*
Don't load GOST ENGINE if it is already loaded.
Dr. Stephen Henson
2012-09-01
1
-1
/
+11
*
gosthash.c: use memmove in circle_xor8, as input pointers can be equal.
Andy Polyakov
2012-08-13
1
-2
/
+2
*
x86_64 assembly pack: make it possible to compile with Perl located on
Andy Polyakov
2012-06-27
1
-1
/
+1
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
3
-9
/
+7
*
e_padlock-x86[_64].pl: better understanding of prefetch errata and proper
Andy Polyakov
2012-03-19
2
-78
/
+204
*
eng_all.c: revert previous "disable Padlock" commit, which was unjustified.
Andy Polyakov
2012-03-19
1
-0
/
+1
*
PR: 2744
Dr. Stephen Henson
2012-03-11
2
-0
/
+43
*
PR: 2743
Dr. Stephen Henson
2012-02-29
1
-0
/
+1
*
PR: 2703
Dr. Stephen Henson
2012-02-12
1
-1
/
+7
*
PR: 2705
Dr. Stephen Henson
2012-02-12
1
-17
/
+25
*
Sanitize usage of <ctype.h> functions. It's important that characters
Andy Polyakov
2012-01-12
1
-6
/
+6
*
Check GOST parameters are not NULL (CVE-2012-0027)
Dr. Stephen Henson
2012-01-05
2
-0
/
+8
*
Padlock engine doesn't build (the asm parts are not built for some reason),
Ben Laurie
2011-12-13
1
-1
/
+0
*
Configure: reimplement commit#21695.
Andy Polyakov
2011-11-15
1
-2
/
+2
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-2
/
+2
*
engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
Andy Polyakov
2011-11-12
3
-1
/
+3
*
"make update" (partial)
Bodo Möller
2011-10-19
1
-7
/
+8
*
engines/.cvsignore: stop whining about e_padlock-*.s.
Andy Polyakov
2011-10-18
1
-0
/
+1
*
e_padlock-x86[_64].pl: protection against prefetch errata.
Andy Polyakov
2011-10-11
2
-17
/
+73
*
e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.
Andy Polyakov
2011-10-09
1
-0
/
+5
*
e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.
Andy Polyakov
2011-10-08
2
-13
/
+156
*
e_padlock: add CTR mode.
Andy Polyakov
2011-10-05
3
-16
/
+120
*
e_padlock-x86_64.pl: fix typo.
Andy Polyakov
2011-10-04
1
-1
/
+2
*
e_padlock-x86*.pl: Nano-related update.
Andy Polyakov
2011-10-04
2
-21
/
+49
*
e_padlock-x86.pl: previous C3-specific fix was incomplete.
Andy Polyakov
2011-10-01
1
-2
/
+3
*
e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).
Andy Polyakov
2011-10-01
1
-20
/
+17
*
Make latest assembler additions (vpaes and e_padlock) work in Windows build.
Andy Polyakov
2011-09-18
1
-5
/
+7
*
engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
Andy Polyakov
2011-09-07
1
-1
/
+1
*
Padlock engine: make it independent of inline assembler.
Andy Polyakov
2011-09-06
4
-790
/
+943
*
PR: 2586
Dr. Stephen Henson
2011-09-01
1
-1
/
+2
[next]