summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0g releaseOpenSSL_1_1_0gMatt Caswell2017-11-024-6/+6
* Update CHANGES and NEWS for new releaseMatt Caswell2017-11-022-1/+34
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov2017-11-021-2/+10
* Fix small but important regressionRichard Levitte2017-11-021-1/+1
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-6/+20
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-10/+25
* Travis: Add a docs checking jobRichard Levitte2017-10-311-4/+12
* docs: assign section 7 where appropriateRichard Levitte2017-10-314-0/+7
* doc/crypto/OPENSSL_secure_malloc: add missing namesRichard Levitte2017-10-311-2/+3
* docs: fixup OpenSSL version styleRichard Levitte2017-10-3115-15/+15
* Adapt util/find-doc-nits back to 1.1.0Richard Levitte2017-10-311-12/+13
* Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte2017-10-311-5/+18
* afalg: Fix kernel version checkBaptiste Jonglez2017-10-312-2/+2
* afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez2017-10-311-1/+1
* EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte2017-10-313-0/+10
* Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte2017-10-312-0/+425
* Only reset the ctx when a cipher is givenKurt Roeckx2017-10-301-1/+2
* Add missing paren.Rich Salz2017-10-281-2/+2
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-271-1/+3
* crypto/x509v3/v3_utl.c: fix Coverity problems.Andy Polyakov2017-10-271-1/+4
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-5/+46
* Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang2017-10-261-3/+3
* doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte2017-10-261-0/+2
* asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte2017-10-241-2/+7
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-243-9/+4
* Don't make any changes to the lhash structure if we are going to failMatt Caswell2017-10-241-22/+40
* 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
* Correct value for BN_security_bits()Matt Caswell2017-10-231-1/+1
* s390x assembly pack: define OPENSSL_s390xcap_P in s390xcap.cPatrick Steuer2017-10-225-6/+1
* ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen2017-10-201-1/+1
* Additional name for all commandsRich Salz2017-10-1946-0/+45
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-174-29/+6
* crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer2017-10-171-2/+2
* Update RAND_load_file return value.Rich Salz2017-10-171-1/+1
* Backport key redirection test from master branchDr. Stephen Henson2017-10-141-0/+204
* Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2Ben Kaduk2017-10-121-0/+1
* Document EVP_PKEY_set1_engine()Dr. Stephen Henson2017-10-121-4/+15
* make updateDr. Stephen Henson2017-10-123-1/+4
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-124-3/+29
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Reduce the things we ignore in test/Richard Levitte2017-10-091-6/+1
* Use the possibility to have test results in a different directoryRichard Levitte2017-10-093-1/+7
* Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte2017-10-091-15/+15
* Fix parameter name, for common aesthetics and to silence IDE warnings.Mouse2017-10-091-1/+1
* Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte2017-10-091-0/+548
* Correct some typedef documentationRichard Levitte2017-10-093-4/+4
* Fix doc for i2d/d2i private/public keyRich Salz2017-10-082-2/+7