summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2m releaseOpenSSL_1_0_2mMatt Caswell2017-11-024-6/+6
* make updateMatt Caswell2017-11-022-3/+3
* Update CHANGES and NEWS for new releaseMatt Caswell2017-11-022-2/+32
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov2017-11-021-2/+10
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-5/+19
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-15/+27
* Fix weak digest in TLS 1.2 with SNI.David Benjamin2017-11-013-9/+75
* Use malloc/memset not calloc for WinCE portabilityRichard Levitte2017-10-261-2/+17
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-5/+46
* Don't make any changes to the lhash structure if we are going to failMatt Caswell2017-10-251-29/+48
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-243-9/+68
* Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu2017-10-241-0/+1
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-231-2/+4
* Additional name for all commandsRich Salz2017-10-1942-0/+42
* Don't use colortable; avoid Win32 overwriteRich Salz2017-10-131-7/+6
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Fix backport by moving file.Dr. Stephen Henson2017-10-031-0/+0
* Document missing EVP_PKEY_method_* itemsPaul Yang2017-10-031-0/+376
* update ordinalsDr. Stephen Henson2017-10-031-0/+14
* EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson2017-10-032-0/+259
* Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger2017-10-023-6/+3
* Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser2017-09-291-0/+1
* doc: note that the BN_new() initialises the BIGNUMHubert Kario2017-09-291-1/+2
* doc: BN_free() is NULL-safeHubert Kario2017-09-291-0/+1
* BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser2017-09-272-2/+3
* Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser2017-09-271-0/+5
* Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte2017-09-261-4/+9
* Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin2017-09-191-0/+6
* Update rsautl.pod for typomultics2017-09-111-1/+1
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* Avoid out-of-bounds readRich Salz2017-08-281-4/+6
* Remove an out of date reference to RTMatt Caswell2017-08-251-4/+2
* Fix cherry-pick; move file.Rich Salz2017-08-241-0/+0
* Correct GCM docs.Dr. Stephen Henson2017-08-241-2/+1
* Tweak wording to be more clear.Rich Salz2017-08-231-2/+3
* Use casts for arguments to ctype functions.Pauli2017-08-222-2/+3
* Set FIPS thread id callback.Dr. Stephen Henson2017-08-181-0/+7
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULL (ba...David von Oheimb2017-08-181-0/+2
* err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov2017-08-181-2/+0
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* Fix 'no-cms'Richard Levitte2017-08-155-3/+16
* Add missing HTML tag in www_body in s_server.cXiaoyin Liu2017-08-091-1/+1
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Add NOTTOOLONG macro for more clear code.Rich Salz2017-08-071-13/+9
* Add a missing CRYPTO_w_unlock in get_cert_by_subjectBernd Edlinger2017-08-041-0/+1
* Fix an information leak in the RSA padding check code.Bernd Edlinger2017-07-312-3/+9
* Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger2017-07-292-0/+2
* Fix a reference nit in docPaul Yang2017-07-281-1/+1
* Backport X509_check_private_key.podPaul Yang2017-07-261-0/+54
* Fix comment typo.David Benjamin2017-07-261-1/+1