what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New
Showing 126 - 150 of 338 RSS Feed

Library Files

SoftHSM 2.0.0a1
Posted Feb 12, 2014
Authored by Rickard Bellgrim | Site wiki.opendnssec.org

SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface. You can use it to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.

Changes: This is the first alpha version for SoftHSMv2. All required features for this version have been implemented, and the authors would like to get feedback from the community.
tags | library
systems | unix
SHA-256 | 98410683133b2fcfe09fbf8a5661e392cbc6e7cebc6d983a2abf08da095895b6
GNU Transport Layer Security Library 3.2.9
Posted Jan 28, 2014
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release avoids deadlocked connections on broken firewalls when the %COMPAT flag is specified, improves PKCS #11 support, and adds bugfixes.
tags | protocol, library
SHA-256 | 736f5855423e30ed11314aa09197e35edb8136fbd67b69915eec0d5ef2de7ff8
GNU Transport Layer Security Library 3.2.8
Posted Dec 21, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release fixes bugs, adds optimizations in the x86 and x86-64 CPU families, and adds some new features.
tags | protocol, library
SHA-256 | 144156f4140400df2bd9303dab69f44099113a3b46780737734affe93782d94d
GNU Transport Layer Security Library 3.2.7
Posted Nov 25, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: Several improvements in smart card handling, in the handling of the pre-DTLS-1.0 protocol used in OpenConnect, and record decompression. Support has been added for writing the "no well defined" expiration date in certificates.
tags | protocol, library
SHA-256 | 7ca3e261402e90344585cbd5cc54379f4e294697b2cc7cd979458707666ac872
GNU Transport Layer Security Library 3.2.5
Posted Oct 28, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release added new ciphersuites with Camellia, SHA2-256, and SHA2-384. A buffer overflow in the DANE library was corrected and several minor improvements were made.
tags | protocol, library
SHA-256 | c6fbcdcd32b2f38cca3bbfa10759556d66f4795ac6e6e50503f2ee5c08c081b7
SoftHSM 1.3.5
Posted Oct 4, 2013
Authored by Rickard Bellgrim | Site wiki.opendnssec.org

SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface. You can use it to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.

Changes: Improved handling of a busy database. Adds -Wall -Werror flags and fixes the warnings. Fixes more warnings on EPEL.
tags | library
systems | unix
SHA-256 | 28b5062a13450faf6099fcb82d25d21f0ac7d202ba31ec85e943246cdcf87ebd
ZRTP Protocol Library 2.3.4
Posted Sep 9, 2013
Site gnutelephony.org

ZRTP Protocol Library is an implementation of Phil Zimmermann's ZRTP protocol, created based on and interoperable with Zfone beta 2. Combined with the GNU RTP Stack (ccrtp), this offers the ability to create communication services that natively support the ZRTP protocol.

Changes: Essential fixes for CVE-2013-2222 / CVE-2013-2223. Better support for both OpenSSL and GnuTLS. Paranoid mode support. Improved support for mingw builds. Many additional improvements since the 2.0.0 release.
tags | protocol, library
systems | unix
advisories | CVE-2013-2222, CVE-2013-2223
SHA-256 | 03e5d4de487fd154177cf2b7a45600b1c8df783136e4f01a9ebc6104b3771008
GNU Transport Layer Security Library 3.2.4
Posted Sep 2, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release adds the RSA-PSK key exchange method. It has fixes in session ticket handling and in server certificate request handling, as well as other minor fixes and updates.
tags | protocol, library
SHA-256 | 119570af3eb83b411252bf617688b9b9143e4349f48657b7ebaea57d90ff707f
LibPKI 0.8.0
Posted Aug 7, 2013
Site openca.org

The LibPKI Project is aimed to provide an easy-to-use PKI library for PKI-enabled application development. The library provides the developer with all the needed functionality to manage certificates, from generation to validation. It helps developers integrate X509 digital certificates into their applications, and implement complex cryptographic operations with a few simple function calls using a high-level cryptographic API. The library constitutes the core of other OpenCA Labs Projects like the PRQP Server, the OCSP Responder, and the OpenCA-NG PKI.

