index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.
Andy Polyakov
2018-07-10
1
-39
/
+38
*
Correctly check for cryptodev hash support
Conrad Meyer
2018-07-09
1
-5
/
+5
*
modes/ocb128.c: readability and formatting improvements.
Andy Polyakov
2018-07-09
1
-15
/
+5
*
modes/ocb128.c: improve the calculation of double mask
DesWurstes
2018-07-09
1
-1
/
+1
*
Remove a memset
Matt Caswell
2018-07-07
1
-2
/
+0
*
Check a return value for success in ec_field_size()
Matt Caswell
2018-07-07
1
-1
/
+2
*
Fix some Coverity issues in sm2_encrypt()
Matt Caswell
2018-07-07
1
-9
/
+10
*
Check md_size isn't negative before we use it
Matt Caswell
2018-07-07
1
-5
/
+6
*
evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.
Andy Polyakov
2018-07-06
2
-8
/
+150
*
[crypto/ec] disable SCA mitigations for curves with incomplete parameters
Billy Brumley
2018-07-04
1
-22
/
+24
*
chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.
Andy Polyakov
2018-07-03
1
-74
/
+221
*
perlasm/x86_64-xlate.pl: refine symbol recognition in .xdata.
Andy Polyakov
2018-07-03
1
-1
/
+1
*
Check for NULL conf in NCONF_get_number
Pauli
2018-07-03
1
-4
/
+7
*
Remove development artifacts.
Pauli
2018-07-01
2
-2
/
+0
*
rand/rand_unix.c: address macro redifinition warning.
Andy Polyakov
2018-07-01
1
-1
/
+3
*
modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.
Andy Polyakov
2018-07-01
1
-5
/
+2
*
evp/e_chacha20_poly1305.c: improve performance for short TLS records.
Andy Polyakov
2018-06-29
1
-10
/
+148
*
Zero-fill IV by default.
Rich Salz
2018-06-29
1
-0
/
+1
*
Return a fatal error if application data is encountered during shutdown
Matt Caswell
2018-06-27
1
-0
/
+2
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-26
5
-16
/
+214
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-0
/
+3
*
store/loader_file.c: fix char-subscripts warning.
Andy Polyakov
2018-06-25
1
-3
/
+3
*
PA-RISC assembly pack: make it work with GNU assembler for HP-UX.
Andy Polyakov
2018-06-25
7
-17
/
+88
*
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.
Andy Polyakov
2018-06-25
1
-1
/
+1
*
ec/ec_pmeth.c: minor cleanups and readability fixes.
Andy Polyakov
2018-06-25
1
-23
/
+30
*
Use ec_group_do_inverse_ord() in SM2
Nicola Tuveri
2018-06-25
1
-1
/
+2
*
Add inter-module private header for EC functions
Nicola Tuveri
2018-06-25
2
-3
/
+46
*
Fix a new gcc-9 warning [-Wstringop-truncation]
Bernd Edlinger
2018-06-24
1
-1
/
+1
*
ecdsa_ossl: address coverity nit
Benjamin Kaduk
2018-06-22
1
-1
/
+2
*
sha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support with the rest.
Andy Polyakov
2018-06-22
2
-3
/
+3
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
12
-90
/
+0
*
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
Nicola Tuveri
2018-06-22
3
-3
/
+3
*
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...
Shane Lontis
2018-06-21
1
-15
/
+13
*
[crypto/ec] default to FLT or error
Billy Brumley
2018-06-21
4
-35
/
+41
*
[crypto/ec] remove blinding to support even orders
Billy Brumley
2018-06-21
1
-30
/
+11
*
make EC_GROUP_do_inverse_ord more robust
Billy Brumley
2018-06-21
2
-35
/
+75
*
Add -Wstrict-prototypes option to --strict-warnings
Bernd Edlinger
2018-06-21
2
-2
/
+2
*
Remove some inline assembler and non-standard constructs.
Andy Polyakov
2018-06-21
2
-168
/
+10
*
[crypto/ec] don't assume points are of order group->order
Billy Brumley
2018-06-21
1
-14
/
+15
*
Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
Nicola Tuveri
2018-06-21
1
-0
/
+2
*
Add blinding to a DSA signature
Matt Caswell
2018-06-21
2
-24
/
+56
*
Update copyright year
Matt Caswell
2018-06-20
18
-18
/
+18
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
12
-7
/
+111
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
14
-126
/
+300
*
Add EVP_PKEY_set_alias_type
Jack Lloyd
2018-06-19
4
-3
/
+25
*
Convert our own check of OPENSSL_NO_DEPRECATED
Richard Levitte
2018-06-19
1
-1
/
+1
*
ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
*
{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
2
-2
/
+2
*
sha/asm/sha{1|256}-586.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
2
-2
/
+2
*
bn/asm/rsaz-avx2.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
[next]