RSA implementation

2005-04-12 Thread Swami Pichumani
Hi all Is there an in-kernel RSA implementation available...if there is one, could you kindly point me to it. I wish to use RSA functions in the TCP code. Can someone guide me on how I can go about doing that (if I dont want to implement RSA myself). thanks in advance, swami __

natd, DNAT of UDP traffic

2005-04-12 Thread Sergey Vavilov
Hello, all! I want to make DNAT (Destination NAT) on FreeBSD 5.3 with saving of source IP in translated packets. As I understood, natd always changes source IP to value of "-alias_address" or IP of "-interface". As I understood, remaining source IP unchanged possible with "-proxy_only". But "p

unable to load atm_aal.ko (Corrected)

2005-04-12 Thread Donatas
sorry for an error(wrote atm_llc.ko) so once again, atm_aal.c and atm_aal.h files cannot be compiled under FreeBSD5.3 and on 5.2 machine compiled atm_aal.ko cannot be loaded: kldload atm_aal.ko link_elf: symbol m_gethdr undefined can someone help to solve this problem? thank you Donatas Gendvi

ng_vlan and ng_atmllc goes kernel panic

2005-04-12 Thread Donatas
is it possible to use such scheme? hatm0:->atmllc0:>ng_vlan0>ngeth0 because after linking "ngctl mkpeer atmllc0: vlan ether downstream(or nomatch)" kernel goes panic. might it be realated with failure to "kldload atm_aal.ko" in 5.3 release? thank you Donatas Gendvilas