Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
2457fa09157a65a915cc6b4a99926fa30a3a52d0
2457fa0
Create ticket keys only if enabled
by Manuel Pégourié-Gonnard
· 10 years ago
cb7da35
Fix typo in #ifdef
by Manuel Pégourié-Gonnard
· 10 years ago
150c4f6
Clarify documentation a bit
by Manuel Pégourié-Gonnard
· 10 years ago
3e94493
Fix comment on resumption
by Manuel Pégourié-Gonnard
· 10 years ago
6b298e6
Update comment from draft to RFC
by Manuel Pégourié-Gonnard
· 10 years ago
d16d1cb
Use more #ifdef's on CLI_C and SRV_C in ssl_tls.c
by Manuel Pégourié-Gonnard
· 10 years ago
ea29d15
Add recursion.pl to all.sh
by Manuel Pégourié-Gonnard
· 10 years ago
10c44d7
Allow x509_crt_verify_child() in recursion.pl
by Manuel Pégourié-Gonnard
· 10 years ago
fd6c85c
Set a compile-time limit to X.509 chain length
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
6ed2d92
Make x509_crl_parse() iterative
by Manuel Pégourié-Gonnard
· 10 years ago
426d4ae
Split x509_crl_parse_der() out of x509_crl_parse()
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
3a3066c
ssl_server2 now exits on signal during a read too
by Manuel Pégourié-Gonnard
· 10 years ago
403a86f
ssl_server2: exit cleanly on SIGINT too
by Manuel Pégourié-Gonnard
· 10 years ago
98aa191
Adjust warnings in different modes
by Manuel Pégourié-Gonnard
· 10 years ago
e80083c
Add precision about cmake cache
by Manuel Pégourié-Gonnard
· 10 years ago
052ae25
Avoid advertising private option
by Manuel Pégourié-Gonnard
· 10 years ago
6cf1164
Update README to mention config.pl
by Manuel Pégourié-Gonnard
· 10 years ago
ca89d89
Document build modes better
by Manuel Pégourié-Gonnard
· 10 years ago
705b70f
Add new build modes for sanitizers
by Manuel Pégourié-Gonnard
· 10 years ago
fd60a5c
Add script finding recursive functions
by Manuel Pégourié-Gonnard
· 10 years ago
e5b0fc1
Make malloc-init script a bit happier
by Manuel Pégourié-Gonnard
· 10 years ago
5924f9f
Add script to find malloc() not followed by init
by Manuel Pégourié-Gonnard
· 10 years ago
f631bbc
Make x509_string_cmp() iterative
by Manuel Pégourié-Gonnard
· 10 years ago
8a5e3d4
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 10 years ago
d681443
Fix potential stack overflow
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
e9271e6
Add a MemSan Cmake build type
by Manuel Pégourié-Gonnard
· 10 years ago
49aa99e
Fix exit codes in cert_app
by Manuel Pégourié-Gonnard
· 10 years ago
e959979
Fix ECDSA sign buffer size
by Manuel Pégourié-Gonnard
· 10 years ago
b31b61b
Fix potential undefined behaviour in Camellia
by Manuel Pégourié-Gonnard
· 10 years ago
d6197a3
Detect undefined behaviours too in ASan builds
by Manuel Pégourié-Gonnard
· 10 years ago
54f6e56
Fix CFLAGS with cmake and gcc
by Manuel Pégourié-Gonnard
· 10 years ago
de17125
Update ChangeLog for pk_check_pair() & Co
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
27e3edb
Check key/cert pair in ssl_set_own_cert()
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
e10e06d
Blind RSA operations even without CRT
by Manuel Pégourié-Gonnard
· 10 years ago
d056ce0
Use seq_num as AEAD nonce by default
by Manuel Pégourié-Gonnard
· 10 years ago
a6c5ea2
Include 1.2.12 release information in ChangeLog
by Paul Bakker
· 10 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
Next »