summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-08Fix an incoherent test.FdaSilvaYY
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-12-04Update eng_fat.cMerQGh
2017-11-27Check for malloc failureRich Salz
2017-11-25Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin
2017-11-10Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-11-08rc4/build.info: fix HP-UX rc4-ia64 rule.Andy Polyakov
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-11-05aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.Andy Polyakov
2017-11-03Spelling doc #3580FdaSilvaYY
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl
2017-11-02bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov
2017-11-01Address a timing side channel whereby it is possible to determine somePauli
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte
2017-10-30Only reset the ctx when a cipher is givenKurt Roeckx