summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-03-28o_time.c: use gmtime_s with MSVCMiroslav Suk
2018-03-27Don't write out a bad OIDMatt Caswell
2018-03-27Prepare for 1.0.2p-devMatt Caswell
2018-03-27Prepare for 1.0.2o releaseOpenSSL_1_0_2oMatt Caswell
2018-03-27make updateMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-26Limit 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-20Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-03-14crypto/engine/eng_cryptodev.c: don't treat a void* like an arrayRichard Levitte
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2018-02-26bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre
2018-02-21X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handlingPavel Kopyl
2018-02-13Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2018-02-02Fix timing leak in BN_from_montgomery_word.Andy Polyakov
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-24Fix error-path memory leak in asn_mime.cTodd Short
2018-01-24Changed OPENSSL_gmtime so macOS uses threadsafe gmtime_r instead of gmtime.Jonathan Scalise
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-08Standardize syntax around sizeof(foo)Rich Salz
2017-12-08Fix an incoherent test.FdaSilvaYY
2017-12-08Add missing prototype for FIPS callbackDr. Matthias St. Pierre
2017-12-07Prepare for 1.0.2o-devMatt Caswell
2017-12-07Prepare for 1.0.2n releaseOpenSSL_1_0_2nMatt Caswell
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-16Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin
2017-11-10VMS: make an alias for a long symbol (> 31 chars)Richard Levitte
2017-11-07{aes-armv4|bsaes-armv7|sha256-armv4}.pl: make it work with binutils-2.29Andy Polyakov
2017-11-07Don't error with -1 for BIGNUM exp operationsMatt Caswell
2017-11-07Fix an endless loop in rsa_builtin_keygen.Rich Salz
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-02Prepare for 1.0.2n-devMatt Caswell
2017-11-02Prepare for 1.0.2m releaseOpenSSL_1_0_2mMatt Caswell
2017-11-02make updateMatt Caswell
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-01Address a timing side channel whereby it is possible to determine somePauli
2017-10-26Use malloc/memset not calloc for WinCE portabilityRichard Levitte
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-10-25Don't make any changes to the lhash structure if we are going to failMatt Caswell