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
*
Implement automatic reseeding of DRBG after a specified time interval
Dr. Matthias St. Pierre
2017-12-17
2
-15
/
+58
*
Add master DRBG for reseeding
Dr. Matthias St. Pierre
2017-12-17
4
-58
/
+195
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
10
-20
/
+20
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
13
-35
/
+31
*
Fix 'make update'
Todd Short
2017-12-15
1
-2
/
+2
*
Send supported_versions in an HRR
Matt Caswell
2017-12-14
1
-0
/
+1
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
1
-0
/
+1
*
Drop CCS messages received in the TLSv1.3 handshake
Matt Caswell
2017-12-14
1
-1
/
+3
*
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
2017-12-14
1
-0
/
+1
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
1
-0
/
+3
*
Minor cleanup of the rsa mp limits code
Bernd Edlinger
2017-12-13
2
-3
/
+5
*
Fix more OCSP_resp_get0_signer() nits
Ben Kaduk
2017-12-12
1
-1
/
+1
*
crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)
Patrick Steuer
2017-12-12
1
-0
/
+1
*
Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yet
Richard Levitte
2017-12-12
1
-0
/
+8
*
rsa: Do not allow less than 512 bit RSA keys
Sebastian Andrzej Siewior
2017-12-11
3
-6
/
+3
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
6
-6
/
+12
*
Convert the remaining functions in the record layer to use SSLfatal()
Matt Caswell
2017-12-08
1
-0
/
+2
*
Address some code-analysis issues.
FdaSilvaYY
2017-12-08
6
-35
/
+27
*
Fix an incoherent test.
FdaSilvaYY
2017-12-08
1
-6
/
+13
*
Add missing range checks on number of multi primes in rsa_ossl_mod_exp
Bernd Edlinger
2017-12-08
1
-2
/
+3
*
chacha/asm/chacha-x86_64.pl: add AVX512VL code path.
Andy Polyakov
2017-12-08
1
-4
/
+588
*
crypto/x86_64cpuid.pl: suppress AVX512F flag on Skylake-X.
Andy Polyakov
2017-12-08
1
-0
/
+8
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
23
-47
/
+47
*
bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.
Andy Polyakov
2017-12-06
1
-8
/
+7
*
Fix minor typo in comment in rsa_st
Daniel Bevenius
2017-12-05
1
-1
/
+1
*
Update eng_fat.c
MerQGh
2017-12-04
1
-0
/
+1
*
modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.
Andy Polyakov
2017-12-04
1
-9
/
+137
*
modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.
Andy Polyakov
2017-12-04
1
-31
/
+28
*
modes/asm/ghashv8-armx.pl: modulo-schedule loop.
Andy Polyakov
2017-12-04
1
-3
/
+70
*
modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.
Andy Polyakov
2017-12-04
1
-12
/
+171
*
Add some more cleanups
Matt Caswell
2017-12-04
1
-0
/
+2
*
Add some sanity checks for the fatal error condition
Matt Caswell
2017-12-04
1
-0
/
+1
*
Fix up a few places in the state machine that got missed with SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+1
*
Convert more functions in ssl/statem/statem.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+1
*
Convert remaining functions in statem_srvr.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+8
*
Convert remaining functions in statem_clnt.c to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+12
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-0
/
+47
*
A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.
Pauli
2017-11-28
1
-1
/
+1
*
Fix chacha-armv4.pl with clang -fno-integrated-as.
David Benjamin
2017-11-28
1
-1
/
+3
*
rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.
Andy Polyakov
2017-11-28
2
-30
/
+9
*
rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
Andy Polyakov
2017-11-28
3
-1
/
+25
*
Check for malloc failure
Rich Salz
2017-11-27
1
-2
/
+4
*
Fix SOURCE_DATE_EPOCH bug; use UTC
Rich Salz
2017-11-27
1
-27
/
+8
*
chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.
Andy Polyakov
2017-11-25
1
-1
/
+1
*
poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.
Andy Polyakov
2017-11-25
1
-68
/
+72
*
Pretty-print large INTEGERs and ENUMERATEDs in hex.
David Benjamin
2017-11-25
3
-2
/
+43
*
Create a prototype for OPENSSL_rdtsc
Kurt Roeckx
2017-11-25
2
-4
/
+6
*
rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.
Andy Polyakov
2017-11-23
1
-1
/
+14
*
crypto/x86_64cpuid.pl: fix AVX512 capability masking.
Andy Polyakov
2017-11-23
1
-4
/
+5
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
13
-66
/
+819
[next]