summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2n releaseOpenSSL_1_0_2nMatt Caswell2017-12-074-6/+6
* Update CHANGES and NEWS for the new releaseMatt Caswell2017-12-072-2/+44
* Fix linking of fatalerrtest in VisualStudioMatt Caswell2017-12-071-1/+1
* Add a test for CVE-2017-3737Matt Caswell2017-12-063-5/+142
* Don't allow read/write after fatal errorMatt Caswell2017-12-061-1/+1
* bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov2017-12-061-8/+7
* Update eng_fat.cMerQGh2017-12-041-0/+1
* Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY2017-11-301-2/+2
* Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY2017-11-161-7/+15
* Don't use SSLv3_client_method internally with no-ssl3Richard Levitte2017-11-141-1/+1
* Configure: add back /WX to VC-WIN32.Andy Polyakov2017-11-132-4/+4
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-138-24/+29
* lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin2017-11-111-1/+1
* ssltest.c: cb_ticket2 appears to not return a value when it "should"Richard Levitte2017-11-111-0/+1
* VMS: make an alias for a long symbol (> 31 chars)Richard Levitte2017-11-102-1/+4
* util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov2017-11-082-2/+4
* {aes-armv4|bsaes-armv7|sha256-armv4}.pl: make it work with binutils-2.29Andy Polyakov2017-11-073-7/+7
* Fix error handling in heartbeat processingBernd Edlinger2017-11-071-2/+8
* Don't error with -1 for BIGNUM exp operationsMatt Caswell2017-11-071-4/+4
* Fix an endless loop in rsa_builtin_keygen.Rich Salz2017-11-071-12/+11
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-032-0/+6
* Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl2017-11-031-2/+6
* Fix no-ssl3-method buildKurt Roeckx2017-11-031-0/+2
* Prepare for 1.0.2n-devMatt Caswell2017-11-025-5/+13
* 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