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
...
*
Fix error handling in X509_REQ_print_ex
Bernd Edlinger
2018-01-06
1
-8
/
+16
*
Rewrite RT3513.
Rich Salz
2018-01-04
1
-6
/
+9
*
crypto/rand: restore the generic DRBG implementation
Dr. Matthias St. Pierre
2018-01-04
5
-40
/
+101
*
crypto/rand: rename drbg_rand.c to drbg_ctr.c
Dr. Matthias St. Pierre
2018-01-04
2
-1
/
+1
*
Fix minor 'the the' typos
Daniel Bevenius
2018-01-02
2
-3
/
+3
*
ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.
Andy Polyakov
2017-12-28
1
-6
/
+482
*
ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.
Andy Polyakov
2017-12-27
3
-20
/
+19
*
poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.
Andy Polyakov
2017-12-23
1
-19
/
+21
*
Add sha/asm/keccak1600-avx512vl.pl.
Andy Polyakov
2017-12-22
1
-0
/
+390
*
Fix a typo in comment
Bernd Edlinger
2017-12-18
1
-1
/
+1
*
Make DRBG uninstantiate() and instantiate() methods inverse to each other
Dr. Matthias St. Pierre
2017-12-17
2
-14
/
+19
*
Allocate the three shared DRBGs on the secure heap
Dr. Matthias St. Pierre
2017-12-17
1
-28
/
+46
*
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
[prev]
[next]