summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-06Avoid unconditional store in CRYPTO_malloc.knekritz
2018-03-06d2i_X509.pod: clarify usage of the 'pp' function parameterDr. Matthias St. Pierre
2018-03-04Fix credit for SRP codeRich Salz
2018-03-04Windows makefile: Don't quote generator argumentsRichard Levitte
2018-03-03mem_sec.c: portability fixup.Andy Polyakov
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2018-03-03Fixed a typo in a man pageAlex Gaynor
2018-03-01Fix typo in ASN1_STRING_length docIvan Filenko
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer
2018-02-28Always use adr with __thumb2__.David Benjamin
2018-02-26bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre
2018-02-26mem_sec.c: relax POSIX requirement.Andy Polyakov
2018-02-24test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-02-22Update EC_POINT_new.podPer Sandström
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-02-21Sanity check the ticket length before using key name/IVMatt Caswell
2018-02-19Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-19test_ssl_old: avoid empty strings for flagsRichard Levitte
2018-02-19OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-02-13Avoid fragile aliasing of SHA224/384 update/finalViktor Dukhovni
2018-02-13Configure: if a file is generated, never assume it's in the source dirRichard Levitte
2018-02-13Fix bug in BIO_f_linebuffer()Richard Levitte
2018-02-13Copy dlls into fuzz directoryMatt Caswell
2018-02-13Add the target 'build_all_generated'Richard Levitte
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni
2018-02-09Swap the check in ssl3_write_pending to avoid usingBernd Edlinger
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2018-02-08util/mkdef.pl: Fix incomplete cherry-pickRichard Levitte
2018-02-08util/mkdef.pl: use better array in search of 'DEPRECATEDIN_'Richard Levitte
2018-02-08util/mkdef.pl: Trust configdata.pmRichard Levitte
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte
2018-02-06Remove unused fileRich Salz
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin
2018-02-01Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin
2018-02-01Make BN_num_bits_word constant-time.David Benjamin
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2018-01-30Update CHANGES with info about SSL_OP_NO_RENGOTIATIONMatt Caswell
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-30Make sure we check an incoming reneg ClientHello in DTLSMatt Caswell
2018-01-29Fix strict-warnings build on FreeBSDBenjamin Kaduk
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte