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
hx509_peer(3) Heimdalx509library hx509_peer(3)

hx509_peer


int hx509_peer_info_alloc (hx509_context context, hx509_peer_info *peer)
void hx509_peer_info_free (hx509_peer_info peer)
int hx509_peer_info_set_cert (hx509_peer_info peer, hx509_cert cert)
int hx509_peer_info_add_cms_alg (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier *val)
int hx509_peer_info_set_cms_algs (hx509_context context, hx509_peer_info peer, const AlgorithmIdentifier *val, size_t len)

Add an additional algorithm that the peer supports.

Parameters:

context A hx509 context.
peer the peer to set the new algorithms for
val an AlgorithmsIdentier to add

Returns:

An hx509 error code, see hx509_get_error_string().

Allocate a new peer info structure an init it to default values.

Parameters:

context A hx509 context.
peer return an allocated peer, free with hx509_peer_info_free().

Returns:

An hx509 error code, see hx509_get_error_string().

Free a peer info structure.

Parameters:

peer peer info to be freed.

Set the certificate that remote peer is using.

Parameters:

peer peer info to update
cert cerificate of the remote peer.

Returns:

An hx509 error code, see hx509_get_error_string().

Set the algorithms that the peer supports.

Parameters:

context A hx509 context.
peer the peer to set the new algorithms for
val array of supported AlgorithmsIdentiers
len length of array val.

Returns:

An hx509 error code, see hx509_get_error_string().

Generated automatically by Doxygen for Heimdalx509library from the source code.
Fri Jun 7 2019 Version 7.7.0

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.