aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-14Fix no-tls1_2Matt Caswell1-2/+2
2018-05-14Fix no-pskMatt Caswell1-0/+2
2018-05-14CI config: no need to make both install and install_docsRichard Levitte2-2/+2
2018-05-14Link in passphrase-encoding(7) in relevant documentationRichard Levitte11-10/+60
2018-05-14Docs: add general document on how pass phrases are handledRichard Levitte1-0/+182
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte1-6/+1
2018-05-12apps/speed: Add brainpool curves supportFdaSilvaYY1-3/+27
2018-05-12apps/speed: fix possible OOB access in some EC arraysFdaSilvaYY1-123/+137
2018-05-12Set sess to NULL after freeing it.Kurt Roeckx1-0/+1
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell1-1/+1
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte5-4/+8
2018-05-11Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre4-4/+4
2018-05-11Rework the decrypt ticket callbackMatt Caswell9-145/+336
2018-05-11Fix mem leak in sslapi testMatt Caswell1-15/+16
2018-05-11Add a test for the ticket callbacksMatt Caswell1-0/+153
2018-05-11Document when a new session ticket gets created on resumptionMatt Caswell1-0/+6
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell4-81/+78
2018-05-11Flush server side unauthenticated writesMatt Caswell1-0/+3
2018-05-11Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell1-2/+7
2018-05-11Don't set TCP_NODELAY on a UDP socketMatt Caswell1-1/+2
2018-05-11Mark DTLS records as read when we have finished with themMatt Caswell2-5/+35
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell2-74/+97
2018-05-11Provide documentation for the -psk_session optionMatt Caswell2-0/+14
2018-05-11Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell1-2/+31
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx46-64/+65
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx1-1/+1
2018-05-11Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell1-0/+4
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov9-4/+11
2018-05-10.travis.yml: add pair of linux-ppc64le targets.Andy Polyakov1-0/+10
2018-05-09Fix no-cmsMatt Caswell1-4/+7
2018-05-09Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell1-1/+14
2018-05-09Fix typos in x509 documentationDr. Matthias St. Pierre2-2/+2
2018-05-09Add CHANGES entry for PR#6009Nicola Tuveri1-0/+8
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley2-90/+46
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley5-421/+8
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley5-22/+28
2018-05-08VMS rand: assign before check, not the other way aroundRichard Levitte1-1/+1
2018-05-08Fix --strict-warnings build of ppc-linux targetBernd Edlinger1-4/+10
2018-05-08ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov1-2/+3
2018-05-08Add a DTLS test for dropped recordsMatt Caswell3-7/+205
2018-05-08Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell2-0/+31
2018-05-08Only auto-retry for DTLS if configured to do soMatt Caswell1-0/+12
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell2-10/+4
2018-05-08Don't fail on an out-of-order CCS in DTLSMatt Caswell3-3/+29
2018-05-08Add a CMS API testMatt Caswell3-1/+119
2018-05-08Fix a mem leak in CMSMatt Caswell2-0/+2
2018-05-07windows-makefile.tmpl: rearrange cleanup commands to avoid ...FdaSilvaYY1-3/+4
2018-05-07.travis.yml: temporarily mask gcc-5 ubsan build.Andy Polyakov1-10/+10
2018-05-07.travis.yml: minor faceliftAndy Polyakov1-14/+10
2018-05-05CleanupRich Salz1-61/+0