Changes: Improvements over the last publicly available release (0.6.7) include fixing of various memory leaks in BIO handling and in OCSP responses signing, adding new errors for better logging of token issues, adding SOCK_DGRAM in PKI_NET_* interface, and a fixed OCSP interface for response building.
tags | library
systems | unix
SHA-256 | 6a4d125664c593f647956a1f083e9ab1981ad1c4de30456bd1147ac51762901b
GNU Transport Layer Security Library 3.2.3
Posted Jul 31, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release fixes bugs related to TLS packet parsing and priority string parsing.
tags | protocol, library
SHA-256 | 0543ca13ce9ee1dea95a9349d319623b74d93b8a23935543197b1682bb7f2b5b
GNU Transport Layer Security Library 3.2.2
Posted Jul 15, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: Several optimizations related to packet processing subsystems, and enhancements for support of DTLS under other transport layers than UDP. Several small fixes.
tags | protocol, library
SHA-256 | 8f5ab28d2f9a943a9dfc50307c5daaf56b714386bbe85c9e2477e3573ce613f4
NTLM Authentication Library 1.4
Posted Jul 8, 2013
Authored by Grant Edwards | Site josefsson.org

The NTLM library contains utilities for authenticating against Microsoft servers that require NTLM authentication. The goal of this project is to make libntlm easier to build (by using autoconf, automake, and libtool) for use by other projects.

Changes: This release adds build fixes.
tags | library
systems | unix
SHA-256 | 8415d75e31d3135dc7062787eaf4119b984d50f86f0d004b964cdc18a3182589
PHP Secure Communications Library 0.3.5
Posted Jun 13, 2013
Authored by Jim Wigginton | Site phpseclib.sourceforge.net

