summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_gmdiff.t (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang13-6/+514
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy1-0/+9
2018-05-30Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy1-1/+6
2018-05-30Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy2-5/+15
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short1-5/+9
2018-05-29Fix no-sm2 with clangTodd Short1-1/+1
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell1-0/+48
2018-05-29The result of a ^ 0 mod -1 is 0 not 1Matt Caswell1-10/+10
2018-05-29Update the "Connected Commands" section of s_client/s_server docsMatt Caswell2-8/+51
2018-05-29Prepare for 1.1.1-pre8-devMatt Caswell2-3/+3
2018-05-29Prepare for 1.1.1-pre7 releaseOpenSSL_1_1_1-pre7Matt Caswell2-2/+2
2018-05-29Update copyright yearMatt Caswell92-93/+93
2018-05-28ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre1-0/+2
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre4-6/+36
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre4-1/+77
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre4-2/+49
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre2-6/+10
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre1-4/+4
2018-05-26Try to work around ubuntu gcc-5 ubsan build failureBernd Edlinger1-10/+14
2018-05-26Improve the example getpass() implementation to show an error returnNick Mathewson1-6/+5
2018-05-26Update documentation for PEM callback: error is now -1.Nick Mathewson1-1/+1
2018-05-25Fix array bounds violation in ssl_session_dupBernd Edlinger1-1/+2
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell3-22/+41
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell4-65/+20
2018-05-24Improve compatibility of point and curve checksMatt Caswell8-27/+50
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin4-2/+76
2018-05-23Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin1-1/+1
2018-05-23Fix explicit EC curve encoding.David Benjamin2-46/+102
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni5-30/+59
2018-05-23Limit scope of CN name constraintsViktor Dukhovni15-209/+379
2018-05-23Use the client app traffic secret for PHA Finished messageMatt Caswell1-2/+13
2018-05-23INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128Richard Levitte1-2/+7
2018-05-23Better error code when lacking __SIZEOF_INT128__Richard Levitte3-3/+3
2018-05-23Fix no-ec, no-tls1_3 and no-tlsMatt Caswell1-0/+2
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx5-9/+17
2018-05-22Fix no-ec in combination with no-dhMatt Caswell3-4/+22
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz1-7/+7
2018-05-21apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov1-0/+18
2018-05-21Check malloc failure via app_mallocRich Salz1-1/+1
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell2-11/+44
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell1-1/+1
2018-05-20Windows: don't install __DECC_*.HRichard Levitte2-3/+10
2018-05-20Quiet pod2html warningsRichard Levitte1-1/+1
2018-05-20Fix no-srtp build warningsTodd Short2-0/+8
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte1-0/+2
2018-05-18Allow the ca application to use EdDSAMatt Caswell3-11/+16
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre1-0/+85
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre4-3/+52
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell1-15/+17
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell1-18/+51