aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-02-16Add an OpenSSL library contextRichard Levitte3-1/+112
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte1-11/+57
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf1-0/+38
2019-02-15Add option to disable Extended Master SecretTodd Short5-1/+373
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell1-3/+3
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell1-28/+21
2019-02-14Ignore cipher suites when setting cipher listSam Roberts3-6/+83
2019-02-14Sparse array iterators include index position.Pauli1-0/+95
2019-02-13test/build.info: add missing ../apps/includeRichard Levitte1-1/+1
2019-02-13Added new EVP/KDF API.David Makepeace8-76/+916
2019-02-13Move libapps headers into their own directoryRichard Levitte2-114/+114
2019-02-12Add sparse array data type.Pauli3-1/+120
2019-02-11test/recipes/02-err_errstr: skip errors that may not be loaded on WindowsRichard Levitte1-0/+37
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis37-211/+614
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz3-1/+13
2019-02-08Address a bug in the DRBG tests where the reseeding wasn't properlyPauli1-3/+3
2019-02-07test/drbgtest.c: call OPENSSL_thread_stop() explicitlyRichard Levitte1-0/+10
2019-02-06blake2: add evpmac test vectorsAntoine Salon2-4/+252
2019-02-05Remove unnecessary trailing whitespaceSam Roberts6-7/+7
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen6-2/+225
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger1-0/+49
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger1-0/+9
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger1-0/+15
2019-01-31Build cleanup: Remove the VMS hack from test/build.infoRichard Levitte1-8/+1
2019-01-30Fix no-dso buildsMatt Caswell1-0/+1
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-0/+16
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+38
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-3/+13
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell4-14/+36
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte2-18/+18
2019-01-21Rework building: adapt some scriptsRichard Levitte1-20/+5
2019-01-21Fix a memory leak in the mem bioCorey Minyard3-1/+71
2019-01-17Reduce inputs before the RSAZ code.David Benjamin1-0/+25
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY3-30/+26
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell1-4/+28
2019-01-06Fix no-sockMatt Caswell2-9/+6
2019-01-06Fix no-cmacMatt Caswell1-3/+3
2019-01-04Introduce a no-pinshared optionMatt Caswell1-21/+25
2019-01-04Test atexit handlersMatt Caswell2-16/+87
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell2-50/+90
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell1-9/+3
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2-1/+21
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx13-64/+52
2018-12-12Add RFC5297 AES-SIV supportTodd Short3-27/+86
2018-12-11Add an Ed448 malleability testMatt Caswell1-0/+7
2018-12-11typo ANS1 -> ASN1nxtstep1-1/+1
2018-12-09Cleaner disposal of ephemeral engine ids and namesViktor Dukhovni2-9/+10
2018-12-09Eliminate NOP castViktor Dukhovni1-2/+2
2018-12-09change into hex string constants to avoid overflow warningsChristos Zoulas1-8/+4
2018-12-09Add a format attribute to the format functions and fix the broken formatChristos Zoulas3-14/+38