Libike is a cross-platform C library for managing IKE negotiations.The library implements RFC-standard ISAKMP/IKE exchanges and utilizes callbacks to delegate tasks of the packet transmission and security policies management to the external code.
Be the first to post a text review of libike. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Libike is a cross-platform C library for managing IKE negotiations. The library implements RFC-standard ISAKMP/IKE exchanges and utilizes a callback mechanism to delegate tasks of the actual packet transmission and security policies management to the external code. 0.9.6 adds CAST, IDEA, BlowFish, RC5 ciphers to an existing list of DES, 3DES and Rijndael, and Tiger, SHA-2, RipeMD hashes - to MD5, SHA-1. The release also refactors encryption API for a better bulk encryption performance.
* Added IDEA, CAST, RC5 and BlowFish ciphers. * Added Tiger, SHA2-256/384/512 hashes. * Modified Phase 1 code to support newly added ciphers and hashes. * Refactored crypto/cipher API to extract key initialization into a separate step. Previously the key was expanded/instantiated once per every encryption/decryption call; now the initialization is done once per key, and its instance is then used with encryption and/or decryption routines.
* Added IDEA, CAST, RC5 and BlowFish ciphers. * Added Tiger, SHA2-256/384/512 hashes. * Modified Phase 1 code to support newly added ciphers and hashes. * Refactored crypto/cipher API to extract key initialization into a separate step. Previously the key was expanded/instantiated once per every encryption/decryption call; now the initialization is done once per key, and its instance is then used with encryption and/or decryption routines.
Libike is a cross-platform C library for managing IKE negotiations. The library implements RFC-standard ISAKMP/IKE exchanges and utilizes a callback mechanism to delegate tasks of the actual packet transmission and security policies management to the external code. 0.9.5 implements support for an aggressive phase 1 exchanges, slightly refactors inbound processing code and adds source files walkthrough document.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?