aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri9-4/+32
2020-07-06improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss1-7/+9
2020-07-06Ensure TLS padding is added during encryption on the provider sideMatt Caswell2-6/+58
2020-07-06Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell4-46/+97
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell22-4/+44
2020-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell4-0/+21
2020-07-06Ensure the sslcorrupttest checks all errors on the queueMatt Caswell1-3/+11
2020-07-06Ensure GCM "update" failures return 0 on errorMatt Caswell1-2/+2
2020-07-06Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell1-1/+2
2020-07-06Make the NULL cipher TLS awareMatt Caswell1-8/+75
2020-07-06Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell2-1/+2
2020-07-06Make libssl start using the TLS provider CBC supportMatt Caswell2-50/+141
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell6-20/+178
2020-07-06Remove SSL dependencies from tls_pad.cMatt Caswell3-77/+135
2020-07-06Split the padding/mac removal functions out into a separate fileMatt Caswell3-270/+283
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell9-402/+377
2020-07-05TEST: update 02-test_errstr.t to have better testsRichard Levitte1-78/+79
2020-07-05SSL: fix misuse of ERR_LIB_SYSRichard Levitte1-1/+2
2020-07-05TEST: fix test/errtest.cRichard Levitte1-9/+38
2020-07-05ERR: special case system errorsRichard Levitte4-113/+129
2020-07-05ERR: refactor global error codesRichard Levitte1-24/+58
2020-07-05CORE: perform post-condition in algorithm_do_this() under all circumstancesRichard Levitte1-6/+5
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb28-855/+881
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb47-107/+313
2020-07-05util/markdownlint.rb: Add two rule exceptions: MD023 and MD026Dr. David von Oheimb1-0/+2
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli1-3/+2
2020-07-05coverity 1464983: null pointer dereferencePauli1-33/+35
2020-07-05coverity 1464984: Null pointer dereferencesPauli1-3/+3
2020-07-05cmp: remove NULL check.Pauli1-2/+1
2020-07-05coverity: CID 1464987: USE AFTER FREEPauli1-1/+1
2020-07-05rand: avoid caching RNG parameters.Pauli2-29/+14
2020-07-05Refactor the EVP_RAND code to make locking issues less likelyPauli1-67/+149
2020-07-05rand: fix recursive locking issue.Pauli1-18/+11
2020-07-05Fix typos and repeated wordsGustaf Neumann107-172/+170
2020-07-04Configuration and build: Fix solaris tagsRichard Levitte2-1/+2
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte1-1/+0
2020-07-04NOTE.WIN: suggest the audetecting configuration variant as wellRichard Levitte1-1/+2
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte1-12/+14
2020-07-03Fix a typo in the i2d_TYPE_fp documentationMatt Caswell1-1/+1
2020-07-03Don't run the cmp_cli tests if using FUZZING_BUILD_MODEMatt Caswell1-3/+8
2020-07-03If an empty password is supplied still try to use itMatt Caswell1-6/+9
2020-07-03Ensure a string is properly terminated in http_client.cMatt Caswell1-4/+9
2020-07-0381-test_cmp_cli.t: Correct subroutine quote_spc_empty and its useDr. David von Oheimb1-2/+2
2020-07-0381-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port settingDr. David von Oheimb1-12/+13
2020-07-03test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFPDr. David von Oheimb2-6/+9
2020-07-03test/run_tests.pl: Add visual separator after failed test case for VFP and VF...Dr. David von Oheimb1-0/+1
2020-07-03test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)Dr. David von Oheimb3-24/+21
2020-07-03Configure: fix handling of build.info attributes with valueRichard Levitte1-3/+3
2020-07-03Fix up build issue when running cpp testsJon Spillett1-0/+4
2020-07-03doc: Remove stray backtickJakub Wilk1-1/+1