Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
6b5ef48bf70fbe574810d2029edbef4fd3ca6e66
/
library
2cdb6b4
Include MinGW in the non-conforming (v)snprintf scope
by Krzysztof Stachowiak
· 6 years ago
edb868d
Move MinGW specific define out of a header file
by Krzysztof Stachowiak
· 6 years ago
41734a1
Return an error code from a dummy function
by Krzysztof Stachowiak
· 6 years ago
723f867
Provide cross platform vsnprintf wrapper
by k-stachowiak
· 6 years ago
034e139
Merge remote-tracking branch 'public/pr/1621' into development
by Simon Butcher
· 6 years ago
4b6b08e
Merge remote-tracking branch 'public/pr/1006' into development
by Simon Butcher
· 6 years ago
1d97cab
Merge remote-tracking branch 'public/pr/1645' into development
by Simon Butcher
· 6 years ago
bea00bd
Merge remote-tracking branch 'public/pr/1783' into development
by Simon Butcher
· 6 years ago
6665b67
Merge remote-tracking branch 'public/pr/1390' into development
by Simon Butcher
· 6 years ago
8ee2422
about a issue Replace "new" variable #1782
by niisato
· 6 years ago
bf7fe4f
Replace check with APPLE with CMAKE_SYSTEM_NAME
by Andres Amaya Garcia
· 6 years ago
5b92352
Document ssl_write_real() behaviour in detail
by Andres Amaya Garcia
· 7 years ago
e3402ce
Enable APPLE_BUILD in makefile if using system ar
by Andres Amaya Garcia
· 6 years ago
21f73b5
Coding style
by Philippe Antoine
· 6 years ago
c51d613
Ensure crosscompiling with make works in Mac OS X
by Andres Amaya Garcia
· 6 years ago
f57bf8b
Define specific mode for ChachaPoly
by Manuel Pégourié-Gonnard
· 6 years ago
a18034a
Adjust to added fields in cipher_base_t
by Manuel Pégourié-Gonnard
· 6 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 6 years ago
2fcd3e4
Change the library version to 2.11.0
by Simon Butcher
· 6 years ago
c7bc9e1
Fix a few typos
by Manuel Pégourié-Gonnard
· 6 years ago
cbe248a
Merge remote-tracking branch 'public/pr/1727' into development
by Simon Butcher
· 6 years ago
1f91575
Merge remote-tracking branch 'public/pr/1681' into development
by Simon Butcher
· 6 years ago
2711ad7
Merge remote-tracking branch 'public/pr/1736' into development
by Simon Butcher
· 6 years ago
600c5e6
Compilation warning fixes on 32b platfrom with IAR
by Simon Butcher
· 6 years ago
2dbecc0
Merge remote-tracking branch 'public/pr/1602' into development
by Simon Butcher
· 6 years ago
66a8903
Fix for missing len var when XTS config'd and CTR not
by Simon Butcher
· 6 years ago
5f57f1e
Merge remote-tracking branch 'public/pr/1270' into development
by Simon Butcher
· 6 years ago
6755905
Merge remote-tracking branch 'public/pr/1602' into development
by Simon Butcher
· 6 years ago
ff2f493
config: List cipher modes in alphabetical order
by Jaeden Amero
· 6 years ago
6ac1cf6
Merge remote-tracking branch 'public/pr/1182' into development
by Simon Butcher
· 6 years ago
c1bf1aa
Merge remote-tracking branch 'public/pr/1555' into development
by Simon Butcher
· 6 years ago
73a4b80
Merge remote-tracking branch 'public/pr/1672' into development
by Simon Butcher
· 6 years ago
2ff0e52
Fix missing preprocessor condition in AES self-test
by Simon Butcher
· 6 years ago
c03059d
Simplify code in mbedtls_x509_csr_parse
by Philippe Antoine
· 6 years ago
0a8352b
Fix harmless use of uninitialized memory in ssl_parse_encrypted_pms
by Gilles Peskine
· 6 years ago
8cfc75f
aes: xts: Fix style issues with gf128mul
by Jaeden Amero
· 6 years ago
5f0b06a
aes: xts: Fix description of gf128mul
by Jaeden Amero
· 6 years ago
c653990
cipher: Add wrappers for AES-XTS
by Jaeden Amero
· 7 years ago
21d79cf
aes: Add self test for AES-XTS
by Jaeden Amero
· 7 years ago
cd9fc5e
aes: xts: Rename iv to data_unit
by Jaeden Amero
· 6 years ago
d82cd86
aes: xts: Rewrite to avoid use of goto
by Jaeden Amero
· 7 years ago
0a8b020
aes: xts: Enforce NIST SP 800-38E data unit size
by Jaeden Amero
· 6 years ago
5162b93
aes: Use length instead of bits_length in XTS
by Jaeden Amero
· 6 years ago
9366feb
aes: xts: Add new context structure
by Jaeden Amero
· 6 years ago
e9ecf00
aes: Remove AES-XEX
by Jaeden Amero
· 7 years ago
010c2cb
gf128mul: Inline instead of making a new module
by Jaeden Amero
· 6 years ago
97cc3b1
gf128mul: Remove the jump table
by Jaeden Amero
· 6 years ago
5f77801
Implement AES-XTS mode
by Aorimn
· 8 years ago
380162c
Double perf for AES-XEX
by Aorimn
· 9 years ago
8bb817a
Add AES-XEX to the version features
by Aorimn
· 9 years ago
9bbe363
Rename exported symbols to please check-names.sh
by Aorimn
· 9 years ago
0089d36
Implement AES-XEX mode
by Aorimn
· 9 years ago
b053658
Add 2 files for multiplication in GF(128)
by Aorimn
· 9 years ago
1d93759
Conditionally assign APPLE_BUILD var in makefile
by Andres Amaya Garcia
· 6 years ago
c471cd7
Autodetect if running on OS X in makefile
by Andres Amaya Garcia
· 6 years ago
7decfe8
Convert mbedtls_free and mbedtls_calloc into functions
by Roberto Vargas
· 6 years ago
c06c9ae
Add alias APPLE make var of APPLE_BUILD
by Andres Amaya Garcia
· 6 years ago
b11de30
Fix braces in mbedtls_memory_buffer_alloc_status()
by Darryl Green
· 7 years ago
e47d6fd
Merge remote-tracking branch 'public/pr/1497' into development
by Simon Butcher
· 6 years ago
f0d7629
Merge remote-tracking branch 'public/pr/1593' into development
by Simon Butcher
· 6 years ago
ebb6427
Merge remote-tracking branch 'public/pr/1646' into development
by Simon Butcher
· 6 years ago
263498a
Merge remote-tracking branch 'public/pr/1667' into development
by Simon Butcher
· 6 years ago
4844bf2
Add OFB as additional block mode
by Simon Butcher
· 6 years ago
5db1362
Clarify documentation for AES OFB
by Simon Butcher
· 6 years ago
0013144
Fix style and formatting for OFB feature
by Simon Butcher
· 7 years ago
ad4e493
Fix AES-OFB support for errors, tests and self-test
by Simon Butcher
· 7 years ago
7487c5b
Add missing OFB entry to null ciphersuite
by Simon Butcher
· 7 years ago
8c0fd1e
Add cipher abstraction and test cases for OFB block mode
by Simon Butcher
· 7 years ago
76a5b22
Add OFB block mode to AES-128/192/256
by Simon Butcher
· 7 years ago
656864b
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 8 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 6 years ago
21a65e0
Fix usage of inline with for some compilers
by Manuel Pégourié-Gonnard
· 6 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 6 years ago
d5a09f1
Updated version number to 2.10.0 for release
by Simon Butcher
· 6 years ago
94175a5
Refresh generated file
by Manuel Pégourié-Gonnard
· 6 years ago
3dc62a0
chachapoly: force correct mode for integrated API
by Manuel Pégourié-Gonnard
· 6 years ago
26c3b0a
Fix return type of internal function
by Manuel Pégourié-Gonnard
· 6 years ago
246cb05
Merge remote-tracking branch 'public/pr/1410' into development
by Simon Butcher
· 6 years ago
02b9329
Fix MSan build without MBEDTLS_TIMING_C
by Gilles Peskine
· 6 years ago
4c57939
CCM*: Remove superfluous braces
by Janos Follath
· 6 years ago
997e85c
CCM*: Remove nested if
by Janos Follath
· 6 years ago
b5734a2
CCM*: Add implementation
by Janos Follath
· 7 years ago
45b79cf
Treat warnings as errors for IAR
by Azim Khan
· 7 years ago
f4f01b6
Check return values from lower modules
by Manuel Pégourié-Gonnard
· 7 years ago
1729789
Misc style adjustments
by Manuel Pégourié-Gonnard
· 7 years ago
98fae6d
ChaCha20: move working state from ctx to stack
by Manuel Pégourié-Gonnard
· 7 years ago
9620f9b
Rm mbedtls_ prefix form static functions
by Manuel Pégourié-Gonnard
· 7 years ago
fb78c90
Use recently-introduced platform_util module
by Manuel Pégourié-Gonnard
· 7 years ago
39f2561
Fix edit mistake in cipher_wrap.c
by Manuel Pégourié-Gonnard
· 7 years ago
3798b6b
Add some error codes and merge others
by Manuel Pégourié-Gonnard
· 7 years ago
32902e6
cipher: handle ChaCha20 as a stream cipher
by Manuel Pégourié-Gonnard
· 7 years ago
c0dfcd4
Simplify selftest functions using macros
by Manuel Pégourié-Gonnard
· 7 years ago
59d2c30
chachapoly: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
a8fa8b8
poly1305: add test for parameter validation
by Manuel Pégourié-Gonnard
· 7 years ago
1465602
poly1305: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
55c0d09
chacha20: fix bug in starts() and add test for it
by Manuel Pégourié-Gonnard
· 7 years ago
b8bd80a
Add FEATURE_NOT_AVAILABLE error codes.
by Manuel Pégourié-Gonnard
· 7 years ago
5ef92d3
chachapoly: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
b1ac5e7
poly1305: adjust parameter order
by Manuel Pégourié-Gonnard
· 7 years ago
fe725de
cipher: use new functions from chachapoly
by Manuel Pégourié-Gonnard
· 7 years ago
Next »