PHP Secure Communications Library is a set of pure PHP implementations of DES, 3DES, RC4, Rijndael, AES, RSA (PKCS#1 compliant [v2.1]), SSH-1, SSH-2, and SFTP.

Changes: This release adds lots of SFTP changes (the new functions touch, chown, chgrp, and truncate, improved file type detection, put() which can write to the middle of a file, mkdir which accepts the same parameters which PHP's mkdir does, the ability to upload/download 2GB files, and an (internal) redo _realpath function), across-the-board speedups for the various encryption algorithms, multi-factor authentication support for Net_SSH2, a $callback parameter for Net_SSH2::exec \, and Net_SFTP_StreamWrapper, Net_SCP, Crypt_Twofish, and Crypt_Blowfish.
tags | php, library
SHA-256 | 810e7c0f6802c95bb2891c4d7239b4781d0dccd2f5d6b8ee3a87c09f0d9bae08
GNU Transport Layer Security Library 3.2.1
Posted Jun 2, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release adds small fixes to DTLS client hello verify handling, packet overhead size calculation, and a workaround for an issue with implementations which negotiate ECC under SSL 3.0.
tags | protocol, library
SHA-256 | abfa8165947837ada2363355ada25d913f48e6bb261f0a67f20d2fb6079e22fe
libtins 1.0
Posted May 14, 2013
Authored by Matias Fontanini | Site libtins.sourceforge.net

libtins is a high-level, multiplatform C++ library for crafting, sending, sniffing and interpreting raw network packets. Its main purpose is to provide the C++ developer an easy, efficient, platform and endianess-independent way to create tools which need to send, receive and manipulate specially crafted packets.

tags | library
systems | unix
SHA-256 | f788a658b1e9ed494fbc5e2a591ce0950e22dd97b7461a80be3d8c6c4de02f67
HElib Homomorphic Encryption Library Commit 4548d85572
Posted May 3, 2013
Authored by IBM | Site github.com

HElib is a software library that implements homomorphic encryption (HE). Currently available is an implementation of the Brakerski-Gentry-Vaikuntanathan (BGV) scheme, along with many optimizations to make homomorphic evaluations run faster, focusing mostly on effective use of the Smart-Vercauteren ciphertext packing techniques and the Gentry-Halevi-Smart optimizations. This library is written in C++ and uses the NTL mathematical library. It is distributed under the terms of the GNU General Public License (GPL).

tags | encryption, cryptography, library
SHA-256 | 9b214574add6083b89d20a4bffb186b173b0ec623f67e9ae84ea8ef9c72c5dd9
XML Security Library 1.2.19
Posted Mar 26, 2013
Site aleksey.com

XML Security Library is a C library based on LibXML2. It provides an implementation for major XML security standards: XML Digital Signature and XML Encryption.

Changes: This release adds support for DSA-SHA256, ECDSA-SHA1, ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, and ECDSA-SHA512, and fixes a number of miscellaneous bugs.
tags | library
systems | unix
SHA-256 | 2fc8f7c9fadb0f6c565bf304de798a875fc719005c20169f8e88028b20c8aac0
GNU Transport Layer Security Library 3.1.10
Posted Mar 24, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release adds new features and fixes bugs in the current stable branch. It adds support for the Android system and optimizes certificate handling.
tags | protocol, library
SHA-256 | 535373f59c88c171429ed3c4777dc7126681b597e3adca95aa88ecbb69e7c646
Botan C++ Crypto Algorithms Library 1.10.5
Posted Mar 3, 2013
Site botan.randombit.net

Botan is a C++ library of cryptographic algorithms, including AES, DES, SHA-1, RSA, DSA, Diffie-Hellman, and many others. It also supports X.509 certificates and CRLs, and PKCS #10 certificate requests, and has a high level filter/pipe message processing system. The library is easily portable to most systems and compilers, and includes a substantial tutorial and API reference.

Changes: A previously conditional operation in Montgomery multiplication and squaring is now always performed, removing a possible timing channel. A potential crash in the AES-NI implementation of the AES-192 key schedule (caused by misaligned loads) has been fixed. The correct flags for creating a shared library on OS X under Clang are now used, and a compile time incompatibility with Visual C++ 2012 has been fixed.
tags | library
systems | linux
SHA-256 | cb5f90ce0f674fbe2676d00c09f5cc087db73568725cfeca86e44a3d0eff5a6d
GNU Transport Layer Security Library 3.1.9.1
Posted Mar 2, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This is bugfix release in the current stable branch.
tags | protocol, library
SHA-256 | 0900c4ae2e026a4c714d88e1aa134db2e0be9ecddf0be9641ade5dafcf877c3e
GNU Transport Layer Security Library 3.1.6
Posted Jan 2, 2013
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This is a bugfix release on the current stable branch.
tags | protocol, library
SHA-256 | 83039b8c243ebaa4c31c96c823c88c8c1576de4a7d0d04e10d93527a535e5e7f
SoftHSM 1.3.4
Posted Nov 27, 2012
Authored by Rickard Bellgrim | Site wiki.opendnssec.org

SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface. You can use it to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.

Changes: Supports an RSASSA-PSS signature scheme. The default location of the token database is now $localstatedir/lib/softhsm/.
tags | library
systems | unix
SHA-256 | f10319dfa651023dad3d0845d284ec08ef982c1fc1bdb55cf8a725f762961e97
GNU Transport Layer Security Library 3.1.5
Posted Nov 26, 2012
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release adds support for UCS-2 encoded DNs, improvements to smart card key generation, and a few bugfixes.
tags | protocol, library
SHA-256 | 2f095984dd9cbbf4dce417ecd81640fe47732322d025062b2c9a189d022de0d3
PHP Secure Communications Library 0.3.1
Posted Nov 20, 2012
Authored by Jim Wigginton | Site phpseclib.sourceforge.net

PHP Secure Communications Library is a set of pure PHP implementations of DES, 3DES, RC4, Rijndael, AES, RSA (PKCS#1 compliant [v2.1]), SSH-1, SSH-2, and SFTP.

Changes: This release added Net_SSH2::enableQuietMode() for suppressing stderr, added Crypt_RSA::__toString() and Crypt_RSA::getSize(), fixes problems with File_X509::validateDate(), File_X509::sign(), and Crypt_RSA::verify(), uses OpenSSL to speed up modular exponentiation in Math_BigInteger, improves timeout functionality in Net_SSH2, adds support for SFTPv2, and adds support for CRLs in File_X509. SSH-2.0-SSH doesn't implement hmac-*-96 correctly.
tags | php, library
SHA-256 | 97fbb815ac4ced6f514bb26830d07de992a85443eddddaf73a6910d944476f4c
GNU Transport Layer Security Library 3.1.4
Posted Nov 12, 2012
Authored by Simon Josefsson, Nikos Mavrogiannopoulos | Site gnu.org

GnuTLS is a secure communications library implementing the SSL and TLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols, as well as APIs to parse and write X.509, PKCS #12, OpenPGP, and other required structures. It is intended to be portable and efficient with a focus on security and interoperability.

Changes: This release includes initial support for the DTLS-SRTP protocol, updates related to the new DANE library, and several simplifications to the existing API.
tags | protocol, library
SHA-256 | f27d92cdca8a4f4406e58c91e90e9ce1c6f23d1bbeddf864be789b99b0ef7d70
Page 6 of 14
Back45678Next

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close