summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1-pre7 releaseOpenSSL_1_1_1-pre7Matt Caswell2018-05-292-2/+2
* Update copyright yearMatt Caswell2018-05-2992-93/+93
* ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre2018-05-281-0/+2
* ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-284-6/+36
* RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-284-1/+77
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-284-2/+49
* DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-282-6/+10
* util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre2018-05-271-4/+4
* Try to work around ubuntu gcc-5 ubsan build failureBernd Edlinger2018-05-261-10/+14
* Improve the example getpass() implementation to show an error returnNick Mathewson2018-05-261-6/+5
* Update documentation for PEM callback: error is now -1.Nick Mathewson2018-05-261-1/+1
* Fix array bounds violation in ssl_session_dupBernd Edlinger2018-05-251-1/+2
* Add a sanity check on the length of pkeyutl inputsMatt Caswell2018-05-243-22/+41
* Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell2018-05-244-65/+20
* Improve compatibility of point and curve checksMatt Caswell2018-05-248-27/+50
* Save and restore the Windows error around TlsGetValue.David Benjamin2018-05-234-2/+76
* Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin2018-05-231-1/+1
* Fix explicit EC curve encoding.David Benjamin2018-05-232-46/+102
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-235-30/+59
* Limit scope of CN name constraintsViktor Dukhovni2018-05-2315-209/+379
* Use the client app traffic secret for PHA Finished messageMatt Caswell2018-05-231-2/+13
* INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128Richard Levitte2018-05-231-2/+7
* Better error code when lacking __SIZEOF_INT128__Richard Levitte2018-05-233-3/+3
* Fix no-ec, no-tls1_3 and no-tlsMatt Caswell2018-05-231-0/+2
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-225-9/+17
* Fix no-ec in combination with no-dhMatt Caswell2018-05-223-4/+22
* ssl/ssl_txt: fix NULL-checkTilman Keskinöz2018-05-211-7/+7
* apps/s_socket.c: address rare TLSProxy failures on Windows.Andy Polyakov2018-05-211-0/+18
* Check malloc failure via app_mallocRich Salz2018-05-211-1/+1
* Don't cache stateless tickets in TLSv1.3Matt Caswell2018-05-212-11/+44
* Fix undefined behaviour in X509_NAME_cmp()Matt Caswell2018-05-211-1/+1
* Windows: don't install __DECC_*.HRichard Levitte2018-05-202-3/+10
* Quiet pod2html warningsRichard Levitte2018-05-201-1/+1
* Fix no-srtp build warningsTodd Short2018-05-202-0/+8
* Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte2018-05-201-0/+2
* Allow the ca application to use EdDSAMatt Caswell2018-05-183-11/+16
* DH: add some basic tests (and comments)Dr. Matthias St. Pierre2018-05-181-0/+85
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-184-3/+52
* Make BN_GF2m_mod_arr more constant timeMatt Caswell2018-05-171-15/+17
* Improve testing of tickets with post-handshake authMatt Caswell2018-05-171-18/+51
* Add documentation for the ability to control the number of ticketsMatt Caswell2018-05-171-0/+68
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-177-54/+185
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-174-4/+25
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-175-18/+93
* Add a note on CHANGES and NEWS in CONTRIBUTINGRichard Levitte2018-05-171-0/+17
* When producing man-pages, ensure NAME section is one line onlyRichard Levitte2018-05-161-0/+26
* NOTES.ANDROID: fix typo in build notesGregor Jasny2018-05-151-1/+1
* windows-makefile.tmpl: delete export library prior link.Andy Polyakov2018-05-151-0/+1
* Suport TLSv1.3 draft 28Matt Caswell2018-05-158-14/+50
* Fix no-tls1_2Matt Caswell2018-05-141-2/+2