index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
2019-11-04
Add regress for CMS sign and verify.
Joel Sing
2019-11-02
Hook cms regress.
Joel Sing
2019-11-02
Include cms.h.
Joel Sing
2019-11-02
Initial regress for cms.
Joel Sing
2019-09-05
Feed the bntest output to bc(1). This checks the result of the big
Alexander Bluhm
2019-06-27
check for asprintf failing allocation
Theo de Raadt
2019-05-14
Use propper regress target to integrate better into test framework.
Alexander Bluhm
2019-05-09
Add a test vector for Streebog 512 from Guido Vranken
Theo Buehler
2019-04-24
Do not check for working go executable during make clean cleandir obj.
Alexander Bluhm
2019-04-13
Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.
Theo Buehler
2019-03-17
Add regress tests for the EVP_aes_*_wrap() API. Based on the tests in
Theo Buehler
2019-03-17
link sm4 regress to the build
Theo Buehler
2019-03-17
Add a regress test for the SM4 block cipher from the Chinese standard
Theo Buehler
2019-01-22
add support for xchacha20 and xchacha20-poly1305
David Gwynne
2018-11-12
Rework the sm3 regress based on a suggestion by jsing. Zap the weird
Theo Buehler
2018-11-11
Hook up sm3 regress tests.
Theo Buehler
2018-11-11
Add sm3 regress tests.
Theo Buehler
2018-11-10
Clean up and free objects at the completion of the regress test.
Joel Sing
2018-11-10
Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.
Theo Buehler
2018-11-10
fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)
Theo Buehler
2018-11-09
The Botan library from ports an be configured to use OpenSSL or
Alexander Bluhm
2018-11-09
Add subdirectires with SUBDIR += instead of a single assignment with
Theo Buehler
2018-11-08
Add missing NULL checks on allocation, style(9) and consistently use
Joel Sing
2018-11-08
Add missing BN_free() calls.
Joel Sing
2018-11-08
Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.
Joel Sing
2018-11-07
Use in-place (un)wrapping in the keywrap tests.
Theo Buehler
2018-11-06
better failure printing, add more checks
Theo Buehler
2018-11-06
link rand/ to build
Theo Buehler
2018-11-06
add a regression test for bn_rand_interval()
Theo Buehler
2018-10-20
With the fixed length checks in aes_wrap.c 1.11, we can remove the ugly
Theo Buehler
2018-10-19
Run Wycheproof testvectors for AES Key Wrap without padding (RFC 3394)
Theo Buehler
2018-10-19
truncate long comments in audit summary
Theo Buehler
2018-10-18
simplify BN_bin2bn() calls; no need to pre-declare the variable.
Theo Buehler
2018-10-18
Avoid a bad out of bounds access that caused intermittent crashes.
Theo Buehler
2018-10-07
whitespace cleanup and other minor things from gofmt
Theo Buehler
2018-10-06
make sure all CStrings are freed
Theo Buehler
2018-10-06
plug a memory leak
Theo Buehler
2018-10-06
wrap a few more overlong lines
Theo Buehler
2018-10-06
wrap some overlong fmt.Printfs
Theo Buehler
2018-10-06
It's slightly simpler to get the ECDH public key as an EC_POINT by using
Theo Buehler
2018-10-06
free EC_POINT and EC_GROUP
Theo Buehler
2018-10-06
Run Wycheproof ECDH Web Crypto test vectors against libcrypto.
Theo Buehler
2018-10-06
merge runECDSAWebCryptoTest() into runECDSATest()
Theo Buehler
2018-10-06
factor ECDSA signature extraction into its own function
Theo Buehler
2018-10-06
make allocate/use/defer dances more consistent in ECDSA sig extraction
Theo Buehler
2018-10-05
Run Wycheproof ECDSA Web Crypto test vectors against libcrypto.
Theo Buehler
2018-10-04
Better refer to RFC 8422 which obsoletes RFC 4492.
Theo Buehler
2018-10-04
While we don't explicitly support curve secp256r1, we can run 1250 tests
Theo Buehler
2018-09-30
in ECDH, gather statistics where it makes more sense
Theo Buehler
2018-09-22
Add a comment on the acceptable RSASSA cases.
Theo Buehler
[next]