05-12-2012
802.1x open source authenticator
hi everyone
does anybodey know an 802.1x open source authenticator?
i found hostpad and open1x but since im so so so new to freeBSD i do NOT know how to configure and use them ? can you help me please ?
thanks a lot ...
5 More Discussions You Might Find Interesting
1. Post Here to Contact Site Administrators and Moderators
This is a slick looking forum. Any chance on making the code for the forum open source? (1 Reply)
Discussion started by: ecupirate1998
1 Replies
2. IP Networking
Hello there,
I wanted to know the members' opinion about the best open source network management software which uses a web browser to show its interface and results.
I am interested in the software for both windows and Linux OSs.
Thanks. (4 Replies)
Discussion started by: Jawwad
4 Replies
3. IP Networking
I'm new to networking world. So please bear with me.
My Questions:
1. How do we send TCP/IP in a 802.3 frame? My understanding is that we have to incorporate the 802.3 LLC layer. The DSAP and SSAP in the LLC layer will provide information of the type of data inside the Information field of... (0 Replies)
Discussion started by: Lukas
0 Replies
4. Shell Programming and Scripting
Hi Friends
I'm new to this UNIX - I'm working on the porting project from Solaris To Linux i just want to map some commands from solaris to Linux so can any one please tell me how to get the source code of the commands like "ls", "cu", "du"
Regards
sabee (1 Reply)
Discussion started by: sabee.prakash
1 Replies
5. BSD
hi everyone
does anybodey know an 802.1x open source authenticator?
i found hostpad and open1x but since im so so so new to freeBSD i do NOT know how to configure and use them ? can you help me please ?
thanks a lot ... (1 Reply)
Discussion started by: turner
1 Replies
LEARN ABOUT DEBIAN
shishi_authenticator_set_subkey
shishi_authenticator_set_subkey(3) shishi shishi_authenticator_set_subkey(3)
NAME
shishi_authenticator_set_subkey - API function
SYNOPSIS
#include <shishi.h>
int shishi_authenticator_set_subkey(Shishi * handle, Shishi_asn1 authenticator, int32_t subkeytype, const char * subkey, size_t subkeylen);
ARGUMENTS
Shishi * handle
shishi handle as allocated by shishi_init().
Shishi_asn1 authenticator
authenticator as allocated by shishi_authenticator().
int32_t subkeytype
input subkey type to store in authenticator.
const char * subkey
input subkey data to store in authenticator.
size_t subkeylen
size of input subkey data to store in authenticator.
DESCRIPTION
Store subkey value in authenticator. A subkey is usually created by calling shishi_key_random() using the default encryption type of the
key from the ticket that is being used. To save time, you may want to use shishi_authenticator_add_subkey() instead, which calculates the
subkey and calls this function in one step.
RETURN VALUE
Returns SHISHI_OK iff successful.
REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>.
COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site,
the command
info shishi
should give you access to the complete manual.
shishi 1.0.1 shishi_authenticator_set_subkey(3)