Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
edb7ed3a438acb02aa96478ccec4a63343f0747b
/
tests
edb7ed3
Merge commit 'd7e2483' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
f9c8a60
Merge commit '8b9bcec' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
d7e2483
Merge miscellaneous fixes into development
by Paul Bakker
· 10 years ago
765bb31
Add test_suite_memory_buffer_alloc
by Manuel Pégourié-Gonnard
· 10 years ago
f5f25b3
Add test for ctr_drbg_update() input sanitizing
by Manuel Pégourié-Gonnard
· 10 years ago
d9e2dd2
Merge support for Encrypt-then-MAC
by Paul Bakker
· 10 years ago
a65d508
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
54b1a8f
Merge support for Extended Master Secret (session-hash)
by Paul Bakker
· 10 years ago
b52b015
Merge support for FALLBACK_SCSV
by Paul Bakker
· 10 years ago
f46f128
Fix test scripts portability issues
by Manuel Pégourié-Gonnard
· 10 years ago
76c99a0
Fix Gnu-ism in script
by Manuel Pégourié-Gonnard
· 10 years ago
ea29d15
Add recursion.pl to all.sh
by Manuel Pégourié-Gonnard
· 10 years ago
89d69b3
Fix 3DES -> DES in all.sh (+ time estimates)
by Manuel Pégourié-Gonnard
· 10 years ago
246978d
Add curves.pl to all.sh
by Manuel Pégourié-Gonnard
· 10 years ago
9bda9b3
Rework all.sh to use MSan instead of valgrind
by Manuel Pégourié-Gonnard
· 10 years ago
cf4de32
Fix depends on individual curves in tests
by Manuel Pégourié-Gonnard
· 10 years ago
2727dc1
Add script to test depends on individual curves
by Manuel Pégourié-Gonnard
· 10 years ago
5c2aa10
Fix curve dependency issues in X.509 test suite
by Manuel Pégourié-Gonnard
· 10 years ago
57a5d60
Add tests for concatenated CRLs
by Manuel Pégourié-Gonnard
· 10 years ago
4be3449
Add Readme about X.509 test files
by Manuel Pégourié-Gonnard
· 10 years ago
8c9223d
Add text view to debug_print_buf()
by Manuel Pégourié-Gonnard
· 10 years ago
98aa191
Adjust warnings in different modes
by Manuel Pégourié-Gonnard
· 10 years ago
8a5e3d4
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 10 years ago
b134060
Fix memory leak with crafted X.509 certs
by Manuel Pégourié-Gonnard
· 10 years ago
0369a52
Fix uninitialised pointer dereference
by Manuel Pégourié-Gonnard
· 10 years ago
7c13d69
Fix dependency issues
by Manuel Pégourié-Gonnard
· 10 years ago
a1efcb0
Implement pk_check_pair() for RSA-alt
by Manuel Pégourié-Gonnard
· 10 years ago
70bdadf
Add pk_check_pair()
by Manuel Pégourié-Gonnard
· 10 years ago
30668d6
Add ecp_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
2f8d1f9
Add rsa_check_pub_priv()
by Manuel Pégourié-Gonnard
· 10 years ago
f9d778d
Merge branch 'etm' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
56d985d
Merge branch 'session-hash' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
fedba98
Merge branch 'fb-scsv' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
169dd6a
Adjust minimum length for EtM
by Manuel Pégourié-Gonnard
· 10 years ago
b575b54
Forbid extended master secret with SSLv3
by Manuel Pégourié-Gonnard
· 10 years ago
78e745f
Don't send back EtM extension if not using CBC
by Manuel Pégourié-Gonnard
· 10 years ago
dd45927
compat.sh: allow git version of gnutls
by Manuel Pégourié-Gonnard
· 10 years ago
0098e7d
Preparation for EtM
by Manuel Pégourié-Gonnard
· 10 years ago
699cafa
Implement initial negotiation of EtM
by Manuel Pégourié-Gonnard
· 10 years ago
85a4178
compat.sh: make options a bit more robust
by Manuel Pégourié-Gonnard
· 10 years ago
01b2699
Implement FALLBACK_SCSV server-side
by Manuel Pégourié-Gonnard
· 10 years ago
367381f
Add negotiation of Extended Master Secret
by Manuel Pégourié-Gonnard
· 10 years ago
1cbd39d
Implement FALLBACK_SCSV client-side
by Manuel Pégourié-Gonnard
· 10 years ago
f2a459d
Preparation for PolarSSL 1.4.0
by Paul Bakker
· 10 years ago
a6ace04
Test for lost HelloRequest
by Manuel Pégourié-Gonnard
· 10 years ago
f138447
Avoid spurious timeout in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 10 years ago
74a1378
Avoid false positive in ssl-opt.sh with memcheck
by Manuel Pégourié-Gonnard
· 10 years ago
e698f59
Add tests for ssl_set_dtls_badmac_limit()
by Manuel Pégourié-Gonnard
· 10 years ago
caecdae
Cosmetics in ssl_server2 & complete tests for HVR
by Manuel Pégourié-Gonnard
· 10 years ago
37e08e1
Fix max_fragment_length with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
127ab88
Give more time to lossy tests with normal timers
by Manuel Pégourié-Gonnard
· 10 years ago
ba958b8
Add test for server-initiated renego
by Manuel Pégourié-Gonnard
· 10 years ago
85beb30
Add test for resumption with non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
a59af05
Give more time to tests that time out too often
by Manuel Pégourié-Gonnard
· 10 years ago
7a26d73
Add test for session resumption
by Manuel Pégourié-Gonnard
· 10 years ago
df9a0a8
Drop unexpected ApplicationData
by Manuel Pégourié-Gonnard
· 10 years ago
37a4de2
Use shorter timeouts in ssl-opt.sh proxy tests
by Manuel Pégourié-Gonnard
· 10 years ago
6093d81
Add tests with proxy and non-blocking I/O
by Manuel Pégourié-Gonnard
· 10 years ago
579950c
Fix bug with non-blocking I/O and cookies
by Manuel Pégourié-Gonnard
· 10 years ago
bd97fdb
Make ssl_server2's HVR handling more realistic
by Manuel Pégourié-Gonnard
· 10 years ago
3679519
Rm now useless MTU setting in compat.sh
by Manuel Pégourié-Gonnard
· 10 years ago
7a66cbc
Rm some redundant tests
by Manuel Pégourié-Gonnard
· 10 years ago
9590e0a
Add proxy tests with gnutls-srv & fragmentation
by Manuel Pégourié-Gonnard
· 10 years ago
fa60f12
Quit using "yes" in ssl-opt.sh with openssl
by Manuel Pégourié-Gonnard
· 10 years ago
08a1d4b
Fix bug with client auth with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
d0fd1da
Add test with proxy and openssl server
by Manuel Pégourié-Gonnard
· 10 years ago
1b753f1
Add test for renego with proxy
by Manuel Pégourié-Gonnard
· 10 years ago
18e519a
Add proxy tests with more handshake flows
by Manuel Pégourié-Gonnard
· 10 years ago
76fe9e4
Test that anti-replay ignores all duplicates
by Manuel Pégourié-Gonnard
· 10 years ago
2739313
Make anti-replay a runtime option
by Manuel Pégourié-Gonnard
· 10 years ago
246c13a
Fix epoch checking
by Manuel Pégourié-Gonnard
· 10 years ago
b47368a
Add replay detection
by Manuel Pégourié-Gonnard
· 10 years ago
4956fd7
Test and fix anti-replay functions
by Manuel Pégourié-Gonnard
· 10 years ago
825a49e
Add more udp_proxy tests
by Manuel Pégourié-Gonnard
· 10 years ago
a6189f0
udp_proxy wasn't actually killed
by Manuel Pégourié-Gonnard
· 10 years ago
a071972
Add tests with dropped packets
by Manuel Pégourié-Gonnard
· 10 years ago
63eca93
Drop invalid records with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
990f9e4
Handle late handshake messages gracefully
by Manuel Pégourié-Gonnard
· 10 years ago
be9eb87
Adapt ssl-opt.sh to allow using udp_proxy in tests
by Manuel Pégourié-Gonnard
· 10 years ago
0a65934
Re-enable valgrind for all tests
by Manuel Pégourié-Gonnard
· 10 years ago
0c4cbc7
Add test for fragmentation + renego with GnuTLS
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
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
0eb6cab
Add DTLS cookies test to ssl-opt.sh
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
9bfb122
Add DTLS interop testing with GnuTLS server
by Manuel Pégourié-Gonnard
· 10 years ago
29980b1
Add DTLS interop testing (PolarSSL server)
by Manuel Pégourié-Gonnard
· 10 years ago
3025b6c
Add DTLS self-op test in compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
9eac4f7
Prepare for release 1.3.9
by Paul Bakker
· 10 years ago
9c911da
Add tests for X.509 name encoding mismatch
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
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
Next »