summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-24Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-13Don't use colortable; avoid Win32 overwriteRich Salz
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-03EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-09-07Fix error handling/cleanupRich Salz
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-22Use casts for arguments to ctype functions.Pauli
2017-08-18Set FIPS thread id callback.Dr. Stephen Henson
2017-08-18Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL (ba...David von Oheimb
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-08-15Fix 'no-cms'Richard Levitte
2017-08-07Avoid surpising password dialog in X509 file lookup.Bernd Edlinger
2017-08-07Add NOTTOOLONG macro for more clear code.Rich Salz
2017-08-04Add a missing CRYPTO_w_unlock in get_cert_by_subjectBernd Edlinger
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-26Fix comment typo.David Benjamin
2017-07-25x86_64 assembly pack: "optimize" for Knights Landing.Andy Polyakov
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-23Fix RSA-PSS in FIPS mode by switching digest implementations.Dr. Stephen Henson
2017-07-19Remove some dead codeMatt Caswell
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell
2017-07-16Backport of 5b8fa43 and remove resolved TODO: see PR#3924.Bernd Edlinger
2017-07-06Avoid possible memleak in X509_policy_check()Richard Levitte
2017-07-05Fix a memleak in X509_PKEY_new.Bernd Edlinger
2017-07-05Undo one UI fixRichard Levitte
2017-07-05Fix small UI issuesRichard Levitte
2017-07-02Fix a memleak in ec_GFp_mont_group_set_curve.Bernd Edlinger
2017-07-02Fix a memory leak in ecdh/ecdsa_check.Bernd Edlinger
2017-06-21Remove inadvertently commited test binariesBenjamin Kaduk
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-14Remove the fallback from ERR_get_state because theBernd Edlinger