summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-26Prepare for 1.1.1b releaseOpenSSL_1_1_1bMatt Caswell
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-26e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-26eng_devcrypto: close open session on initEneas U de Queiroz
2019-02-26Update NEWS for new releaseMatt Caswell
2019-02-26Disable 02-test_errstr.t on msys/mingw as well as MSWin32Richard Levitte
2019-02-26VMS: disable the shlibload test for nowRichard Levitte
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-22Windows: Call TerminateProcess, not ExitProcessRichard Levitte
2019-02-22Don't restrict the number of KeyUpdate messages we can processMatt Caswell
2019-02-22engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre
2019-02-22Fix a grammar nit in CRYPTO_get_ex_new_index.podPaul Yang
2019-02-21Fix dasync engineMatt Caswell
2019-02-21SSL_CONF_cmd: fix doc for NoRenegotiationHubert Kario
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri
2019-02-20Test for constant-time flag leakage in BN_CTXNicola Tuveri
2019-02-20[test] unit test for field_inv function pointer in EC_METHODBilly Brumley
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea
2019-02-19Fix reference to symbol 'main'.Matthias Kraft
2019-02-19Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-02-17Add missing dots in dgst man pageVedran Miletić
2019-02-17Fixed typoJan Macku
2019-02-17Check for unpaired .cfi_remember_stateDavid Benjamin
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-15Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell
2019-02-14Fix -verify_return_error in s_clientMatt Caswell
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-14Ignore cipher suites when setting cipher listSam Roberts
2019-02-14Configure: stop forcing use of DEFINE macros in headersRichard Levitte
2019-02-13Windows/Cygwin dlls need the executable bit setMichael Haubenwallner
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2019-02-13AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2019-02-11apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.cRichard Levitte
2019-02-11test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez
2019-02-08Update d2i_PrivateKey documentationTodd Short
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts
2019-02-04Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft