Download List

프로젝트 설명

PolarSSL is a light-weight cryptographic and SSL/TLS library written in C. PolarSSL makes it easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) applications with as little hassle as possible. Loose coupling of the components inside the library means that it is easy to separate the parts that are needed, without needing to include the total library. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS, and Motorola 68000. The source is written to have very loose coupling, enabling easy integration of parts in other software projects. Very loosely coupled cryptographic algorithms for MD2, MD4, MD5, SHA1, SHA-256, SHA-512, AES, Camellia, DES, Triple DES, ARC3, and RSA are included.

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-12-23 06:41 Back to release list
1.1.0

이 릴리스에 AES-256-클릭률 (NIST s P 800-90) 및 이미 기존의 HAVEGE 무작위 생성기 옆에 일반 엔트로피 값을 기반으로 하는 CTR_DBRG 임의 생성기를 소개 합니다. X509parse_crt()의 행동 비록 변경 되었습니다. 그것은 pre-1.1.0 코드 호환입니다. 관대 한 구문 분석을 위해 당신은 지금 다르게; 반환 코드를 사용 하 여 설명서를 읽어 보시기 바랍니다. '진짜 오류' 코드 안에 간단한 오류 코드 (1 및 2)를 많이 바뀌었다. 또한, 호환성 및 사용자 정의 관해서 서 문제를 많이 수정 되었습니다.
Tags: stable major
This release introduces the CTR_DBRG random generator based on AES-256-CTR (NIST SP 800-90) and a generic entropy accumulator, next to the already existing HAVEGE random generator. The behaviour of x509parse_crt() has changed, though. It's backwards compatible with pre-1.1.0 code. For permissive parsing, you now have to use the return code differently; please read the documentation. A lot of simple error codes (1 and 2) inside the code were changed to 'real errors'. In addition, a lot of standing issues were fixed with regards to compatibility and customization.

Project Resources