GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DH_SIZE(3) FreeBSD Library Functions Manual DH_SIZE(3)

DH_size, DH_bitsget Diffie-Hellman prime size

#include <openssl/dh.h>

int
DH_size(const DH *dh);

int
DH_bits(const DH *dh);

() returns the Diffie-Hellman prime size in bytes. It can be used to determine how much memory must be allocated for the shared secret computed by DH_compute_key(3).

() returns the number of significant bits in the key.

dh and dh->p must not be NULL.

BN_num_bytes(3), DH_generate_key(3), DH_get0_key(3), DH_new(3), DH_security_bits(3)

DH_size() first appeared in SSLeay 0.5.1 and has been available since OpenBSD 2.4.

DH_bits() first appeared in OpenSSL 1.1.0 and has been available since OpenBSD 6.3.

July 13, 2022 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.