| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EC_KEY_set_public_key_affine_coordinates() and EC_KEY_get0_public_key()
than using EC_POINT_set_affine_coordinates_GFp() directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
against its ANSI equivalent prime256v1 (compare RFC 4492, Appendix A).
|
|
tls_free(3) directly after close(2) to catch all cases.
based on a patch from Nan Xiao; OK tb@ deraadt@
|
|
The C implementation of str{,r}chr are not linked to the build, because
assembly implementations are used, but change to code for easier reference.
At least the i386 and amd64 are checked and seem to do the correct thing.
Found thanks to the csh any/strchr change.
minor pointers and OK millert@
|
|
|
|
|
|
from nan xiao
|
|
|
|
|
|
|
|
|
|
look into
|
|
|
|
|
|
|
|
acceptable cases.
|
|
identifying the important failures while auditing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
single AEAD types. Will be used in upcoming commits.
|
|
|
|
- add sleep before s_client instead of removing -pause option
- change check words for s_client output messages
- replace CAfile to CApath for s_time
- remove -prexit from s_client
- confirm openssl command path is executable
|
|
- test s_server and s_client between different version by option -i
- indicate other version by defining OTHER_OPENSSL environment variable
- fix "SSL/TLS" to "TLS/SSL", since TLS is correct as technical term
- s/SKIPPNG/SKIPPING/
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1439127)
ok danj guenther millert
|
|
|
|
|