index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec/curve448: portability fixups.
Andy Polyakov
2018-02-24
2
-2
/
+3
*
ec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.
Andy Polyakov
2018-02-24
1
-2
/
+4
*
Fix some bugs with the cfb1 bitsize handling
Bernd Edlinger
2018-02-23
3
-2
/
+6
*
STORE 'file' scheme loader: Add search capibility
Richard Levitte
2018-02-23
3
-1
/
+112
*
STORE: Add the possibility to search for specific information
Richard Levitte
2018-02-23
6
-1
/
+207
*
STORE 'file' scheme loader: Add info type expectation
Richard Levitte
2018-02-23
1
-1
/
+18
*
STORE: Add the possibility to specify an expected info type
Richard Levitte
2018-02-23
6
-2
/
+54
*
STORE: In preparation for coming work, mark when loading is started
Richard Levitte
2018-02-23
1
-1
/
+5
*
Remove unused num.pl,segregnam scripts
Rich Salz
2018-02-22
1
-23
/
+0
*
Check return value of time() when getting additional data for the DRBG
Kurt Roeckx
2018-02-21
1
-4
/
+12
*
X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling
Pavel Kopyl
2018-02-21
2
-3
/
+8
*
Replaced variable-time GCD with consttime inversion to avoid side-channel att...
Samuel Weiser
2018-02-21
1
-3
/
+14
*
Fix some undefined behaviour in the Curve448 code
Matt Caswell
2018-02-21
1
-3
/
+6
*
ec/curve25519.c: facilitate assembly implementations.
Andy Polyakov
2018-02-21
1
-32
/
+287
*
Add x25519-x86_64.pl module, mod 2^255-19 primitives.
Andy Polyakov
2018-02-21
2
-0
/
+818
*
crypto/ec/curve25519.c: remove redundant fe[51]_cswap.
Andy Polyakov
2018-02-21
1
-4
/
+0
*
Some more cleanups of curve448 code
Matt Caswell
2018-02-20
2
-13
/
+1
*
fixup! More style fixes for the curve448 code
Matt Caswell
2018-02-20
1
-1
/
+1
*
fixup! Improve readability of f_impl.c and f_impl.h
Matt Caswell
2018-02-20
1
-1
/
+1
*
Improve readability of f_impl.c and f_impl.h
Matt Caswell
2018-02-20
2
-4
/
+4
*
Remove unrolled loops
Matt Caswell
2018-02-20
3
-53
/
+36
*
Yet more style updates to the curve448 code
Matt Caswell
2018-02-20
4
-20
/
+19
*
Further style changes to curve448 code
Matt Caswell
2018-02-20
2
-5
/
+4
*
Simplify some code
Matt Caswell
2018-02-20
1
-10
/
+2
*
Remove some unneccessary use of constant time code in curve448
Matt Caswell
2018-02-20
1
-1
/
+2
*
Fix a travis failure in the curve448 code
Matt Caswell
2018-02-20
3
-6
/
+3
*
Remove the curve448 vector code
Matt Caswell
2018-02-20
3
-63
/
+3
*
More style fixes for the curve448 code
Matt Caswell
2018-02-20
8
-48
/
+37
*
Remove a strict aliasing issue with pre-computed curve448 constants
Matt Caswell
2018-02-20
3
-364
/
+478
*
More style fixes to Curve448 code based on review feedback
Matt Caswell
2018-02-20
11
-71
/
+79
*
Some style fixes
Matt Caswell
2018-02-20
2
-11
/
+11
*
Formatting tweak based on review feedback
Matt Caswell
2018-02-20
1
-6
/
+6
*
Use NLIMBS where appropriate to simplify the code
Matt Caswell
2018-02-20
1
-2
/
+2
*
Remove cplusplus guards in internal headers
Matt Caswell
2018-02-20
3
-23
/
+0
*
Remove the curve448 specific constant time implementation
Matt Caswell
2018-02-20
5
-398
/
+30
*
Use the NLIMBS macro rather than try and calculate the number of limbs
Matt Caswell
2018-02-20
1
-1
/
+1
*
Rename a function to avoid a clash
Matt Caswell
2018-02-20
2
-7
/
+7
*
Remove curve448 architecture specific files
Matt Caswell
2018-02-20
12
-2740
/
+0
*
Fix AppVeyor failure in eddsa.c
Matt Caswell
2018-02-20
1
-2
/
+2
*
Fix travis failure in f_impl.c
Matt Caswell
2018-02-20
1
-1
/
+1
*
Fix a typo in a comment
Matt Caswell
2018-02-20
1
-1
/
+1
*
Update Curve448 copyright for 2018
Matt Caswell
2018-02-20
27
-27
/
+27
*
Code tidy up
Matt Caswell
2018-02-20
1
-9
/
+0
*
Fixes for compilation using clang
Matt Caswell
2018-02-20
1
-4
/
+4
*
Move curve448_test.c to be a full internal test
Matt Caswell
2018-02-20
1
-751
/
+0
*
Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)
Matt Caswell
2018-02-20
10
-69
/
+211
*
Remove some gcc/clang specific attributes we don't support
Matt Caswell
2018-02-20
2
-10
/
+6
*
Remove duplicated 448 in the names of various things
Matt Caswell
2018-02-20
5
-128
/
+127
*
Merge f_field.h into field.h
Matt Caswell
2018-02-20
7
-86
/
+55
*
Merge f_arithmetic.c into f_generic.c
Matt Caswell
2018-02-20
3
-50
/
+35
[next]