Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
546d86c8ecdf3c710ae98b1d66a23e9857477189
/
ChangeLog
2cb1a0c
Fixed indication for TrustInSoft fix
by Paul Bakker
· 11 years ago
polarssl-1.3.4
b84582b
Fixed up ChangeLog with missing bug fixes
by Paul Bakker
· 11 years ago
2aca241
Ready for release 1.3.4
by Paul Bakker
· 11 years ago
e6c2ddb
Updated ChangeLog with deterministic ECDSA
by Paul Bakker
· 11 years ago
42099c3
Revert "Add pk_rsa_set_padding() and rsa_set_padding()"
by Paul Bakker
· 11 years ago
d75ba40
SMTP lines are officially terminated with CRLF, ssl_mail_client fixed
by Paul Bakker
· 11 years ago
556efba
Added AES CFB8 mode
by Paul Bakker
· 11 years ago
5862eee
Merged RIPEMD-160 support
by Paul Bakker
· 11 years ago
0ac99ca
Merged support for secp224k1, secp192k1 and secp25k1
by Paul Bakker
· 11 years ago
3eb9673
Updated ChangeLog with recent changes
by Paul Bakker
· 11 years ago
a8fd3e3
Removed POLARSSL_THREADING_DUMMY option
by Paul Bakker
· 11 years ago
6992eb7
Fixed potential overflow in certificate size in ssl_write_certificate()
by Paul Bakker
· 11 years ago
6ea1a95
Added missing MPI_CHK() around some statements
by Paul Bakker
· 11 years ago
5bc07a3
Prepped for 1.3.3
by Paul Bakker
· 11 years ago
c738791
Merged ECP memory usage optimizations
by Paul Bakker
· 11 years ago
956c9e0
Reduced the input / output overhead with 200+ bytes and covered corner case
by Paul Bakker
· 11 years ago
f9c4953
Added version of the SSL pthread server example
by Paul Bakker
· 11 years ago
23116fd
Merged AES-NI support for AES, AES-GCM and AES key scheduling
by Paul Bakker
· 11 years ago
1a56fc9
Fixed x509_crt_parse_path() bug on Windows platforms
by Paul Bakker
· 11 years ago
5a607d2
Merged IPv6 support in the NET module
by Paul Bakker
· 11 years ago
5ab68ba
Merged storing curves fully in ROM
by Paul Bakker
· 11 years ago
fdf9469
Merged support for ECDH-RSA / ECDH-ECDSA key exchanges and ciphersuites
by Paul Bakker
· 11 years ago
f70fe81
Fixed memory leak in benchmark application
by Paul Bakker
· 11 years ago
6f0636a
Potential memory leak in ssl_ticket_keys_init()
by Paul Bakker
· 11 years ago
48d78a5
Merged support for Curve25519
by Paul Bakker
· 11 years ago
9a4a5ac
Fix bug in mpi_set_bit
by Manuel Pégourié-Gonnard
· 11 years ago
b14817d
Updated ChangeLog for splitting off curves from ecp.c
by Paul Bakker
· 11 years ago
9dc53a9
Merged client ciphersuite order preference option
by Paul Bakker
· 11 years ago
014f143
Merged EC key generation support
by Paul Bakker
· 11 years ago
4040d7e
Merged more constant-time checking in RSA
by Paul Bakker
· 11 years ago
c3d0d07
Merged change from readdir_r() to readdir() + threading
by Paul Bakker
· 11 years ago
7aa0375
Updated ChangeLog to reflect recent changes
by Paul Bakker
· 11 years ago
a9a028e
SSL now gracefully handles missing RNG
by Paul Bakker
· 11 years ago
f2b4d86
Fixed X.509 hostname comparison (with non-regular characters)
by Paul Bakker
· 11 years ago
f4dc186
Prep for PolarSSL 1.3.2
by Paul Bakker
· 11 years ago
e1121b6
Update ChangeLog for renegotiation changes
by Paul Bakker
· 11 years ago
7b0be68
Support for serialNumber, postalAddress and postalCode in X509 names
by Paul Bakker
· 11 years ago
fa6a620
Defines for UEFI environment under MSVC added
by Paul Bakker
· 11 years ago
178d9ba
Fix ECDSA corner case: missing reduction mod N
by Manuel Pégourié-Gonnard
· 11 years ago
60b1d10
Fixed spelling / typos (from PowerDNS:codespell)
by Paul Bakker
· 11 years ago
93c6aa4
Fixed that selfsign copies issuer_name to subject_name
by Paul Bakker
· 11 years ago
50dc850
Const correctness
by Paul Bakker
· 11 years ago
7bc745b
Merged constant-time padding checks
by Paul Bakker
· 11 years ago
1642122
Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
by Paul Bakker
· 11 years ago
3f917e2
Merged optimizations for MODP NIST curves
by Paul Bakker
· 11 years ago
08bb187
Merged Public Key framwork tests
by Paul Bakker
· 11 years ago
68037da
Update Changelog for minor fixes
by Paul Bakker
· 11 years ago
45a2c8d
Prevent possible alignment warnings on casting from char * to 'aligned *'
by Paul Bakker
· 11 years ago
677377f
Server does not send out extensions not advertised by client
by Paul Bakker
· 11 years ago
5c17ccd
Bumped version to 1.3.1
by Paul Bakker
· 11 years ago
f34673e
Merged RSA-PSK key-exchange and ciphersuites
by Paul Bakker
· 11 years ago
376e815
Merged ECDHE-PSK ciphersuites
by Paul Bakker
· 11 years ago
a7ea6a5
config.h is more script-friendly
by Paul Bakker
· 11 years ago
be089b0
Introduced POLARSSL_HAVE_READDIR_R for systems without it
by Paul Bakker
· 11 years ago
5191e92
Added missing x509write_crt_set_version()
by Paul Bakker
· 11 years ago
b7c1312
threading_set_own() renamed to threading_set_alt()
by Paul Bakker
· 11 years ago
4aa40d4
Better support for MSVC
by Paul Bakker
· 11 years ago
b799dec
Merged support for Brainpool curves and ciphersuites
by Paul Bakker
· 11 years ago
1677033
TLS compression only allocates working buffer once
by Paul Bakker
· 11 years ago
d61cc3b
Possible naming collision in dhm_context
by Paul Bakker
· 11 years ago
fcc1721
Fixed const-correctness issues
by Paul Bakker
· 11 years ago
ddba882
Added bugfixes to ChangeLog
by Paul Bakker
· 11 years ago
3a2c056
Added 1.2.10 to ChangeLog
by Paul Bakker
· 11 years ago
d93d28e
Fixed release date for 1.3.0
by Paul Bakker
· 11 years ago
polarssl-1.3.0
2466d93
Threading abstraction layer added
by Paul Bakker
· 11 years ago
c13aab1
Added 1.1.8 and 1.2.9 release
by Paul Bakker
· 11 years ago
f18084a
Ready for 1.3.0 release
by Paul Bakker
· 11 years ago
8b817dc
Merged support for multiple certificate/key pairs in SSL into development
by Paul Bakker
· 11 years ago
c27c4e2
Support faulty X509 v1 certificates with extensions
by Paul Bakker
· 11 years ago
5ad403f
Prepared for 1.3.0 RC0
by Paul Bakker
· 11 years ago
polarssl-1.3.0-rc0
45f21c7
PK layer and X509 core refactoring in ChangeLog
by Paul Bakker
· 11 years ago
7fb4a79
Added merged functionality to ChangeLog
by Paul Bakker
· 11 years ago
6ec34fb
Added ChangeLog for blinding
by Paul Bakker
· 11 years ago
003dbad
Fixed file descriptor leak in x509parse_crtpath()
by Paul Bakker
· 11 years ago
a594385
x509_verify() now case insensitive for cn (RFC 6125 6.4)
by Paul Bakker
· 11 years ago
aab30c1
RSA blinding added for CRT operations
by Paul Bakker
· 11 years ago
548957d
Refactored RSA to have random generator in every RSA operation
by Paul Bakker
· 11 years ago
ca174fe
Merged refactored x509write module into development
by Paul Bakker
· 11 years ago
c867678
Amended ChangeLog for ECDSA-ciphersuites
by Paul Bakker
· 11 years ago
0be444a
Ability to disable server_name extension (RFC 6066)
by Paul Bakker
· 11 years ago
d2f068e
Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually
by Paul Bakker
· 11 years ago
936539a
Updated Changelog to reflect addition of session tickets
by Paul Bakker
· 11 years ago
da4d1c3
Updated Changelog to reflect feature addition
by Paul Bakker
· 11 years ago
1e6a175
Support for AIX header locations in net.c module
by Paul Bakker
· 11 years ago
f85778e
Updated Changelog for EC Key / Cert and RFC 6066 extensions
by Paul Bakker
· 11 years ago
fa9b100
Also compiles / runs without time-based functions in OS
by Paul Bakker
· 11 years ago
6e339b5
Memory-allocation abstraction layer and buffer-based allocator added
by Paul Bakker
· 11 years ago
abf2f8f
zlib compression/decompression skipped on empty blocks
by Paul Bakker
· 11 years ago
9e36f04
SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
by Paul Bakker
· 11 years ago
63899fe
Removed redundant bugfix from ChangeLog (Already done in 1.2.8)
by Paul Bakker
· 11 years ago
e2ab84f
Renamed error_strerror() to the less conflicting polarssl_strerror()
by Paul Bakker
· 11 years ago
2fbefde
Client and server now filter sent and accepted ciphersuites on minimum
by Paul Bakker
· 11 years ago
b9d3cfa
Split up GCM into a start/update/finish cycle
by Paul Bakker
· 11 years ago
de65623
PolarSSL 1.2.6 and PolarSSL 1.2.7 changes added to ChangeLog
by Paul Bakker
· 11 years ago
248fff5
PolarSSL 1.1.6 and PolarSSL 1.1.7 changed added to ChangeLog
by Paul Bakker
· 11 years ago
73d4431
Fixed parse error in ssl_parse_certificate_request()
by Paul Bakker
· 12 years ago
b91c2b5
PSK and DHE-PSK addition to ChangeLog
by Paul Bakker
· 12 years ago
8f4ddae
Ability to specify allowed ciphersuites based on the protocol version.
by Paul Bakker
· 12 years ago
eff2e6d
Fixed MPI assembly for ARM when -O2 is used
by Paul Bakker
· 12 years ago
c70b982
OID functionality moved to a separate module.
by Paul Bakker
· 12 years ago
Next »