summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error handling in X509_REQ_print_exBernd Edlinger2018-01-061-8/+16
* Rewrite RT3513.Rich Salz2018-01-041-6/+9
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-045-40/+101
* crypto/rand: rename drbg_rand.c to drbg_ctr.cDr. Matthias St. Pierre2018-01-042-1/+1
* Fix minor 'the the' typosDaniel Bevenius2018-01-022-3/+3
* ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.Andy Polyakov2017-12-281-6/+482
* ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov2017-12-273-20/+19
* poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.Andy Polyakov2017-12-231-19/+21
* Add sha/asm/keccak1600-avx512vl.pl.Andy Polyakov2017-12-221-0/+390
* Fix a typo in commentBernd Edlinger2017-12-181-1/+1
* Make DRBG uninstantiate() and instantiate() methods inverse to each otherDr. Matthias St. Pierre2017-12-172-14/+19
* Allocate the three shared DRBGs on the secure heapDr. Matthias St. Pierre2017-12-171-28/+46
* 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