index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-21
Replaced variable-time GCD with consttime inversion to avoid side-channel att...
Samuel Weiser
1
-3
/
+14
2018-02-21
Sanity check the ticket length before using key name/IV
Matt Caswell
1
-6
/
+12
2018-02-21
Fix no-ec build
Matt Caswell
2
-2
/
+7
2018-02-21
Fix some undefined behaviour in the Curve448 code
Matt Caswell
1
-3
/
+6
2018-02-21
Remove a spurious TLSProxy byte in TLSv1.3
Matt Caswell
1
-7
/
+1
2018-02-21
VMS: Fix curve448 internal test program
Richard Levitte
1
-0
/
+11
2018-02-21
test/recipes/80-test_pkcs12.t: handle lack of Win32::API.
Andy Polyakov
1
-0
/
+2
2018-02-21
Configure: engage x25519 assembly support.
Andy Polyakov
1
-0
/
+3
2018-02-21
ec/curve25519.c: facilitate assembly implementations.
Andy Polyakov
1
-32
/
+287
2018-02-21
Add x25519-x86_64.pl module, mod 2^255-19 primitives.
Andy Polyakov
3
-1
/
+819
2018-02-21
crypto/ec/curve25519.c: remove redundant fe[51]_cswap.
Andy Polyakov
1
-4
/
+0
2018-02-20
Add tests for newly added constant time functions
Matt Caswell
1
-62
/
+138
2018-02-20
Some more cleanups of curve448 code
Matt Caswell
2
-13
/
+1
2018-02-20
fixup! More style fixes for the curve448 code
Matt Caswell
1
-1
/
+1
2018-02-20
fixup! Improve readability of f_impl.c and f_impl.h
Matt Caswell
1
-1
/
+1
2018-02-20
Improve readability of f_impl.c and f_impl.h
Matt Caswell
2
-4
/
+4
2018-02-20
Remove unrolled loops
Matt Caswell
3
-53
/
+36
2018-02-20
Yet more style updates to the curve448 code
Matt Caswell
4
-20
/
+19
2018-02-20
Further style changes to curve448 code
Matt Caswell
2
-5
/
+4
2018-02-20
Simplify some code
Matt Caswell
1
-10
/
+2
2018-02-20
Remove some unneccessary use of constant time code in curve448
Matt Caswell
1
-1
/
+2
2018-02-20
Fix a travis failure in the curve448 code
Matt Caswell
3
-6
/
+3
2018-02-20
Remove the curve448 vector code
Matt Caswell
3
-63
/
+3
2018-02-20
More style fixes for the curve448 code
Matt Caswell
8
-48
/
+37
2018-02-20
Remove a strict aliasing issue with pre-computed curve448 constants
Matt Caswell
3
-364
/
+478
2018-02-20
More style fixes to Curve448 code based on review feedback
Matt Caswell
12
-73
/
+81
2018-02-20
Some style fixes
Matt Caswell
2
-11
/
+11
2018-02-20
Formatting tweak based on review feedback
Matt Caswell
1
-6
/
+6
2018-02-20
Use NLIMBS where appropriate to simplify the code
Matt Caswell
1
-2
/
+2
2018-02-20
Remove cplusplus guards in internal headers
Matt Caswell
3
-23
/
+0
2018-02-20
Remove the curve448 specific constant time implementation
Matt Caswell
5
-398
/
+30
2018-02-20
Add some new constant time functions needed by curve448
Matt Caswell
1
-0
/
+93
2018-02-20
Use the NLIMBS macro rather than try and calculate the number of limbs
Matt Caswell
1
-1
/
+1
2018-02-20
Rename a function to avoid a clash
Matt Caswell
2
-7
/
+7
2018-02-20
Remove curve448 architecture specific files
Matt Caswell
12
-2740
/
+0
2018-02-20
Fix AppVeyor failure in eddsa.c
Matt Caswell
1
-2
/
+2
2018-02-20
Fix travis failure in f_impl.c
Matt Caswell
1
-1
/
+1
2018-02-20
Fix a typo in a comment
Matt Caswell
1
-1
/
+1
2018-02-20
Update Curve448 copyright for 2018
Matt Caswell
27
-27
/
+27
2018-02-20
Code tidy up
Matt Caswell
1
-9
/
+0
2018-02-20
Fixes for compilation using clang
Matt Caswell
2
-57
/
+57
2018-02-20
Update the curve448 internal test to use testutil.h
Matt Caswell
1
-142
/
+93
2018-02-20
Move curve448_test.c to be a full internal test
Matt Caswell
3
-1
/
+25
2018-02-20
Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)
Matt Caswell
10
-69
/
+211
2018-02-20
Remove some gcc/clang specific attributes we don't support
Matt Caswell
2
-10
/
+6
2018-02-20
Remove duplicated 448 in the names of various things
Matt Caswell
5
-128
/
+127
2018-02-20
Merge f_field.h into field.h
Matt Caswell
7
-86
/
+55
2018-02-20
Merge f_arithmetic.c into f_generic.c
Matt Caswell
3
-50
/
+35
2018-02-20
Remove references to libdecaf
Matt Caswell
8
-295
/
+287
2018-02-20
Remove some unneeded code
Matt Caswell
9
-153
/
+6
[next]