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
/
lib
/
libcrypto
/
ec
/
ecp_oct.c
Age
Commit message (
Expand
)
Author
2023-04-18
Use NULL, not 0 for pointers and use an explicit comparison against NULL.
Theo Buehler
2023-04-11
Handle BN_CTX at the EC API boundary.
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-24
Merge the second y_bit check into the first one where it belongs
Theo Buehler
2022-11-24
Simplify y_bit handling in compressed coordinates
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
Theo Buehler
2021-04-20
Prepare to provide EC_POINT_set_compressed_coordinates
Theo Buehler
2021-04-20
Prepare to provide EC_POINT_{g,s}et_affine_coordinates
Theo Buehler
2020-12-04
Move point-on-curve check to set_affine_coordinates
Theo Buehler
2018-07-15
recommit label indentation part of the backout; clearly unrelated to the
Theo Buehler
2018-07-15
back out ecc constant time changes
Jonathan Gray
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-08
Use `> 0' instead of `!= 0' as a successful condition for
Miod Vallat
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-06
knf approximation
Ted Unangst
2014-04-13
Cope with the removal of openssl/symhacks.h
Theo de Raadt
2012-10-13
import OpenSSL-1.0.1c
Damien Miller