Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
83a7fdd47bae3e8ae3cd13226c16f03e7dba60b9
/
library
b4fae57
Add pk_rsa_set_padding() and rsa_set_padding()
by Manuel Pégourié-Gonnard
· 11 years ago
7c59363
Remove a few dead stores
by Manuel Pégourié-Gonnard
· 11 years ago
9e987ed
Fix potential memory leak in bignum selftest
by Manuel Pégourié-Gonnard
· 11 years ago
fd6a191
Fix misplaced initialisation.
by Manuel Pégourié-Gonnard
· 11 years ago
073f0fa
Fix missing error checking in gcm
by Manuel Pégourié-Gonnard
· 11 years ago
280f95b
Add #ifs arround ssl_ciphersuite_uses_XXX()
by Manuel Pégourié-Gonnard
· 11 years ago
7cfdcb8
Add a length check in ssl_derive_keys()
by Manuel Pégourié-Gonnard
· 11 years ago
c78c842
Added failure stub for uninitialized POLARSSL_THREADING_ALT functions
by Paul Bakker
· 11 years ago
polarssl-1.3.3
a8fd3e3
Removed POLARSSL_THREADING_DUMMY option
by Paul Bakker
· 11 years ago
4de44aa
Rewrote check to prevent read of uninitialized data in rsa_rsassa_pss_verify()
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
00f5c52
Added cast to socket() return value to prevent Windows warning
by Paul Bakker
· 11 years ago
c738791
Merged ECP memory usage optimizations
by Paul Bakker
· 11 years ago
53e1513
Initialize ebx and edx in padlock functions
by Paul Bakker
· 11 years ago
26bc1c0
Fix a few unchecked return codes in EC
by Manuel Pégourié-Gonnard
· 11 years ago
93759b0
Made AES-NI bit-size specific key expansion functions static
by Paul Bakker
· 11 years ago
9e4191c
Add another option to reduce EC memory usage
by Manuel Pégourié-Gonnard
· 11 years ago
70896a0
Add statistics about number of allocated blocks
by Manuel Pégourié-Gonnard
· 11 years ago
ec4bea7
Forced cast to unsigned int for %u format in ecp_selftest()
by Paul Bakker
· 11 years ago
1f789b8
Lessen peak memory usage in EC by freeing earlier
by Manuel Pégourié-Gonnard
· 11 years ago
72c172a
Save some small memory allocations inside ecp_mul()
by Manuel Pégourié-Gonnard
· 11 years ago
f0fc2a2
Properly put the pragma comment for the MSVC linker in defines
by Paul Bakker
· 11 years ago
92bcadb
Removed 'z' length modifier from low-value size_t in ecp_selftest()
by Paul Bakker
· 11 years ago
e7f5133
Fixed superfluous return value in aesni.c
by Paul Bakker
· 11 years ago
0d0de92
Only specify done label in aes.c when AES-NI is possible
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
d4588cf
aesni_gcm_mult() now returns void
by Manuel Pégourié-Gonnard
· 11 years ago
bfa3c9a
Remove temporary code
by Manuel Pégourié-Gonnard
· 11 years ago
23c2f6f
Add AES-NI key expansion for 192 bits
by Manuel Pégourié-Gonnard
· 11 years ago
4a5b995
Add AES-NI key expansion for 256 bits
by Manuel Pégourié-Gonnard
· 11 years ago
47a3536
Add AES-NI key expansion for 128 bits
by Manuel Pégourié-Gonnard
· 11 years ago
01e31bb
Add support for key inversion using AES-NI
by Manuel Pégourié-Gonnard
· 11 years ago
80637c7
Use aesni_gcm_mult() if available
by Manuel Pégourié-Gonnard
· 11 years ago
d333f67
Add aesni_gcm_mult()
by Manuel Pégourié-Gonnard
· 11 years ago
9d57482
Add comments on GCM multiplication
by Manuel Pégourié-Gonnard
· 11 years ago
8eaf20b
Allow detection of CLMUL
by Manuel Pégourié-Gonnard
· 11 years ago
5b68565
Add aesni_crypt_ecb() and use it
by Manuel Pégourié-Gonnard
· 11 years ago
92ac76f
Add files for (upcoming) AES-NI support
by Manuel Pégourié-Gonnard
· 11 years ago
1e5369c
Variables in proper block or within proper defines in ssl_decrypt_buf()
by Paul Bakker
· 11 years ago
0c0476f
Disable ecp_use_curve25519() if not POLARSSL_ECP_DP_M255_ENABLED
by Paul Bakker
· 11 years ago
1a56fc9
Fixed x509_crt_parse_path() bug on Windows platforms
by Paul Bakker
· 11 years ago
1321135
Fix MingW version issue
by Manuel Pégourié-Gonnard
· 11 years ago
ee5db1d
Fix typo in previous commit
by Manuel Pégourié-Gonnard
· 11 years ago
6a398d4
Add missing header for windows
by Manuel Pégourié-Gonnard
· 11 years ago
173402b
net_prepare() returns int
by Manuel Pégourié-Gonnard
· 11 years ago
5a607d2
Merged IPv6 support in the NET module
by Paul Bakker
· 11 years ago
fd6b4cc
Add forgotten SO_REUSEADDR option
by Manuel Pégourié-Gonnard
· 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
77e257e
Fixed bad check for maximum size of fragment length index
by Paul Bakker
· 11 years ago
6c21276
Place olen initalization after reference check in cipher_update()
by Paul Bakker
· 11 years ago
6f0636a
Potential memory leak in ssl_ticket_keys_init()
by Paul Bakker
· 11 years ago
6e315a9
Adapt net_accept() to IPv6
by Manuel Pégourié-Gonnard
· 11 years ago
389ce63
Add IPv6 support to net_bind()
by Manuel Pégourié-Gonnard
· 11 years ago
10934de
Adapt net_connect() for IPv6
by Manuel Pégourié-Gonnard
· 11 years ago
2e5c316
Factor our some code in net.c
by Manuel Pégourié-Gonnard
· 11 years ago
5538970
Add server support for ECDH key exchanges
by Manuel Pégourié-Gonnard
· 11 years ago
d18cc57
Add client-side support for ECDH key exchanges
by Manuel Pégourié-Gonnard
· 11 years ago
cdff3cf
Add ecdh_get_params() to import from an EC key
by Manuel Pégourié-Gonnard
· 11 years ago
25781b2
Add ECDH_RSA and ECDH_ECDSA ciphersuites
by Manuel Pégourié-Gonnard
· 11 years ago
69ab354
Fix bug from stupid typo
by Manuel Pégourié-Gonnard
· 11 years ago
14a96c5
Avoid wasting memory with some curves
by Manuel Pégourié-Gonnard
· 11 years ago
95b45b7
Rename macros
by Manuel Pégourié-Gonnard
· 11 years ago
baee5d4
Add previously forgotten #ifdef's
by Manuel Pégourié-Gonnard
· 11 years ago
81e1b10
Rm a few unneeded variables
by Manuel Pégourié-Gonnard
· 11 years ago
1f82b04
Adapt ecp_group_free() to static constants
by Manuel Pégourié-Gonnard
· 11 years ago
73cc01d
Remove last non-static parts of known EC groups
by Manuel Pégourié-Gonnard
· 11 years ago
731d08b
Start using constants from ROM for EC groups
by Manuel Pégourié-Gonnard
· 11 years ago
c72ac7c
Fix SSLv3 handling of SHA-384 suites
by Manuel Pégourié-Gonnard
· 11 years ago
fef3c5a
Fixed typo in POLARSSL_PKCS1_V15 in rsa.c
by Paul Bakker
· 11 years ago
93f41db
Fix possible issue in corner-case for ecp_mul_mx()
by Manuel Pégourié-Gonnard
· 11 years ago
7a949d3
Update comments
by Manuel Pégourié-Gonnard
· 11 years ago
d962273
Add #ifdef's for curve types
by Manuel Pégourié-Gonnard
· 11 years ago
7c94d8b
WIP #ifdef's
by Manuel Pégourié-Gonnard
· 11 years ago
b6f45a6
Avoid potential leak in ecp_mul_mxz()
by Manuel Pégourié-Gonnard
· 11 years ago
a60fe89
Add mpi_safe_cond_swap()
by Manuel Pégourié-Gonnard
· 11 years ago
97871ef
Some operations are not supported with Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
3d7053a
Add ecp_mod_p255(): Curve25519 about 4x faster now
by Manuel Pégourié-Gonnard
· 11 years ago
357ff65
Details in ecp_mul_mxz()
by Manuel Pégourié-Gonnard
· 11 years ago
fe0af40
Adapt ecp_gen_keypair() to Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
9a4a5ac
Fix bug in mpi_set_bit
by Manuel Pégourié-Gonnard
· 11 years ago
a0179b8
Change ecp_mul to handle Curve25519 too
by Manuel Pégourié-Gonnard
· 11 years ago
312d2e8
Adapt key checking functions for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
6615366
Add Curve25519 to known groups
by Manuel Pégourié-Gonnard
· 11 years ago
3afa07f
Add coordinate randomization for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
d9ea82e
Add basic arithmetic for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
3c0b4ea
Rename a few functions
by Manuel Pégourié-Gonnard
· 11 years ago
498fd35
Added missing inline definition for other platforms to ecp_curves.c
by Paul Bakker
· 11 years ago
d5e0fbe
Remove now useless function
by Manuel Pégourié-Gonnard
· 11 years ago
3ee9000
Make internal functions static again + cosmetics
by Manuel Pégourié-Gonnard
· 11 years ago
9854fe9
Convert curve constants to binary
by Manuel Pégourié-Gonnard
· 11 years ago
32b04c1
Split ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
43863ee
Declare internal variables static in ecp.c
by Manuel Pégourié-Gonnard
· 11 years ago
d35e191
Drop useless include in ecp.c
by Manuel Pégourié-Gonnard
· 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
1a9f2c7
Add option to respect client ciphersuite order
by Manuel Pégourié-Gonnard
· 11 years ago
Next »