Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a54e493bc0926ad58c9bf937d0b00d39461c7e26
/
include
a54e493
Added ECDHE-based SHA256 and SHA384 ciphersuites
by Paul Bakker
· 12 years ago
41c83d3
Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS
by Paul Bakker
· 12 years ago
00c1f43
Merge branch 'ecc-devel-mpg' into development
by Paul Bakker
· 12 years ago
d589a0d
Modified Makefiles to include new files and and config.h to PolarSSL standard
by Paul Bakker
· 12 years ago
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 12 years ago
92be97b
Align data with future location based on IV size
by Paul Bakker
· 12 years ago
07eb38b
Update ssl_hw_record_init() to receive keylen, ivlen and maclen as well
by Paul Bakker
· 12 years ago
5bd4229
Reverted commit 186751d9dd28082d4b19e69a2c15fd432d366133 and made out_hdr and out_msg back-to-back again
by Paul Bakker
· 12 years ago
1bd3ae8
Added md_process() to MD layer for generic internal access to hash
by Paul Bakker
· 12 years ago
90f042d
Prepared for PolarSSL 1.2.6 release
by Paul Bakker
· 12 years ago
polarssl-1.2.6
fb1cbd3
Fixed assembly code for ARM (Thumb and regular) for some compilers
by Paul Bakker
· 12 years ago
e81beda
The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain)
by Paul Bakker
· 12 years ago
78a8c71
Re-added support for parsing and handling SSLv2 Client Hello messages
by Paul Bakker
· 12 years ago
a43231c
Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt()
by Paul Bakker
· 12 years ago
b386913
Split up the RSA PKCS#1 encrypt, decrypt, sign and verify functions
by Paul Bakker
· 12 years ago
8ea31ff
Added missing typedef for INT64
by Paul Bakker
· 12 years ago
9f2018e
Fixed typo in _MSC_VER (double underscore at the start)
by Paul Bakker
· 12 years ago
e47b34b
Removed further timing differences during SSL message decryption in ssl_decrypt_buf()
by Paul Bakker
· 12 years ago
6deb37e
Added comments to indicate dependency from PEM on AES, DES and MD5
by Paul Bakker
· 12 years ago
fbb5cf9
Fixed typo in base64.h
by Paul Bakker
· 12 years ago
424fda5
Add ecdh_calc_secret()
by Manuel Pégourié-Gonnard
· 12 years ago
5cceb41
Add ecdh_{make,read}_public()
by Manuel Pégourié-Gonnard
· 12 years ago
854fbd7
Add ecdh_read_params().
by Manuel Pégourié-Gonnard
· 12 years ago
1372476
Add ecdh_make_server_params (untested yet)
by Manuel Pégourié-Gonnard
· 12 years ago
63533e4
Create ecdh_context structure
by Manuel Pégourié-Gonnard
· 12 years ago
98f5181
Fix ecp_tls_read_point's signature
by Manuel Pégourié-Gonnard
· 12 years ago
7c145c6
Fix ecp_tls_read_group's signature
by Manuel Pégourié-Gonnard
· 12 years ago
420f1eb
Fix ecp_tls_write_point's signature
by Manuel Pégourié-Gonnard
· 12 years ago
b325887
Add ecp_tls_write_group()
by Manuel Pégourié-Gonnard
· 12 years ago
7e86025
Rename ecp_*_binary to ecp_point_*_binary
by Manuel Pégourié-Gonnard
· 12 years ago
d84895d
Supress 'format' argument to ecp_read_binary.
by Manuel Pégourié-Gonnard
· 12 years ago
0079405
Add functions for read/write ECPoint records
by Manuel Pégourié-Gonnard
· 12 years ago
1a96728
Add function parsing a TLS ECParameters record
by Manuel Pégourié-Gonnard
· 12 years ago
c7a2da4
Updated for PolarSSL 1.2.5
by Paul Bakker
· 12 years ago
polarssl-1.2.5
40865c8
Added sending of alert messages in case of decryption failures as per RFC
by Paul Bakker
· 12 years ago
d66f070
Disable debug messages that can introduce a timing side channel.
by Paul Bakker
· 12 years ago
8fe40dc
Allow enabling of dummy error_strerror() to support some use-cases
by Paul Bakker
· 12 years ago
3aeb5a7
Add ECDSA signature primitive.
by Manuel Pégourié-Gonnard
· 12 years ago
b309ab2
Add ECDSA sign primitive
by Manuel Pégourié-Gonnard
· 12 years ago
2aea141
Add skeleton ecdsa.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
6545ca7
Add ECDH primitives
by Manuel Pégourié-Gonnard
· 12 years ago
0bad5c2
Add skeleton ecdh.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
45a035a
Add ecp_gen_keypair()
by Manuel Pégourié-Gonnard
· 12 years ago
14c56a3
Updated for PolarSSL 1.2.4
by Paul Bakker
· 12 years ago
polarssl-1.2.4
1961b70
Added ssl_handshake_step() to allow single stepping the handshake process
by Paul Bakker
· 12 years ago
f626e1d
Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBS
by Paul Bakker
· 12 years ago
cf4365f
Updated error codes for ECP
by Paul Bakker
· 12 years ago
5e402d8
Added ecp_read_binary().
by Manuel Pégourié-Gonnard
· 12 years ago
37d218a
Added support for writing points compressed
by Manuel Pégourié-Gonnard
· 12 years ago
e19feb5
Added ecp_write_binary().
by Manuel Pégourié-Gonnard
· 12 years ago
1c33057
Added ecp_check_pubkey().
by Manuel Pégourié-Gonnard
· 12 years ago
b63f9e9
Made ecp_mul() faster and truly SPA resistant
by Manuel Pégourié-Gonnard
· 12 years ago
8555607
Added function preparing for faster multiplication
by Manuel Pégourié-Gonnard
· 12 years ago
9674fd0
Added ecp_sub() as a variant of ecp_add()
by Manuel Pégourié-Gonnard
· 12 years ago
1c2782c
Changed to jacobian coordinates everywhere
by Manuel Pégourié-Gonnard
· 12 years ago
773ed54
Added a nbits member to ecp_group
by Manuel Pégourié-Gonnard
· 12 years ago
4bdd47d
Multiplication by negative is now forbidden
by Manuel Pégourié-Gonnard
· 12 years ago
4712325
Clarifications in comments; code cosmetics & style
by Manuel Pégourié-Gonnard
· 12 years ago
dada4da
Moved domain paramaters to ecp.c
by Manuel Pégourié-Gonnard
· 12 years ago
62aad14
Added slot for fast modp, with mod_p521
by Manuel Pégourié-Gonnard
· 12 years ago
e0c1692
Point multiplication using Jacobian coordinates
by Manuel Pégourié-Gonnard
· 12 years ago
a5402fe
Added ecp_use_known_dp()
by Manuel Pégourié-Gonnard
· 12 years ago
b505c27
Got first tests working, fixed ecp_copy()
by Manuel Pégourié-Gonnard
· 12 years ago
847395a
Added ecp_XXX_read_string()
by Manuel Pégourié-Gonnard
· 12 years ago
7cfcea3
Documented error codes properly
by Manuel Pégourié-Gonnard
· 12 years ago
ae180d0
Got started on ecp_add(): generic case done
by Manuel Pégourié-Gonnard
· 12 years ago
883f313
Added ecp_copy() (for points)
by Manuel Pégourié-Gonnard
· 12 years ago
5179e46
Allowed point at infinity, supressed ecp_double()
by Manuel Pégourié-Gonnard
· 12 years ago
d7e4570
Copied ECP parameters from RFC 5114
by Manuel Pégourié-Gonnard
· 12 years ago
39d2adb
Added (skeleton) ecp.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
fb1ba78
Updated for release 1.2.3
by Paul Bakker
· 12 years ago
polarssl-1.2.3
df5069c
Updated for 1.2.2 release
by Paul Bakker
· 12 years ago
polarssl-1.2.2
769075d
Fixed dependency on POLARSSL_SHA4_C in ssl modules
by Paul Bakker
· 12 years ago
926af75
Fixed client certificate handling with TLS 1.2
by Paul Bakker
· 12 years ago
e667c98
Added p_hw_data to ssl_context for context specific hardware acceleration data
by Paul Bakker
· 12 years ago
1f9d02d
Added more notes / comments on own_cert, trust_ca purposes
by Paul Bakker
· 12 years ago
25338d7
Added proper gitignores for Linux CMake use
by Paul Bakker
· 12 years ago
43ae298
- Fixed argument types
by Paul Bakker
· 12 years ago
34d8dbc
- Depth that the certificate verify callback receives is now numbered bottom-up (Peer cert depth is 0)
by Paul Bakker
· 12 years ago
e0f41f3
- Updated version to 1.2.1
by Paul Bakker
· 12 years ago
c893e02
- Added extra documentation
by Paul Bakker
· 12 years ago
096348f
- Fixed comments / typos
by Paul Bakker
· 12 years ago
77db6ce
- Fixed doxygen blocks
by Paul Bakker
· 12 years ago
6831c4a
- Fixed typos
by Paul Bakker
· 12 years ago
7c90078
- Default to disabled renegotiation
by Paul Bakker
· 12 years ago
7a2538e
- Fixes for MSVC6
by Paul Bakker
· 12 years ago
645ce3a
- Moved ciphersuite naming scheme to IANA reserved names
by Paul Bakker
· 12 years ago
b0550d9
- Added ssl_get_peer_cert() to SSL API
by Paul Bakker
· 12 years ago
4f024b7
- Fixed for SPARC64
by Paul Bakker
· 12 years ago
df2bb75
- Premaster should have a maximum of MPI size
by Paul Bakker
· 12 years ago
ba26e9e
- Cache now only allows a maximum of entries in cache for preventing memory overrun
by Paul Bakker
· 12 years ago
0fd018e
- Fixed preprocessor typo
by Paul Bakker
· 12 years ago
09f097d
- Added more documentation on disable / enable renegotiation
by Paul Bakker
· 12 years ago
2b6af2f
- Only define mpi_read_file and mpi_write_file if POLARSSL_FS_IO is present
by Paul Bakker
· 12 years ago
0f5281a
- Enlarged buffer to fit gcm_context on all platforms
by Paul Bakker
· 12 years ago
8f387e6
- Updated trunk base version to 1.2.0 for prerelease 1
by Paul Bakker
· 12 years ago
62261d6
- Rewrote bignum type definition #ifdef tree to work better on all systems
by Paul Bakker
· 12 years ago
9ef6e2b
- Added missing int32_t definition
by Paul Bakker
· 12 years ago
e23c315
- Fixed typo
by Paul Bakker
· 12 years ago
5c2364c
- Moved from unsigned long to uint32_t throughout code
by Paul Bakker
· 12 years ago
Next »