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
/
curve25519
Age
Commit message (
Expand
)
Author
2023-07-08
Hide symbols in curve22519
Bob Beck
2023-04-02
Revert r1.9 and reinstate r1.6
Theo Buehler
2022-11-17
Prevent Ed25519 signature malleability
Theo Buehler
2022-11-13
Expose direct access API for Ed25519.
Theo Buehler
2022-11-11
zap stray space (CRITICAL!)
Theo Buehler
2022-11-09
Make X25519_public_from_private() internally reachable.
Joel Sing
2022-11-09
Rename public_value to public_key for consistency.
Joel Sing
2022-11-09
Rework ED25519 API.
Joel Sing
2022-11-08
Refactor/split ED25519_keypair.
Joel Sing
2022-11-08
Change function argument to reduce differences with BoringSSL.
Joel Sing
2022-11-08
Remove pointless loops.
Joel Sing
2022-11-06
Enable Ed25519 internal to libcrypto.
Joel Sing
2022-02-08
Change second argument of x25519_ge_scalarmult_base() from
Theo Buehler
2019-05-11
$OpenBSD$
Theo Buehler
2016-12-17
Define X25519_KEY_LENGTH and use it so we have fewer magic numbers.
Joel Sing
2016-11-07
Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbols
Philip Guenther
2016-11-06
Avoid compiling in an unused function.
Joel Sing
2016-11-06
adjust guards to elide unused Bi array
Brent Cook
2016-11-05
Add support for X25519.
Joel Sing