Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
c780095901ec2d96fae274e69afce7aab5ad5c4f
/
library
4e7b323
Use CMAKE_BUILD_TYPE to do Asan builds
by Gilles Peskine
· 6 years ago
b22a808
Update the version of the library to 2.7.9
by Simon Butcher
· 6 years ago
b85e35d
Merge remote-tracking branch 'upstream-public/pr/2102' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
93bfd1d
Merge remote-tracking branch 'upstream-public/pr/2132' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
5e264e3
Merge remote-tracking branch 'upstream-public/pr/2129' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
a7d16ba
Merge remote-tracking branch 'upstream-public/pr/2150' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
4a908ca
Update library version number to 2.7.8
by Simon Butcher
· 6 years ago
4303f76
Merge remote-tracking branch 'restricted/pr/513' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
e34a4f5
Merge remote-tracking branch 'restricted/pr/536' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
a0d3e1d
Merge remote-tracking branch 'restricted/pr/518' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
220cc17
mbedtls_mpi_write_binary: don't leak the exact size of the number
by Gilles Peskine
· 6 years ago
20f30d9
Update library version number to 2.7.7
by Simon Butcher
· 6 years ago
5801232
Merge remote-tracking branch 'restricted/pr/521' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 6 years ago
02d3b1c
Merge remote-tracking branch 'restricted/pr/523' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 6 years ago
9136dab
Merge remote-tracking branch 'public/pr/2138' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 6 years ago
c379662
Merge remote-tracking branch 'public/pr/2080' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 6 years ago
ce8c509
Merge remote-tracking branch 'public/pr/2135' into mbedtls-2.7-restricted-proposed
by Simon Butcher
· 6 years ago
18a4cbf
Don't perform binary comparison of CRL issuer and CA subject
by Hanno Becker
· 6 years ago
52da7ee
Move static x509_name_cmp() in library/x509_crt.c
by Hanno Becker
· 6 years ago
beedec8
Add missing bracket
by Hanno Becker
· 6 years ago
7b28abc
Merge remote-tracking branch 'public/pr/2045' into mbedtls-2.7-proposed
by Simon Butcher
· 6 years ago
5a15fa3
Merge remote-tracking branch 'public/pr/2096' into mbedtls-2.7-proposed
by Simon Butcher
· 6 years ago
6b89197
Entropy: Fall through to /dev/random if getrandom() syscall unknown
by Hanno Becker
· 6 years ago
e2a6f01
Merge remote-tracking branch 'public/pr/1763' into mbedtls-2.7-proposed
by Simon Butcher
· 6 years ago
52adf34
Indentation fix
by Hanno Becker
· 6 years ago
fa95a6a
Fix unsafe bounds checks in ssl_load_session()
by Hanno Becker
· 6 years ago
e67f7a7
Use brackets around shift operations
by Hanno Becker
· 6 years ago
e5eb258
Make inclusion of stdio.h conditional in x509_crt.c
by Simon Butcher
· 6 years ago
5cc4f76
Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free
by Hanno Becker
· 6 years ago
e02c905
typo fix
by Brian J Murray
· 6 years ago
94759f6
Mark internal function as static
by Darryl Green
· 6 years ago
56d7cc4
Fix bias in random number generation in Miller-Rabin test
by Darryl Green
· 6 years ago
ca31b47
Fail when encountering invalid CBC padding in EtM records
by Hanno Becker
· 6 years ago
a4d116e
Duplicate mbedtls_asn1_find_named_data in asn1write.c to avoid dep.
by Hanno Becker
· 6 years ago
5ed0355
Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C
by Hanno Becker
· 6 years ago
d30cd34
Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C
by Hanno Becker
· 6 years ago
d82e0c0
Add missing zeroization of reassembled handshake messages
by Hanno Becker
· 6 years ago
84a21d5
Fix undefined behavior in unsigned-to-signed conversion
by Gilles Peskine
· 6 years ago
66a28e9
Fix likely-harmless undefined behavior surrounding volatile
by Gilles Peskine
· 6 years ago
72d555d
Bignum: Fix prime validation vulnerability
by Janos Follath
· 6 years ago
643f311
Omit runtime configuration of calloc/free if macro config enabled
by Hanno Becker
· 6 years ago
d72fab9
Add explicit unsigned-to-signed integer conversion
by Hanno Becker
· 6 years ago
63c706f
Fix bounds check in ssl_parse_server_psk_hint()
by Hanno Becker
· 6 years ago
b39740e
Bignum: Remove dead code
by Janos Follath
· 6 years ago
23d7cea
PKCS#1 v1.5 decoding: fix empty payload case
by Gilles Peskine
· 6 years ago
0b330f7
Remove a remaining sensitive memory access in PKCS#1 v1.5 decryption
by Gilles Peskine
· 6 years ago
03fb3e3
mbedtls_rsa_rsaes_pkcs1_v15_decrypt: remove the variable p
by Gilles Peskine
· 6 years ago
087544b
Minor optimization in the PKCS#1v1.5 unpadding step
by Gilles Peskine
· 6 years ago
cf1253e
Use branch-free size comparison for the padding size
by Gilles Peskine
· 6 years ago
a04f8bb
Bleichenbacher fix: don't leak the plaintext length (step 2)
by Gilles Peskine
· 6 years ago
f9dd29e
Bleichenbacher fix: don't leak the plaintext length (step 1)
by Gilles Peskine
· 6 years ago
b473916
Evolve choose_int_from_mask to if_int
by Gilles Peskine
· 6 years ago
dabe87c
Fix a timing-based Bleichenbacher attack on PKCS#1v1.5 decryption
by Gilles Peskine
· 6 years ago
cd500f3
Minor readability improvement
by Gilles Peskine
· 6 years ago
88eeb4f
Implicit _endthread call: comment changed
by irwir
· 6 years ago
5afc7ba
Added spaces after type casts
by irwir
· 6 years ago
8efb3cc
Replace Windows API threading with CRT functions
by irwir
· 6 years ago
651902d
Merge remote-tracking branch 'public/pr/1972' into mbedtls-2.7
by Simon Butcher
· 6 years ago
aadc818
HMAC_DRBG: report all errors from HMAC functions
by Gilles Peskine
· 6 years ago
4d23757
HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors
by Gilles Peskine
· 6 years ago
9ce2972
CTR_DRBG: add mbedtls_ctr_drbg_update_ret
by Gilles Peskine
· 6 years ago
1da7776
HMAC_DRBG: clean stack buffers
by Gilles Peskine
· 6 years ago
d324c59
CTR_DRBG: clean stack buffers
by Gilles Peskine
· 6 years ago
34997fd
Update library version number to 2.7.6
by Simon Butcher
· 6 years ago
9877efb
Merge remote-tracking branch 'restricted/pr/437' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
242169b
Merge remote-tracking branch 'restricted/pr/498' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
6910201
Merge remote-tracking branch 'restricted/pr/493' into mbedtls-2.7-restricted
by Simon Butcher
· 6 years ago
4102b3d
Merge remote-tracking branch 'public/pr/1888' into mbedtls-2.7
by Simon Butcher
· 6 years ago
cc4f58d
Merge remote-tracking branch 'public/pr/1956' into mbedtls-2.7
by Simon Butcher
· 6 years ago
f7be6b0
Merge remote-tracking branch 'public/pr/1960' into mbedtls-2.7
by Simon Butcher
· 6 years ago
6c794fa
Fix bug in SSL ticket implementation removing keys of age < 1s
by Hanno Becker
· 6 years ago
12f7ede
Compute record expansion in steps to ease readability
by Hanno Becker
· 6 years ago
dbd3e88
Fix mbedtls_ssl_get_record_expansion() for CBC modes
by Hanno Becker
· 6 years ago
78d5d82
Fix overly strict bounds check in ssl_parse_certificate_request()
by Hanno Becker
· 6 years ago
cd6a64a
Reset session_in/out pointers in ssl_session_reset_int()
by Hanno Becker
· 6 years ago
9eb78b4
Merge remote-tracking branch 'upstream-public/pr/1900' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
f37a99e
Merge remote-tracking branch 'upstream-public/pr/1814' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
3b69174
Merge remote-tracking branch 'upstream-public/pr/1886' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
2c16114
Revert change of a return variable name
by k-stachowiak
· 6 years ago
15b0a39
enforce input and output of ccm selftest on stack
by Ron Eldor
· 7 years ago
84cc74e
Fix undefined shifts
by Philippe Antoine
· 7 years ago
cb7a5b0
Fix memory leak in ecp_mul_comb() if ecp_precompute_comb() fails
by Angus Gratton
· 7 years ago
8385110
Update version to 2.7.5
by Jaeden Amero
· 6 years ago
7daacda
Merge remote-tracking branch 'restricted/pr/494' into mbedtls-2.7
by Simon Butcher
· 6 years ago
d5a3ed3
Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7
by Simon Butcher
· 6 years ago
f4a6688
Fix code formatting
by k-stachowiak
· 6 years ago
b65d6ce
Merge remote-tracking branch 'public/pr/1870' into mbedtls-2.7
by Simon Butcher
· 6 years ago
2ba7d8e
Remove unnecessary mark as unused #1098 (backport)
by Dawid Drozd
· 6 years ago
bc5ec41
Merge remote-tracking branch 'public/pr/1847' into mbedtls-2.7
by Simon Butcher
· 6 years ago
8946b0d
Check for invalid short Alert messages
by Angus Gratton
· 6 years ago
b91cb6e
TLSv1.2: Treat zero-length fragments as invalid, unless they are application data
by Angus Gratton
· 6 years ago
1ba8e91
CBC mode: Allow zero-length message fragments (100% padding)
by Angus Gratton
· 6 years ago
6978949
Prevent buffer overread by one byte
by k-stachowiak
· 6 years ago
7c34432
Avoid debug message that might leak length
by Manuel Pégourié-Gonnard
· 6 years ago
aeeaaf2
Add counter-measure to cache-based Lucky 13
by Manuel Pégourié-Gonnard
· 6 years ago
5fcfd03
Fix Lucky 13 cache attack on MD/SHA padding
by Manuel Pégourié-Gonnard
· 6 years ago
28f68a3
Merge remote-tracking branch 'public/pr/1809' into mbedtls-2.7
by Simon Butcher
· 6 years ago
a159d64
Merge remote-tracking branch 'public/pr/1827' into mbedtls-2.7
by Simon Butcher
· 6 years ago
c2eddee
Fix memory leak in ssl_setup
by k-stachowiak
· 6 years ago
33e5c32
Fixes different off by ones
by Philippe Antoine
· 6 years ago
Next »