Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
9d1d7196e41cad6743f3e6f6a4b108a544e02429
9d1d719
Check length before reading handshake header
by Manuel Pégourié-Gonnard
· 10 years ago
d9ba0d9
Prepare for checking incoming handshake seqnum
by Manuel Pégourié-Gonnard
· 10 years ago
0c4cbc7
Add test for fragmentation + renego with GnuTLS
by Manuel Pégourié-Gonnard
· 10 years ago
ac03052
Fix segfault with some very short fragments
by Manuel Pégourié-Gonnard
· 10 years ago
f1499f6
Add interop testing for renego with GnuTLS
by Manuel Pégourié-Gonnard
· 10 years ago
77b0b8d
Disable some tests with valgrind for now
by Manuel Pégourié-Gonnard
· 10 years ago
64dffc5
Make handshake reassembly work with openssl
by Manuel Pégourié-Gonnard
· 10 years ago
a775617
Add test with openssl with DTLS in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
502bf30
Handle reassembly of handshake messages
by Manuel Pégourié-Gonnard
· 10 years ago
ed79a4b
Prepare for DTLS handshake reassembly
by Manuel Pégourié-Gonnard
· 10 years ago
edcbe54
Reorder checks in ssl_read_record
by Manuel Pégourié-Gonnard
· 10 years ago
0557bd5
Fix message_seq with server-initiated renego
by Manuel Pégourié-Gonnard
· 10 years ago
c392b24
Fix server-initiated renegotiation with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
30d16eb
Fix client-initiated renegotiation with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
b35fe56
Fix HelloVerifyRequest version handling
by Manuel Pégourié-Gonnard
· 10 years ago
4ba6ab6
Fix glitch with HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
562eb78
Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL
by Manuel Pégourié-Gonnard
· 10 years ago
bef8f09
Make cookie timeout configurable
by Manuel Pégourié-Gonnard
· 10 years ago
e903081
Add timestamp/serial to cookies, with timeout
by Manuel Pégourié-Gonnard
· 10 years ago
445a1ec
Change internal names
by Manuel Pégourié-Gonnard
· 10 years ago
0eb6cab
Add DTLS cookies test to ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
26820e3
Add option 'cookies' to ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
29ad7e8
Add check for missing ssl_set_client_transport_id()
by Manuel Pégourié-Gonnard
· 10 years ago
a64acd4
Add separate SSL_COOKIE_C define
by Manuel Pégourié-Gonnard
· 10 years ago
7d38d21
Allow disabling HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
e4de061
Fix cookie context usage
by Manuel Pégourié-Gonnard
· 10 years ago
232edd4
Move cookie callbacks implementation to own module
by Manuel Pégourié-Gonnard
· 10 years ago
d485d19
Move to a callback interface for DTLS cookies
by Manuel Pégourié-Gonnard
· 10 years ago
d7f9bc5
Refactor cookie to prepare for external callbacks
by Manuel Pégourié-Gonnard
· 10 years ago
82202f0
Make DTLS_HELLO_VERIFY a compile option
by Manuel Pégourié-Gonnard
· 10 years ago
98545f1
Generate random key for HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
dd3cdb0
Start using client IP in HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
336b824
Use ssl_set_client_transport_id() in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
43c0218
Add ssl_set_client_transport_id()
by Manuel Pégourié-Gonnard
· 10 years ago
fb2d223
Reuse random when responding to a verify request
by Manuel Pégourié-Gonnard
· 10 years ago
b760f00
Extract generate client random to a function
by Manuel Pégourié-Gonnard
· 10 years ago
2c9ee81
Start adding srv support for hello verify request
by Manuel Pégourié-Gonnard
· 10 years ago
a0e1632
Do not use compression with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
5d53cbe
Fix length check in ssl_write_ticket()
by Manuel Pégourié-Gonnard
· 10 years ago
879a4f9
Abort on DTLS epoch wrap
by Manuel Pégourié-Gonnard
· 10 years ago
53aef81
Work around OpenSSL bug in compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
d1af102
Add DTLS interop testing with OpenSSL server
by Manuel Pégourié-Gonnard
· 10 years ago
805e230
Fix error message and return code
by Manuel Pégourié-Gonnard
· 10 years ago
9bfb122
Add DTLS interop testing with GnuTLS server
by Manuel Pégourié-Gonnard
· 10 years ago
ae5050c
Start adapting ssl_client2 to datagram I/O
by Manuel Pégourié-Gonnard
· 10 years ago
67427c0
Fix checksum computation with HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
7484881
Implement HelloVerifyRequest on client
by Manuel Pégourié-Gonnard
· 10 years ago
29980b1
Add DTLS interop testing (PolarSSL server)
by Manuel Pégourié-Gonnard
· 10 years ago
b2f3be8
Support multiple records in one datagram
by Manuel Pégourié-Gonnard
· 10 years ago
798f15a
Fix version adjustments with force_ciphersuite
by Manuel Pégourié-Gonnard
· 11 years ago
3025b6c
Add DTLS self-op test in compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
fe3f73b
Allow force_version to select DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
34c1011
Fix a few warnings in reduced configs
by Manuel Pégourié-Gonnard
· 11 years ago
fe98ace
Adapt ssl_fetch_input() for UDP
by Manuel Pégourié-Gonnard
· 11 years ago
8a06d9c
Actually use UDP for DTLS in test client/server
by Manuel Pégourié-Gonnard
· 11 years ago
f5a1312
Add UDP support to the NET module
by Manuel Pégourié-Gonnard
· 11 years ago
d6b721c
More ssl_parse_client_hello() adjustments
by Manuel Pégourié-Gonnard
· 11 years ago
4128aa7
Add the 'cookie' field of DTLS ClientHello
by Manuel Pégourié-Gonnard
· 11 years ago
8933a65
Rework ssl_parse_client_hello() a bit
by Manuel Pégourié-Gonnard
· 11 years ago
e89bcf0
Write new DTLS handshake fields correctly
by Manuel Pégourié-Gonnard
· 11 years ago
ce441b3
Add space for new DTLS fields in handshake
by Manuel Pégourié-Gonnard
· 11 years ago
a59543a
Minor refactoring in ssl_read_record()
by Manuel Pégourié-Gonnard
· 11 years ago
f302fb5
Fix hmac computation for DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
5afb167
Implement DTLS epochs
by Manuel Pégourié-Gonnard
· 11 years ago
0619348
Add explicit counter in DTLS record header
by Manuel Pégourié-Gonnard
· 11 years ago
507e1e4
Prep: allow {in,out}_len != {in,out}_hdr + 3
by Manuel Pégourié-Gonnard
· 11 years ago
7ee6f0e
Preparation: allow {in,out}_ctr != {in,out}_buf
by Manuel Pégourié-Gonnard
· 11 years ago
83218f1
Add dtls version aliases to test serv/cli
by Manuel Pégourié-Gonnard
· 11 years ago
abc7e3b
Handle DTLS version encoding and fix some checks
by Manuel Pégourié-Gonnard
· 11 years ago
864a81f
More ssl_set_XXX() functions can return BAD_INPUT
by Manuel Pégourié-Gonnard
· 11 years ago
b21ca2a
Adapt version-handling functions to DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
e29fd4b
Add a dtls option to test server and client
by Manuel Pégourié-Gonnard
· 11 years ago
d666451
Add a ciphersuite NODTLS flag
by Manuel Pégourié-Gonnard
· 11 years ago
0b1ff29
Add basic flags for DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
82788fb
Fix minor style issues
by Paul Bakker
· 10 years ago
polarssl-1.3.9
9eac4f7
Prepare for release 1.3.9
by Paul Bakker
· 10 years ago
b082bb5
Fix typos in ChangeLog
by Paul Bakker
· 10 years ago
f7cdbc0
Fix potential bad read of length
by Manuel Pégourié-Gonnard
· 10 years ago
ef9a6ae
Allow comparing name with mismatched encodings
by Manuel Pégourié-Gonnard
· 10 years ago
9c911da
Add tests for X.509 name encoding mismatch
by Manuel Pégourié-Gonnard
· 10 years ago
8842124
Rename a function
by Manuel Pégourié-Gonnard
· 10 years ago
43c3b28
Fix memory leak with crafted ClientHello
by Manuel Pégourié-Gonnard
· 10 years ago
5d86185
Fix memory leak while parsing some X.509 certs
by Manuel Pégourié-Gonnard
· 10 years ago
64938c6
Accept spaces at end of line/buffer in base64
by Manuel Pégourié-Gonnard
· 10 years ago
7f4ed67
Fix compile error with armcc in mpi_is_prime()
by Manuel Pégourié-Gonnard
· 10 years ago
da1b4de
Increase MPI_MAX_BYTES to allow RSA 8192
by Manuel Pégourié-Gonnard
· 10 years ago
5a5fa92
x509_crt_parse() did not increase total_failed on PEM error
by Paul Bakker
· 10 years ago
9e4ff95
Clarified len parameter of ssl_read()
by Paul Bakker
· 10 years ago
7fa6772
Scripts print more info on failure within buildbot
by Manuel Pégourié-Gonnard
· 10 years ago
c2b0092
Fix leaving around temporary file in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
1287f11
Detect GnuTLS presence and version in compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
1649449
Fix details in compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
72e51ee
Use arithmetic expansion in scripts, avoid bashisms
by Manuel Pégourié-Gonnard
· 10 years ago
c0f6a69
Add client timeout to ssl-opt.sh and compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
decaf0b
Clean up unused variable in compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
a4afadf
Fix bug in OpenSSL v2 support testing
by Manuel Pégourié-Gonnard
· 10 years ago
644e8f3
Adapt debug_level in ssl-opt.sh to new levels
by Manuel Pégourié-Gonnard
· 10 years ago
8e03c71
Normalize names in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
5136296
Add interop testing of renegotiation
by Manuel Pégourié-Gonnard
· 10 years ago
f2629b9
Rm now useless tricks from ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
Next »