summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-172-15/+58
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-174-58/+195
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-1710-20/+20
* Fix invalid function type casts.Bernd Edlinger2017-12-1513-35/+31
* Fix 'make update'Todd Short2017-12-151-2/+2
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-0/+1
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+3
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+1
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+3
* Minor cleanup of the rsa mp limits codeBernd Edlinger2017-12-132-3/+5
* Fix more OCSP_resp_get0_signer() nitsBen Kaduk2017-12-121-1/+1
* crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer2017-12-121-0/+1
* Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte2017-12-121-0/+8
* rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior2017-12-113-6/+3
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-096-6/+12
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-086-35/+27
* Fix an incoherent test.FdaSilvaYY2017-12-081-6/+13
* Add missing range checks on number of multi primes in rsa_ossl_mod_expBernd Edlinger2017-12-081-2/+3
* chacha/asm/chacha-x86_64.pl: add AVX512VL code path.Andy Polyakov2017-12-081-4/+588
* crypto/x86_64cpuid.pl: suppress AVX512F flag on Skylake-X.Andy Polyakov2017-12-081-0/+8
* Consistent formatting for sizeof(foo)Rich Salz2017-12-0823-47/+47
* bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov2017-12-061-8/+7
* Fix minor typo in comment in rsa_stDaniel Bevenius2017-12-051-1/+1
* Update eng_fat.cMerQGh2017-12-041-0/+1
* modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov2017-12-041-9/+137
* modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov2017-12-041-31/+28
* modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov2017-12-041-3/+70
* modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov2017-12-041-12/+171
* Add some more cleanupsMatt Caswell2017-12-041-0/+2
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+8
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+12
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+47
* A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli2017-11-281-1/+1
* Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin2017-11-281-1/+3
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-282-30/+9
* rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov2017-11-283-1/+25
* Check for malloc failureRich Salz2017-11-271-2/+4
* Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz2017-11-271-27/+8
* chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.Andy Polyakov2017-11-251-1/+1
* poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov2017-11-251-68/+72
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-253-2/+43
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-252-4/+6
* rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov2017-11-231-1/+14
* crypto/x86_64cpuid.pl: fix AVX512 capability masking.Andy Polyakov2017-11-231-4/+5
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-2113-66/+819