Download List

Projeto Descrição

GnuTLS is a secure communications library implementing the SSL, TLS, and DTLS 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-01 19:53
3.0.2

Várias correções de bugs e adições de recursos poucos.
Several bug fixes and a few feature additions.

2011-08-21 17:14
3.0.1

Esta versão corrige bugs conhecidos e adiciona novas funcionalidades. As correções de bug principais são correções de alinhamento no código AES-NI e uma correção para a manipulação PIN errado em PKCS # 11. Indicação de nome do servidor é suportado sem a necessidade de um callback. A ordem em cadeias de certificados X.509 é verificado quanto à correção. A aplicação crywrap foi adicionado à distribuição.
This release fixes known bugs and adds new features. The main bug fixes are alignment fixes in the AES-NI code and a fix for wrong PIN handling in PKCS #11. Server name indication is supported without the need for a callback. The order in X.509 certificate chains is checked for correctness. The crywrap application was added to the distribution.

2011-08-09 06:38
2.12.8

Esta é uma versão bugfix que backports características do novo ramo estável. O PKCS # 11 back-end foi substituído por p11-kit. Há correções de compatibilidade com libgcrypt 1.5.0, melhor manuseio de incompleta escreve com writev (), a verificação rigorosa da ordem de listas de certificados, e correções na geração de pedido de certificado.
This is a bugfix release that backports features from the new stable branch. The PKCS #11 back-end was replaced by p11-kit. There are compatibility fixes with libgcrypt 1.5.0, better handling of incomplete writes with writev(), strict verification of the order of certificate lists, and fixes in certificate request generation.

2011-08-02 22:20
3.0.0

As principais alterações e mais importante desde 2.12.x são o suporte para Datagram TLS 1.0, suporte para Curvas Elípticas (ECDHE e ECDSA), suporte para AES-GCM, otimizações para CPUs Intel com o conjunto de instruções AES-NI, e suporte para PKCS # 11 via p11 kit.
The main and most important changes since 2.12.x are support for Datagram TLS 1.0, support for Elliptic Curves (ECDHE and ECDSA), support for AES-GCM, optimizations for Intel CPUs with the AES-NI instruction set, and support for PKCS #11 via p11-kit.

2009-05-28 19:52
2.8.0

Novas APIs foram adicionados para lidar com extensões em solicitações de certificados e CRL, para definir as credenciais de um arquivo PKCS # 12 objeto armazenado na memória, e para verificar um hash contra um certificado. O script versão vinculador agora lista todas as APIs exportado explicitamente, e as exportações não mais a maioria das funções internas _gnutls *. Havia muitas outras correções e melhorias.
Tags: Stable
New APIs were added for handling extensions in Certificate Requests and CRLs, for setting credentials from a PKCS#12 object stored in memory, and for verifying a hash against a certificate. The linker version script now lists all exported APIs explicitly, and no longer exports the majority of internal _gnutls* functions. There were many other fixes and improvements.

Project Resources