aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Prepare for 1.1.0g releaseOpenSSL_1_1_0gMatt Caswell4-6/+6
2017-11-02Update CHANGES and NEWS for new releaseMatt Caswell2-1/+34
2017-11-02bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov1-2/+10
2017-11-02Fix small but important regressionRichard Levitte1-1/+1
2017-11-01Address a timing side channel whereby it is possible to determine somePauli1-6/+20
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli1-10/+25
2017-10-31Travis: Add a docs checking jobRichard Levitte1-4/+12
2017-10-31docs: assign section 7 where appropriateRichard Levitte4-0/+7
2017-10-31doc/crypto/OPENSSL_secure_malloc: add missing namesRichard Levitte1-2/+3
2017-10-31docs: fixup OpenSSL version styleRichard Levitte15-15/+15
2017-10-31Adapt util/find-doc-nits back to 1.1.0Richard Levitte1-12/+13
2017-10-31Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte1-5/+18
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez2-2/+2
2017-10-31afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez1-1/+1
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte3-0/+10
2017-10-31Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte2-0/+425
2017-10-30Only reset the ctx when a cipher is givenKurt Roeckx1-1/+2
2017-10-28Add missing paren.Rich Salz1-2/+2
2017-10-27x509v3/v3_utl.c: avoid double-free.Andy Polyakov1-1/+3
2017-10-27crypto/x509v3/v3_utl.c: fix Coverity problems.Andy Polyakov1-1/+4
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell1-5/+46
2017-10-26Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang1-3/+3
2017-10-26doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte1-0/+2
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte1-2/+7
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte3-9/+4
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell1-22/+40
2017-10-24Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu1-0/+1
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte1-2/+4
2017-10-23Correct value for BN_security_bits()Matt Caswell1-1/+1
2017-10-22s390x assembly pack: define OPENSSL_s390xcap_P in s390xcap.cPatrick Steuer5-6/+1
2017-10-20ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen1-1/+1
2017-10-19Additional name for all commandsRich Salz46-0/+45
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer4-29/+6
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer1-2/+2
2017-10-17Update RAND_load_file return value.Rich Salz1-1/+1
2017-10-14Backport key redirection test from master branchDr. Stephen Henson1-0/+204
2017-10-12Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2Ben Kaduk1-0/+1
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson1-4/+15
2017-10-12make updateDr. Stephen Henson3-1/+4
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson4-3/+29
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson1-0/+3
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson1-2/+3
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell1-6/+16
2017-10-09Reduce the things we ignore in test/Richard Levitte1-6/+1
2017-10-09Use the possibility to have test results in a different directoryRichard Levitte3-1/+7
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte1-15/+15
2017-10-09Fix parameter name, for common aesthetics and to silence IDE warnings.Mouse1-1/+1
2017-10-09Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte1-0/+548
2017-10-09Correct some typedef documentationRichard Levitte3-4/+4
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz2-2/+7