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
/
wycheproof
Age
Commit message (
Expand
)
Author
2018-11-07
Use in-place (un)wrapping in the keywrap tests.
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
2018-09-22
gather statistics in checkAead{Open,Seal}() as well.
Theo Buehler
2018-09-22
remove some unneeded checks
Theo Buehler
2018-09-22
gather and print some statistics on the acceptable cases we need to
Theo Buehler
2018-09-22
more flags printing
Theo Buehler
2018-09-22
improve logic involving acceptableAudit
Theo Buehler
2018-09-22
Swap order of "action" and "wt.Flags" in a few fmt.Printfs.
Theo Buehler
2018-09-22
Introduce a couple of convenience targets to help with auditing the
Theo Buehler
2018-09-21
Print the flags field in INFO: and FAIL: messages. It's helpful in
Theo Buehler
2018-09-18
fix order of arguments in fmt.Printf()
Theo Buehler
2018-09-16
add missing default case to switch
Theo Buehler
2018-09-16
EVP_aead_chacha20_poly1305() can't actually fail.
Theo Buehler
2018-09-16
Rename *AesCcmOrGcm* into the slightly less ugly *AesAead*.
Theo Buehler
2018-09-15
another typo. time to sleep
Theo Buehler
2018-09-15
typos
Theo Buehler
2018-09-15
add a brief comment on the acceptable AES CCM and AES GCM cases
Theo Buehler
2018-09-15
Also exercise EVP_aead_aes_128_gcm() and EVP_aead_aes_256_gcm().
Theo Buehler
2018-09-15
rename checkChaCha20Poly1305{Open,Seal}() into checkAead{Open,Seal}().
Theo Buehler
2018-09-15
Merge AES CCM, AES GCM and ChaCha20 data structures into
Theo Buehler
2018-09-15
Add missing conversion specifier
Theo Buehler
2018-09-02
Remove a few unnecessary casts
Theo Buehler
2018-09-02
Print SKIPPED if package wycheproof-testvectors is missing. This
Alexander Bluhm
2018-09-02
Remove ECDH from TODO list. Done!
Theo Buehler
2018-09-02
Unify FAIL printfs.
Theo Buehler
2018-09-02
After libcrypto/ecdh/ech_key.c -r1.8 fixed the failing test cases, remove
Theo Buehler
2018-09-02
Run Wycheproof ECDH tests against libcrypto. Some tests currently fail,
Theo Buehler
2018-09-02
Use a Boolean rather than repeated string comparison.
Theo Buehler
2018-09-01
Remove RSA-PSS from todo-list
Theo Buehler
2018-09-01
Run Wycheproof RSASSA-PSS testvectors against libcrypto.
Theo Buehler
[next]