Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a64acd4f840ef993baf17541c74514b658392545
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
480905d
Fix selection of hash from sig_alg ClientHello ext.
by Manuel Pégourié-Gonnard
· 10 years ago
ef5087d
Added explicit casts to prevent compiler warnings when trying to build for iOS
by Sander Niemeijer
· 10 years ago
8ef7088
Use polarssl_zeroize() in asn1parse too
by Manuel Pégourié-Gonnard
· 10 years ago
a676acf
Fix missing curly braces.
by Peter Vaskovic
· 10 years ago
baa7f07
Add GnuTLS support to ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
f138874
Properly send close_notify in ssl_client2
by Manuel Pégourié-Gonnard
· 10 years ago
a13500f
Fix bug with ssl_close_notify and non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
44ade65
Implement (partial) renego delay on client
by Manuel Pégourié-Gonnard
· 10 years ago
f07f421
Fix server-initiated renego with non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
a8c0a0d
Add "exchanges" option to test server and client
by Manuel Pégourié-Gonnard
· 10 years ago
296e3b1
Request renego before write in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
6591962
Allow delay on renego on client
by Manuel Pégourié-Gonnard
· 10 years ago
f26a1e8
ssl_read() stops returning non-application data
by Manuel Pégourié-Gonnard
· 10 years ago
55e4ff2
Tune comments
by Manuel Pégourié-Gonnard
· 10 years ago
e08660e
Fix ssl_read() and close_notify error handling in programs
by Manuel Pégourié-Gonnard
· 10 years ago
67686c4
Fix undocumented option in ssl_server2
by Manuel Pégourié-Gonnard
· 10 years ago
250b1ca
Fix ssl_server2 exiting on recoverable errors
by Manuel Pégourié-Gonnard
· 10 years ago
bc3e54c
Fix overly rigorous defines in ssl_server2.c
by Paul Bakker
· 10 years ago
d153ef3
Missing dependencies on POLARSSL_ECP_C fixed
by Paul Bakker
· 10 years ago
09c9dd8
Revert 42cc641. Issue already fixed in 333fdec.
by Paul Bakker
· 10 years ago
c1283d3
Only use signal() in ssl_server2 on non-Windows platforms
by Paul Bakker
· 10 years ago
dcab293
Get rid of SERVERQUIT code in ssl_{client,server}2
by Manuel Pégourié-Gonnard
· 10 years ago
74b1170
Simplify terminating ssl_server2 in test scripts
by Manuel Pégourié-Gonnard
· 10 years ago
Next »