summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto
AgeCommit message (Expand)Author
2019-11-04Add regress for CMS sign and verify.Joel Sing
2019-11-02Hook cms regress.Joel Sing
2019-11-02Include cms.h.Joel Sing
2019-11-02Initial regress for cms.Joel Sing
2019-09-05Feed the bntest output to bc(1). This checks the result of the bigAlexander Bluhm
2019-06-27check for asprintf failing allocationTheo de Raadt
2019-05-14Use propper regress target to integrate better into test framework.Alexander Bluhm
2019-05-09Add a test vector for Streebog 512 from Guido VrankenTheo Buehler
2019-04-24Do not check for working go executable during make clean cleandir obj.Alexander Bluhm
2019-04-13Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.Theo Buehler
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests inTheo Buehler
2019-03-17link sm4 regress to the buildTheo Buehler
2019-03-17Add a regress test for the SM4 block cipher from the Chinese standardTheo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2018-11-12Rework the sm3 regress based on a suggestion by jsing. Zap the weirdTheo Buehler
2018-11-11Hook up sm3 regress tests.Theo Buehler
2018-11-11Add sm3 regress tests.Theo Buehler
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 pointed out by Ben L (bobsayshi () live ! co ! uk)Theo Buehler
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
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-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-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
2018-10-06free EC_POINT and EC_GROUPTheo Buehler
2018-10-06Run Wycheproof ECDH Web Crypto test vectors against libcrypto.Theo Buehler
2018-10-06merge runECDSAWebCryptoTest() into runECDSATest()Theo Buehler
2018-10-06factor ECDSA signature extraction into its own functionTheo Buehler
2018-10-06make allocate/use/defer dances more consistent in ECDSA sig extractionTheo Buehler
2018-10-05Run Wycheproof ECDSA Web Crypto test vectors against libcrypto.Theo Buehler
2018-10-04Better refer to RFC 8422 which obsoletes RFC 4492.Theo Buehler
2018-10-04While we don't explicitly support curve secp256r1, we can run 1250 testsTheo Buehler
2018-09-30in ECDH, gather statistics where it makes more senseTheo Buehler
2018-09-22Add a comment on the acceptable RSASSA cases.Theo Buehler