summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre
2018-05-26Try to work around ubuntu gcc-5 ubsan build failureBernd Edlinger
2018-05-26Improve the example getpass() implementation to show an error returnNick Mathewson
2018-05-26Update documentation for PEM callback: error is now -1.Nick Mathewson
2018-05-25Fix array bounds violation in ssl_session_dupBernd Edlinger
2018-05-24Add a sanity check on the length of pkeyutl inputsMatt Caswell
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-23Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin
2018-05-23Fix explicit EC curve encoding.David Benjamin
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-23Use the client app traffic secret for PHA Finished messageMatt Caswell
2018-05-23INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128Richard Levitte
2018-05-23Better error code when lacking __SIZEOF_INT128__Richard Levitte
2018-05-23Fix no-ec, no-tls1_3 and no-tlsMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-22Fix no-ec in combination with no-dhMatt Caswell
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz
2018-05-21apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov
2018-05-21Check malloc failure via app_mallocRich Salz
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2018-05-20Windows: don't install __DECC_*.HRichard Levitte
2018-05-20Quiet pod2html warningsRichard Levitte
2018-05-20Fix no-srtp build warningsTodd Short
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell
2018-05-17Add documentation for the ability to control the number of ticketsMatt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-17Add a note on CHANGES and NEWS in CONTRIBUTINGRichard Levitte
2018-05-16When producing man-pages, ensure NAME section is one line onlyRichard Levitte
2018-05-15NOTES.ANDROID: fix typo in build notesGregor Jasny
2018-05-15windows-makefile.tmpl: delete export library prior link.Andy Polyakov
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-14Fix no-tls1_2Matt Caswell
2018-05-14Fix no-pskMatt Caswell