History log of /openbsd-src/lib/libcrypto/man/ECDH_compute_key.3 (Results 1 – 3 of 3)
Revision Date Author Comments
# 4e4f5e48 29-Aug-2023 tb <tb@openbsd.org>

Replace last ecdh.h and ecdsa.h occurrences with ec.h

Except if backward compatibility with older LibreSSL and OpenSSL versions
is explicitly needed, ecdsa.h and ecdh.h should no longer be used. The

Replace last ecdh.h and ecdsa.h occurrences with ec.h

Except if backward compatibility with older LibreSSL and OpenSSL versions
is explicitly needed, ecdsa.h and ecdh.h should no longer be used. They
are now trivial wrappers of ec.h.

show more ...


# c5d247d8 12-Mar-2021 jsg <jsg@openbsd.org>

spelling


# 653997b5 19-Aug-2019 schwarze <schwarze@openbsd.org>

document ECDH_compute_key(3) and ECDH_size(3);
feedback and OK tb@