summaryrefslogtreecommitdiffstats
path: root/test/dtlstest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-17Parameter building utilities.Pauli10-3/+984
2019-07-16remove end of line spacesPauli7-11/+11
2019-07-16Remove tab characters from C source files.Pauli20-228/+228
2019-07-16Auto add a label depending on the type of issue they report.Kurt Roeckx2-0/+2
2019-07-16Provider config module: allow providers to already be loadedRichard Levitte1-1/+3
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short2-3/+3
2019-07-16s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer1-5/+5
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni1-2/+4
2019-07-16Document the new EVP_KEYEXCH type and related functionsMatt Caswell5-13/+124
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell9-7/+105
2019-07-16Enable PKCS#3 DH in the providersMatt Caswell1-2/+0
2019-07-16Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell5-1/+189
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell14-135/+607
2019-07-16Regenerate mkerr filesRich Salz84-5066/+2179
2019-07-16Remove function name from errorsRich Salz15-273/+91
2019-07-16Remove DRBG from SSL structure.Pauli1-1/+0
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis28-1027/+822
2019-07-11remove end of line whitespacePauli1-1/+1
2019-07-11Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell4-144/+129
2019-07-11Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2-11/+53
2019-07-11Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2-91/+62
2019-07-11Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell17-16/+20
2019-07-11Add simple ASN.1 utils for DSA signature DER.David Makepeace8-16/+665
2019-07-11Coverity #1451596: check dirlen for being negativePauli1-0/+2
2019-07-11Coverity #1451595: use correct free function.Pauli1-2/+2
2019-07-15util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte1-0/+3
2019-07-15In documentation, consistently refer to OpenSSL 3.0Richard Levitte30-31/+31
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell14-42/+100
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte5-513/+538
2019-07-15Refactor apps/progs.* to be generate with 'make update'Richard Levitte8-128/+683
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs1-2/+2
2019-07-11issue-9316: Update return documentation for RAND_set_rand_engineagnosticdev1-3/+4
2019-07-11Make allocation/free/clean available to providersRich Salz6-148/+369
2019-07-11Adapt the provider AES for more use of OSSL_PARAMRichard Levitte1-119/+127
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte6-92/+216
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte3-12/+9
2019-07-11test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte1-0/+8
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger2-2/+2
2019-07-09Add X9.42 KDF.Shane Lontis18-139/+710
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy5-2/+20