summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx
2018-05-11Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-05-10.travis.yml: add pair of linux-ppc64le targets.Andy Polyakov
2018-05-09Fix no-cmsMatt Caswell
2018-05-09Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell
2018-05-09Fix typos in x509 documentationDr. Matthias St. Pierre
2018-05-09Add CHANGES entry for PR#6009Nicola Tuveri
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley
2018-05-08VMS rand: assign before check, not the other way aroundRichard Levitte
2018-05-08Fix --strict-warnings build of ppc-linux targetBernd Edlinger
2018-05-08ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov
2018-05-08Add a DTLS test for dropped recordsMatt Caswell
2018-05-08Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-08Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-08Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell
2018-05-08Don't fail on an out-of-order CCS in DTLSMatt Caswell
2018-05-08Add a CMS API testMatt Caswell
2018-05-08Fix a mem leak in CMSMatt Caswell
2018-05-07windows-makefile.tmpl: rearrange cleanup commands to avoid ...FdaSilvaYY
2018-05-07.travis.yml: temporarily mask gcc-5 ubsan build.Andy Polyakov
2018-05-07.travis.yml: minor faceliftAndy Polyakov
2018-05-05CleanupRich Salz
2018-05-05Configure: fix Mac OS X builds that still require makedependTodd Short
2018-05-05Configure: pass more suitable argument to compiler_predefined().Andy Polyakov
2018-05-05Configure: move --noexecstack probe to Configure.Andy Polyakov
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-05-04docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_idRichard Levitte
2018-05-03v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 2Richard Levitte
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 1Richard Levitte
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-02Add a test for SSL_get_shared_ciphers()Matt Caswell
2018-05-02Fix a bug in create_ssl_ctx_pair()Matt Caswell
2018-05-02Add some documentation for SSL_get_shared_ciphers()Matt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-02opensslconf.h inclusion cleanupFdaSilvaYY
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov
2018-05-02apps/speed.c: merge parameters defining EC curves to test ...FdaSilvaYY
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-05-02Add a note about Nagle's algorithm on the SSL_connect man pageMatt Caswell
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk
2018-05-01Improve error handling in rand_init functionBernd Edlinger
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell