Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
1a96728964ccbdd2ea831377e5e8eb71b08359dc
/
library
1a96728
Add function parsing a TLS ECParameters record
by Manuel Pégourié-Gonnard
· 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
cf4365f
Updated error codes for ECP
by Paul Bakker
· 12 years ago
a95919b
Added ECP files to Makefiles as well
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
3680c82
Made choice of w safer and more optimal
by Manuel Pégourié-Gonnard
· 12 years ago
cdd4432
Added ecp_normalize_many() for faster precompute()
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
7652a59
Added a precompute() function for fast mult
by Manuel Pégourié-Gonnard
· 12 years ago
8555607
Added function preparing for faster multiplication
by Manuel Pégourié-Gonnard
· 12 years ago
b4a310b
Added a selftest about SPA resistance
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
8433824
Added fast mod_p192
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
84d1aea
Now reducing mod p after every single operation
by Manuel Pégourié-Gonnard
· 12 years ago
e0c1692
Point multiplication using Jacobian coordinates
by Manuel Pégourié-Gonnard
· 12 years ago
7e0adfb
Replaced add_generic with add_mixed
by Manuel Pégourié-Gonnard
· 12 years ago
989c32b
Replaced double_generic with double_jac
by Manuel Pégourié-Gonnard
· 12 years ago
27b1ba8
Changed ecp_mul() to always add the same point
by Manuel Pégourié-Gonnard
· 12 years ago
d070f51
Started introducting Jacobian coordinates
by Manuel Pégourié-Gonnard
· 12 years ago
4b8c3f2
Moved tests from selftest to tests/test_suite_ecp
by Manuel Pégourié-Gonnard
· 12 years ago
a5402fe
Added ecp_use_known_dp()
by Manuel Pégourié-Gonnard
· 12 years ago
efaa31e
Implemented multiplication
by Manuel Pégourié-Gonnard
· 12 years ago
b4ab8a8
Fixed memory leak due to typo
by Manuel Pégourié-Gonnard
· 12 years ago
de532ee
Implemented generic doubling
by Manuel Pégourié-Gonnard
· 12 years ago
ab38b70
Fixed add_generic
by Manuel Pégourié-Gonnard
· 12 years ago
b505c27
Got first tests working, fixed ecp_copy()
by Manuel Pégourié-Gonnard
· 12 years ago
d0dc631
Added a few test cases for addition
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
1e8c8ec
Implemented ecp_{point,group}_free()
by Manuel Pégourié-Gonnard
· 12 years ago
39d2adb
Added (skeleton) ecp.[ch]
by Manuel Pégourié-Gonnard
· 12 years ago
21dca69
Handle future version properly in ssl_write_certificate_request()
by Paul Bakker
· 12 years ago
02303e8
Moved md_init_ctx() calls around to minimize exit points
by Paul Bakker
· 12 years ago
40628ba
Memory leak when using RSA_PKCS_V21 operations fixed
by Paul Bakker
· 12 years ago
fb1ba78
Updated for release 1.2.3
by Paul Bakker
· 12 years ago
polarssl-1.2.3
bc3d984
Fixed multiple DN size
by Paul Bakker
· 12 years ago
df5069c
Updated for 1.2.2 release
by Paul Bakker
· 12 years ago
polarssl-1.2.2
3497d8c
Do not check sig on trust-ca (might not be top)
by Paul Bakker
· 12 years ago
769075d
Fixed dependency on POLARSSL_SHA4_C in ssl modules
by Paul Bakker
· 12 years ago
78ce507
Fixed typo
by Paul Bakker
· 12 years ago
926af75
Fixed client certificate handling with TLS 1.2
by Paul Bakker
· 12 years ago
e44ec10
Fixed segfault in mpi_shift_r()
by Manuel Pégourié-Gonnard
· 12 years ago
90f309f
Added proper gitignores for linux compilation
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
9daf0d0
- Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
by Paul Bakker
· 12 years ago
96c4ed8
- Proper building of shared lib when SHARED defined
by Paul Bakker
· 12 years ago
644db38
- Added SHARED define for building with -fPIC
by Paul Bakker
· 12 years ago
f02c564
- Allow R and A to point to same mpi in mpi_div_mpi
by Paul Bakker
· 12 years ago
36c4a67
- Fixed off-by-one loop
by Paul Bakker
· 12 years ago
096348f
- Fixed comments / typos
by Paul Bakker
· 12 years ago
fc975dc
- Small Windows VC6 fixes
by Paul Bakker
· 12 years ago
d9374b0
- Moved mpi_inv_mod() outside POLARSSL_GENPRIME
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
bb0139c
- Moved to more flexible define structure
by Paul Bakker
· 12 years ago
35a7fe5
- Prevent compiler warning
by Paul Bakker
· 12 years ago
8611e73
- Fixed infinite loop
by Paul Bakker
· 12 years ago
b0550d9
- Added ssl_get_peer_cert() to SSL API
by Paul Bakker
· 12 years ago
d2c167e
- And fixed order
by Paul Bakker
· 12 years ago
98fe5ea
- Removed snprintf altogether for critical code paths
by Paul Bakker
· 12 years ago
331f563
- Do not use sprintf(), use snprintf() instead.
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
f1ab0ec
- Changed default compiler flags to include -O2
by Paul Bakker
· 12 years ago
67f9d53
- Removed code breaking strict-aliasing
by Paul Bakker
· 12 years ago
81420ab
- properly print minimum version
by Paul Bakker
· 12 years ago
c110d02
- Added extra check to prevent crash on failed memory allocation
by Paul Bakker
· 12 years ago
0be82f2
- Updated rsa_pkcs1_verify() and rsa_pkcs1_sign() to use appropriate buffer size for max MPIs
by Paul Bakker
· 12 years ago
36fec23
- Updated to 1.2.0
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
3338b79
- Fixed WIN32 version of x509parse_crtpath()
by Paul Bakker
· 12 years ago
d6f17b4
- Moved definition to top to prevent MS VC compiler warning
by Paul Bakker
· 12 years ago
5c2364c
- Moved from unsigned long to uint32_t throughout code
by Paul Bakker
· 12 years ago
0e19e9f
- Minor define change to prevent warning
by Paul Bakker
· 12 years ago
993d11d
- Send ClientHello with 'minimal version'
by Paul Bakker
· 12 years ago
23f3680
- Added proper support for TLS 1.2 signature_algorithm extension on server
by Paul Bakker
· 12 years ago
1d29fb5
- Added option to add minimum accepted SSL/TLS protocol version
by Paul Bakker
· 12 years ago
62f2dee
- Set POLARSSL_DHM_RFC5114_MODP_1024_[PG] as default DHM MODP group for SSL/TLS
by Paul Bakker
· 12 years ago
915275b
- Revamped x509_verify() and the SSL f_vrfy callback implementations
by Paul Bakker
· 12 years ago
5701cdc
- Added ServerName extension parsing (SNI) at server side
by Paul Bakker
· 12 years ago
eb2c658
- Generalized external private key implementation handling (like PKCS#11) in SSL/TLS
by Paul Bakker
· 12 years ago
321df6f
- Expanded rsa_check_privkey() to check DP, DQ and QP as well
by Paul Bakker
· 12 years ago
Next »