summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2018-11-13Just err if we can't create secretsBob Beck
2018-11-12Rework the sm3 regress based on a suggestion by jsing. Zap the weirdTheo Buehler
2018-11-11Fix a race in libssl interop regress. The success messages fromAlexander Bluhm
2018-11-11Hook up sm3 regress tests.Theo Buehler
2018-11-11Add sm3 regress tests.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11Reorganize libssl interop tests. Move netcat tests into separateAlexander Bluhm
2018-11-10SpelingBob Beck
2018-11-10Regress client and server can do session reuse now. Test this withAlexander Bluhm
2018-11-10Make sure the interop test happen last (since they take a long time)Bob Beck
2018-11-10Clean up and free objects at the completion of the regress test.Joel Sing
2018-11-10fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)Theo Buehler
2018-11-10Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.Theo Buehler
2018-11-10fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-10More regress all the way to exporter_masterBob Beck
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Update key schedule regress to match API changes.Joel Sing
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09remove the not yet implemented "handshake" subdirectoryTheo Buehler
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
2018-11-09The cert subdir is testing all combinations of certificate validation.Alexander Bluhm
2018-11-08Add missing NULL checks on allocation, style(9) and consistently useJoel Sing
2018-11-08Add missing BN_free() calls.Joel Sing
2018-11-08Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.Joel Sing
2018-11-07Use in-place (un)wrapping in the keywrap tests.Theo Buehler
2018-11-07Add in key_schedule regress tests to regress buildBob Beck
2018-11-07Add a self test for each SSL library by connecting client withAlexander Bluhm
2018-11-07Add initial TLS 1.3 key schedule support with basic regress testsBob Beck
2018-11-07Add interop test with OpenSSL 1.1. TLS 1.3 should be used automaticallyAlexander Bluhm
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm
2018-11-07Print SSLeay, OpenSSL, and LibreSSL version strings. Make clientAlexander Bluhm
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm
2018-11-07+interopAlexander Bluhm
2018-11-07Test TLS interoperability between LibreSSL and OpenSSL.Alexander Bluhm
2018-11-06better failure printing, add more checksTheo Buehler
2018-11-06link rand/ to buildTheo Buehler
2018-11-06add a regression test for bn_rand_interval()Theo Buehler
2018-11-06Add TLSv1.3 to version regress tests.Joel Sing
2018-11-06Unbreak regress following Supported Elliptic Curve extension rename.Joel Sing
2018-10-20With the fixed length checks in aes_wrap.c 1.11, we can remove the uglyTheo Buehler
2018-10-19Run Wycheproof testvectors for AES Key Wrap without padding (RFC 3394)Theo Buehler
2018-10-19truncate long comments in audit summaryTheo Buehler
2018-10-18simplify BN_bin2bn() calls; no need to pre-declare the variable.Theo Buehler
2018-10-18Avoid a bad out of bounds access that caused intermittent crashes.Theo Buehler
2018-10-07whitespace cleanup and other minor things from gofmtTheo Buehler
2018-10-06make sure all CStrings are freedTheo Buehler
2018-10-06plug a memory leakTheo Buehler
2018-10-06wrap a few more overlong linesTheo Buehler
2018-10-06wrap some overlong fmt.PrintfsTheo Buehler
2018-10-06It's slightly simpler to get the ECDH public key as an EC_POINT by usingTheo Buehler