aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Prepare for 1.1.0f releaseOpenSSL_1_1_0fMatt Caswell4-6/+6
2017-05-25Update CHANGES and NEWS for new releaseMatt Caswell2-3/+1
2017-05-24Document that PKCS#12 functions assume UTF-8 for passwordsDavid Woodhouse2-0/+21
2017-05-24Clarify what character encoding is used in the returned UI stringsRichard Levitte1-8/+18
2017-05-23Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang1-1/+1
2017-05-22[1.1.0 backport] set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor1-2/+46
2017-05-22Fix infinite loops in secure memory allocation.Todd Short2-4/+74
2017-05-22Fix srp app missing NULL termination with password callbackDiego Santa Cruz1-18/+24
2017-05-22test/run_tests.pl: don't mask test failures.Andy Polyakov1-1/+3
2017-05-21-inkey can be an identifier, not just a fileRich Salz6-9/+15
2017-05-19Fix endless loop on srp app when listing usersDiego Santa Cruz1-5/+8
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2-3/+3
2017-05-19Make SSL_is_server() accept a const SSLMatt Caswell2-2/+2
2017-05-17Remove notification settings from appveyor.ymlRichard Levitte1-8/+0
2017-05-15INSTALL: Remind people to read more if they added configuration optionsRichard Levitte1-0/+5
2017-05-15INSTALL: clarify a bit more how Configure treats "unknown" optionsRichard Levitte1-10/+15
2017-05-12Clean up SSL_OP_* a bitTodd Short1-42/+58
2017-05-11Clean away needless VMS checkRichard Levitte1-3/+0
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte2-12/+2
2017-05-11Fix strict-warnings buildPatrick Steuer1-1/+1
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz2-2/+7
2017-05-11Remove dead code.Pauli1-2/+0
2017-05-10Ignore MSVC warnings (via Gisle Vanem)Rich Salz1-0/+13
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell2-3/+207
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell3-0/+27
2017-05-10Prefer TAP::Harness over Test::HarnessRichard Levitte1-11/+47
2017-05-09Remove support for OPENSSL_SSL_TRACE_CRYPTOMatt Caswell3-91/+0
2017-05-08Added a new Makefile in demos/evp directoryMeena Vyas2-1/+22
2017-05-05sha/sha512.c: fix formatting.Andy Polyakov1-28/+42
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov1-2/+3
2017-05-04Fix pathname errors in errcode fileRich Salz1-3/+2
2017-05-04Don't leave stale errors on queue if DSO_dsobyaddr() failsMatt Caswell1-1/+5
2017-05-02Convert uses of snprintf to BIO_snprintfRich Salz1-10/+10
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2-26/+43
2017-05-02Fix URL links in commentRich Salz1-3/+7
2017-05-02Fix time offset calculation.Todd Short2-2/+2
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov1-3/+14
2017-04-28Check fflush on BIO_ctrl callRich Salz3-4/+11
2017-04-28Ensure blank lines between tests.Rich Salz1-0/+35
2017-04-28TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte1-0/+6
2017-04-27Remove (broken) diagnostic printRich Salz1-6/+0
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger1-7/+2
2017-04-26CT_POLICY_EVAL_CTX_set_time expects milliseconds, but given secondsRob Percival1-1/+2
2017-04-26Add SSL tests for certificates with embedded SCTsRob Percival3-115/+225
2017-04-26Add and use function test_pem to work out test filenames.Dr. Stephen Henson4-28/+27
2017-04-25asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov1-9/+20
2017-04-25asn1/a_int.c: don't write result if returning error.Andy Polyakov1-1/+0
2017-04-25asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov1-41/+29
2017-04-25asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov1-84/+52
2017-04-25Fix some variable references in init_clientMatt Caswell1-3/+4