summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-03-27Don't write out a bad OIDMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-27pariscid.pl: fix nasty typo in CRYPTO_memcmp.Andy Polyakov
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-03-21consttime flag changedSamuel Weiser
2018-03-21used ERR set/pop markSamuel Weiser
2018-03-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-08Make a few more asm modules conform: last argument is output fileRichard Levitte
2018-03-06Avoid unconditional store in CRYPTO_malloc.knekritz
2018-03-03mem_sec.c: portability fixup.Andy Polyakov
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
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-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-02-19Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-13Avoid fragile aliasing of SHA224/384 update/finalViktor Dukhovni
2018-02-13Fix bug in BIO_f_linebuffer()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-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-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-29Fix strict-warnings build on FreeBSDBenjamin Kaduk
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2017-12-27ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-12Fix more OCSP_resp_get0_signer() nitsBen Kaduk
2017-12-12Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer
2017-12-12Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte
2017-12-10Make BIO_METHOD struct definitions consistentDaniel Bevenius