summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-12-07Prepare for 1.0.2n releaseOpenSSL_1_0_2nMatt Caswell
2017-12-07Update CHANGES and NEWS for the new releaseMatt Caswell
2017-12-07Fix linking of fatalerrtest in VisualStudioMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-12-06Don't allow read/write after fatal errorMatt 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-30Fix docs for EVP_EncryptUpdate and EVP_DecryptUpdateFdaSilvaYY
2017-11-16Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY
2017-11-14Don't use SSLv3_client_method internally with no-ssl3Richard Levitte
2017-11-13Configure: add back /WX to VC-WIN32.Andy Polyakov
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-11ssltest.c: cb_ticket2 appears to not return a value when it "should"Richard Levitte
2017-11-10VMS: make an alias for a long symbol (> 31 chars)Richard Levitte
2017-11-08util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov
2017-11-07{aes-armv4|bsaes-armv7|sha256-armv4}.pl: make it work with binutils-2.29Andy Polyakov
2017-11-07Fix error handling in heartbeat processingBernd Edlinger
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-03Fix no-ssl3-method buildKurt Roeckx
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-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