Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
e5c4b07b92ac4152b83c3ccdb5ccbf72f5657b45
/
include
cd9fc5e
aes: xts: Rename iv to data_unit
by Jaeden Amero
· 6 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
5f77801
Implement AES-XTS mode
by Aorimn
· 8 years ago
9bbe363
Rename exported symbols to please check-names.sh
by Aorimn
· 9 years ago
75e3661
Add AES-XEX mode to the default config file
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
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
dbe80c6
Merge remote-tracking branch 'public/pr/1668' into development
by Simon Butcher
· 6 years ago
cb2c935
aes: Clarify IV requirements for OFB mode
by Jaeden Amero
· 6 years ago
5db1362
Clarify documentation for AES OFB
by Simon Butcher
· 6 years ago
968646c
Clarify comments on use of AES OFB block mode
by Simon Butcher
· 6 years ago
0013144
Fix style and formatting for OFB feature
by Simon Butcher
· 7 years ago
6873c84
Update cipher.h for OFB block mode documentation
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
0a0e08a
mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do
by Gilles Peskine
· 6 years ago
80f679b
Correct and clarify the documentation of GCM whole-message functions
by Gilles Peskine
· 6 years ago
d5a09f1
Updated version number to 2.10.0 for release
by Simon Butcher
· 6 years ago
6e962b2
Fix file permissions for ssl.h
by Simon Butcher
· 6 years ago
2041a31
Merge remote-tracking branch 'public/pr/1402' into development
by Simon Butcher
· 6 years ago
246cb05
Merge remote-tracking branch 'public/pr/1410' into development
by Simon Butcher
· 6 years ago
b02f789
Merge remote-tracking branch 'public/pr/1470' into development
by Simon Butcher
· 6 years ago
143b319
CCM*: Make documentation consistent
by Janos Follath
· 6 years ago
6b4bd3d
CCM*: Improve documentation
by Janos Follath
· 6 years ago
5dc8cfa
CCM*: Add public API
by Janos Follath
· 7 years ago
45b79cf
Treat warnings as errors for IAR
by Azim Khan
· 7 years ago
e7d3f8e
Fix MicroBlaze register typo.
by Zach van Rijn
· 7 years ago
fa0c47d
Fix typo in doc and copy missing warning
by Manuel Pégourié-Gonnard
· 7 years ago
d0f143b
Update CTR doc for the 64-bit block cipher
by Manuel Pégourié-Gonnard
· 7 years ago
4f24e95
Update CTR doc for other 128-bit block ciphers
by Manuel Pégourié-Gonnard
· 7 years ago
f584286
Slightly tune ARIA CTR documentation
by Manuel Pégourié-Gonnard
· 7 years ago
a64fba4
Remove double declaration of mbedtls_ssl_list_ciphersuites
by Moran Peker
· 7 years ago
2f3a581
Merge remote-tracking branch 'public/pr/1178' into development
by Simon Butcher
· 7 years ago
8a1b2c8
Update CTR documentation
by Manuel Pégourié-Gonnard
· 7 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
0960b80
Move to new header style for ALT implementations
by Manuel Pégourié-Gonnard
· 7 years ago
c089312
Add ifdef for selftest in header file
by Manuel Pégourié-Gonnard
· 7 years ago
08c337d
Remove useless parameter from function
by Manuel Pégourié-Gonnard
· 7 years ago
9d41073
Fix typos from copy-pasting
by Manuel Pégourié-Gonnard
· 7 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
fb19399
Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed
by Jaeden Amero
· 7 years ago
7d7bad6
Update version to 2.9.0
by Jaeden Amero
· 7 years ago
fe0669f
ecp: Fix binary compatibility with group ID
by Jaeden Amero
· 7 years ago
8945343
Merge branch 'development-proposed' into development-restricted-proposed
by Jaeden Amero
· 7 years ago
56e06db
Improve mbedtls_platform_zeroize() docs
by Andres Amaya Garcia
· 7 years ago
d0ef468
Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT
by Andres Amaya Garcia
· 7 years ago
1afdec1
Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed
by Jaeden Amero
· 7 years ago
519b129
Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed
by Jaeden Amero
· 7 years ago
a7a6155
Update ecp.h
by Rose Zadik
· 7 years ago
7c68878
Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed
by Jaeden Amero
· 7 years ago
d803c1f
Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed
by Jaeden Amero
· 7 years ago
f852f4c
Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed
by Jaeden Amero
· 7 years ago
ebfd3ca
Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed
by Jaeden Amero
· 7 years ago
d353405
Update ecp.h
by Rose Zadik
· 7 years ago
c32efb3
Update ecp.h
by Rose Zadik
· 7 years ago
d76ac58
Update ecp.h
by Rose Zadik
· 7 years ago
abc9ec7
Update ecdsa.h
by Rose Zadik
· 7 years ago
f089fa3
Update ecp.h
by Rose Zadik
· 7 years ago
b2e111a
Update ecp.h
by Rose Zadik
· 7 years ago
5450d1f
Merge branch 'crypto_alt_revision' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
93f9919
Update cipher.h
by Rose Zadik
· 7 years ago
c441f74
Update cipher.h
by Rose Zadik
· 7 years ago
4c368e8
Update cipher.h
by Rose Zadik
· 7 years ago
826f264
Update cipher.h
by Rose Zadik
· 7 years ago
f56cb34
Update ecp.h
by Rose Zadik
· 7 years ago
4acb005
Merge remote-tracking branch 'public/pr/1518' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
66d3968
Merge remote-tracking branch 'public/pr/1516' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
bb93c04
Merge remote-tracking branch 'public/pr/1515' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
b80f04e
Merge remote-tracking branch 'upstream-public/pr/1514' into development-proposed
by Gilles Peskine
· 7 years ago
2e1934a
Fix comment formatting to pacify check-names.sh
by Gilles Peskine
· 7 years ago
a937733
Merge remote-tracking branch 'public/pr/1513' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
0392bff
Merge remote-tracking branch 'public/pr/1512' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
b3a8fe7
Merge remote-tracking branch 'public/pr/1509' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
01d72df
Merge remote-tracking branch 'public/pr/1508' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
7153496
Merge remote-tracking branch 'public/pr/1507' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
c265a25
Merge remote-tracking branch 'public/pr/1503' into development-proposed
by Manuel Pégourié-Gonnard
· 7 years ago
fa1fe36
Update dhm.h
by Rose Zadik
· 7 years ago
ee96359
Update dhm.h
by Rose Zadik
· 7 years ago
e5b5bd7
Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA
by Mohammad Azim Khan
· 7 years ago
3f7f817
Check invalid nc_off
by Mohammad Azim Khan
· 7 years ago
14a8b59
Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT
by Andres Amaya Garcia
· 7 years ago
379b95c
Update ccm.h
by Rose Zadik
· 7 years ago
477dce1
Update ccm.h
by Rose Zadik
· 7 years ago
c58787f
Update docs for MBEDTLS_PLATFORM_ZEROIZE_ALT in config.h
by Andres Amaya Garcia
· 7 years ago
904e1ef
Make utils module part of the platform
by Andres Amaya Garcia
· 7 years ago
ec5d416
Update ecdsa.h
by Rose Zadik
· 7 years ago
ae8e306
Fix docs typos for zeroize related features/test
by Andres Amaya Garcia
· 7 years ago
757cd72
Update license headers year and branding
by Andres Amaya Garcia
· 7 years ago
1e8ea5f
Improve docs for mbedtls_zeroize() and add refs
by Andres Amaya Garcia
· 7 years ago
6606d5c
Add config.h docs for MBEDTLS_UTILS_ZEROIZE_ALT
by Andres Amaya Garcia
· 7 years ago
Next »