summaryrefslogtreecommitdiffstats
path: root/appveyor.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-16Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz23-31/+32
2017-07-16Address Coverity issues.Pauli1-3/+2
2017-07-15sha/asm/keccak1600-avx2.pl: optimized remodelled version.Andy Polyakov1-97/+99
2017-07-15sha/asm/keccak1600-avx2.pl: remodel register usage.Andy Polyakov1-109/+105
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte1-1/+1
2017-07-15OSSL_STORE "file" scheme loader: check that a DOS device is correctly namedRichard Levitte1-3/+7
2017-07-15OSSL_STORE "file" scheme loader: check for absolute path in URI laterRichard Levitte1-18/+28
2017-07-15test/recipes/90-test_store.t: Add a few cases with files starting with 'file:'Richard Levitte1-0/+31
2017-07-15OSSL_STORE: Treat URIs as files first (with exceptions), then as full URIsRichard Levitte2-28/+76
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte4-5/+5
2017-07-15test/recipes/90-test_store.t: Test absolute filesRichard Levitte1-4/+15
2017-07-15test/recipes/90-test_store.t: Rename some functionsRichard Levitte1-16/+16
2017-07-15Start to overhaul RAND APIRich Salz6-322/+238
2017-07-14For Windows, use _stat rather than statRichard Levitte1-0/+4
2017-07-14Fix style in crypto/store/loader_file.cRichard Levitte1-4/+54
2017-07-14Update PR#3925Roelof duToit1-3/+9
2017-07-14Retry SSL_read on ERROR_WANT_READ.Roelof duToit1-5/+5
2017-07-14Fix #946 Add -preserve_dates to x509 appTodd Short2-10/+28
2017-07-13Fix bug in err_string_data_cmpRich Salz1-1/+3
2017-07-13Remove trailing blanks.Pauli3-4/+4
2017-07-13Test cleaning and modernisationPauli8-88/+68
2017-07-13Change return (x) to return xPauli1-14/+14
2017-07-13Avoid having an unsigned integer decrement below zero.Pauli1-11/+18
2017-07-13Fix some issues raise by coverity in the tests.Pauli5-23/+26
2017-07-13Add sanity test for certificate tableDr. Stephen Henson3-1/+104
2017-07-13Move certificate table to header file so it can be tested.Dr. Stephen Henson2-13/+22
2017-07-13Add additional ECDSA/Ed25519 selection tests.Dr. Stephen Henson2-108/+224
2017-07-13Use cert tables in ssl_set_sig_maskDr. Stephen Henson1-33/+12
2017-07-13make errorsDr. Stephen Henson3-0/+4
2017-07-13Use cert tables instead of X509_certificate_typeDr. Stephen Henson2-43/+18
2017-07-13Use certificate tables instead of ssl_cert_typeDr. Stephen Henson4-42/+17
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson4-97/+57
2017-07-13Replace tls12_get_pkey_idxDr. Stephen Henson1-40/+3
2017-07-13Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson1-0/+3
2017-07-13Add certificate properties table.Dr. Stephen Henson3-0/+61
2017-07-12Demo style fixes and modernisation.Pauli5-39/+33
2017-07-12coding style: remove extra whitespace charactorhongliang2-2/+2
2017-07-12Rewrite RAND_egdRich Salz2-159/+68
2017-07-10Fix error handling in get_header_and_data.Bernd Edlinger1-1/+2
2017-07-10Fix crash in BUF_MEM_grow_clean.Bernd Edlinger1-2/+4
2017-07-10Optimize sha/asm/keccak1600-avx2.pl.Andy Polyakov1-84/+87