summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-02Prepare for 1.0.2m releaseOpenSSL_1_0_2mMatt Caswell
2017-11-02make updateMatt Caswell
2017-11-02Update CHANGES and NEWS for new releaseMatt 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-11-01Fix weak digest in TLS 1.2 with SNI.David Benjamin
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-19Additional name for all commandsRich Salz
2017-10-13Don't use colortable; avoid Win32 overwriteRich Salz
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-03Fix backport by moving file.Dr. Stephen Henson
2017-10-03Document missing EVP_PKEY_method_* itemsPaul Yang
2017-10-03update ordinalsDr. Stephen Henson
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-29doc: note that the BN_new() initialises the BIGNUMHubert Kario
2017-09-29doc: BN_free() is NULL-safeHubert Kario
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-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-09-11Update rsautl.pod for typomultics
2017-09-07Fix error handling/cleanupRich Salz
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-25Remove an out of date reference to RTMatt Caswell
2017-08-24Fix cherry-pick; move file.Rich Salz
2017-08-24Correct GCM docs.Dr. Stephen Henson
2017-08-23Tweak wording to be more clear.Rich 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-09Add missing HTML tag in www_body in s_server.cXiaoyin Liu
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-28Fix a reference nit in docPaul Yang
2017-07-26Backport X509_check_private_key.podPaul Yang
2017-07-26Fix comment typo.David Benjamin