Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
12e2fbdf293ca414e4ee45671d44dd7a2c7f35b6
12e2fbd
Style adjustments
by Manuel Pégourié-Gonnard
· 7 years ago
d418b0d
Fix typo in comment
by Manuel Pégourié-Gonnard
· 7 years ago
9d41073
Fix typos from copy-pasting
by Manuel Pégourié-Gonnard
· 7 years ago
707e962
Update visualc project files
by Manuel Pégourié-Gonnard
· 7 years ago
ce5673c
Add reference to github issue in compat.sh
by Manuel Pégourié-Gonnard
· 7 years ago
366e1b0
aria: fix comment on aria_a function
by Manuel Pégourié-Gonnard
· 7 years ago
977dc36
aria test suite: uniformize line wrapping
by Manuel Pégourié-Gonnard
· 7 years ago
f6b787c
Fix typo in documentation (CTR warning)
by Manuel Pégourié-Gonnard
· 7 years ago
2166214
aria: improve compiler compat by using __asm
by Manuel Pégourié-Gonnard
· 7 years ago
2078725
aria: check arm arch version for asm
by Manuel Pégourié-Gonnard
· 7 years ago
8abc349
aria: rationalize buffer sizes in test functions
by Manuel Pégourié-Gonnard
· 7 years ago
d82d791
aria: fix more whitespace
by Manuel Pégourié-Gonnard
· 7 years ago
906bc90
aria: number of rounds is non-negative
by Manuel Pégourié-Gonnard
· 7 years ago
7fc0879
aria: more whitespace fixes
by Manuel Pégourié-Gonnard
· 7 years ago
5ad88b6
aria: define constants for block size and max rounds
by Manuel Pégourié-Gonnard
· 7 years ago
3c80009
aria: add error codes for hw implementations
by Manuel Pégourié-Gonnard
· 7 years ago
f3a46a9
aria: fix some typos in comments
by Manuel Pégourié-Gonnard
· 7 years ago
c0bb66f
aria: improve compiler inline compatibility
by Manuel Pégourié-Gonnard
· 7 years ago
22997b7
block ciphers: improve CTR nonce warning
by Manuel Pégourié-Gonnard
· 7 years ago
5aa4e3b
aria: align documentation on AES
by Manuel Pégourié-Gonnard
· 7 years ago
4231e7f
Fix some whitespace and other style issues
by Manuel Pégourié-Gonnard
· 7 years ago
fdd4354
config.h: SSL no longer uses ciphers directly
by Manuel Pégourié-Gonnard
· 7 years ago
525168c
aria: expand config.h entry: ciphersuites & caller
by Manuel Pégourié-Gonnard
· 7 years ago
08d1e91
aria: add ChangeLog entry
by Manuel Pégourié-Gonnard
· 7 years ago
2268b96
aria: disable by default in config.h
by Manuel Pégourié-Gonnard
· 7 years ago
26b54fa
aria: document optional asm usage in config.h
by Manuel Pégourié-Gonnard
· 7 years ago
377b2b6
aria: optimize byte perms on Arm
by Manuel Pégourié-Gonnard
· 7 years ago
fb0e4f0
aria: optimise byte perms on Intel
by Manuel Pégourié-Gonnard
· 7 years ago
cac5008
aria: define P3 macro
by Manuel Pégourié-Gonnard
· 7 years ago
f205a01
aria: comment implementation of A transform
by Manuel Pégourié-Gonnard
· 7 years ago
35ad891
aria: internal names closer to standard document
by Manuel Pégourié-Gonnard
· 7 years ago
64744f8
aria: define SLA() as sl(a())
by Manuel Pégourié-Gonnard
· 7 years ago
8c76a94
aria: turn macro into static inline function
by Manuel Pégourié-Gonnard
· 7 years ago
62e813c
Add aria to benchmark program
by Manuel Pégourié-Gonnard
· 7 years ago
a41ecda
aria: closer to usual comment style
by Manuel Pégourié-Gonnard
· 7 years ago
5645393
aria: use mbedtls_zeroize()
by Manuel Pégourié-Gonnard
· 7 years ago
c76ceb6
aria: move conditional outside of loop
by Manuel Pégourié-Gonnard
· 7 years ago
9cc8924
aria: use unsigned type for bit count
by Manuel Pégourié-Gonnard
· 7 years ago
e1ad749
aria: clean up interface of internal macros
by Manuel Pégourié-Gonnard
· 7 years ago
a6d639e
aria: improve some comments & internal names
by Manuel Pégourié-Gonnard
· 7 years ago
442f03b
cmake: keep test list in alphabetic order
by Manuel Pégourié-Gonnard
· 7 years ago
6b36892
Add compat.sh ARIA run to all.sh
by Manuel Pégourié-Gonnard
· 7 years ago
bba6406
compat.sh: add remaining ARIA suites
by Manuel Pégourié-Gonnard
· 7 years ago
af37f0f
Add remaining ARIA suites to priority list
by Manuel Pégourié-Gonnard
· 7 years ago
9decaf5
Document Aria suites as TLS 1.2-only
by Manuel Pégourié-Gonnard
· 7 years ago
4db944c
Don't declare unsupported ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
7299dfd
compat.sh: add ARIA interop tests with OpenSSL
by Manuel Pégourié-Gonnard
· 7 years ago
a0e4708
compat.sh: add self-interop tests for ARIA suites
by Manuel Pégourié-Gonnard
· 7 years ago
392c2d2
compat.sh: run 1.2-only tests with DTLS too
by Manuel Pégourié-Gonnard
· 7 years ago
841192b
fixed a macro to uppercase for a test script (.._TLS_DH_anon_WITH.. -> _DH_ANON_WITH_)
by Markku-Juhani O. Saarinen
· 7 years ago
c06e101
ARIA ciphersuites for TLS 1.2
by Markku-Juhani O. Saarinen
· 7 years ago
07478d6
something to do with whitespaces
by Markku-Juhani O. Saarinen
· 7 years ago
0fb47fe
MBEDTLS_ARIA_ALT added as a feature
by Markku-Juhani O. Saarinen
· 7 years ago
8df81e0
Test suite for ARIA
by Markku-Juhani O. Saarinen
· 7 years ago
6ba68d4
ARIA init and free
by Markku-Juhani O. Saarinen
· 7 years ago
3c0b53b
ARIA build integration
by Markku-Juhani O. Saarinen
· 7 years ago
259fa60
ARIA test vectors for CBC CFB CTR modes
by Markku-Juhani O. Saarinen
· 7 years ago
41efbaa
ARIA cipher implementation
by Markku-Juhani O. Saarinen
· 7 years ago
1bf6123
Add attribution for #1351 report
by Gilles Peskine
· 7 years ago
b7f6086
Merge branch 'prr_424' into development-proposed
by Gilles Peskine
· 7 years ago
e80cd46
Adapt version_features.c
by Hanno Becker
· 7 years ago
04f9bd0
Note incompatibility of truncated HMAC extension in ChangeLog
by Gilles Peskine
· 7 years ago
9d56251
Merge remote-tracking branch 'upstream-public/pr/1384' into development-proposed
by Gilles Peskine
· 7 years ago
02550f4
Merge remote-tracking branch 'upstream-public/pr/1382' into development-proposed
by Gilles Peskine
· 7 years ago
0cb7709
Add LinkLibraryDependencies to VS2010 app template
by Jaeden Amero
· 7 years ago
bb2565c
Add ChangeLog entry for PR #1382
by Gilles Peskine
· 7 years ago
041039f
MD: Make deprecated functions not inline
by Jaeden Amero
· 7 years ago
c5d08f8
Add ChangeLog entry for PR #1384
by Jaeden Amero
· 7 years ago
5fa9876
Have Visual Studio handle linking to mbedTLS.lib internally
by Krzysztof Stachowiak
· 7 years ago
d76d8bc
Merge branch 'pr_1352' into development-proposed
by Gilles Peskine
· 7 years ago
200b24f
Mention in ChangeLog that this fixes #1351
by Gilles Peskine
· 7 years ago
e6844cc
Merge branch 'pr_1135' into development-proposed
by Gilles Peskine
· 7 years ago
3dabd6a
Add issue number to ChangeLog
by Gilles Peskine
· 7 years ago
42a97ac
Merge branch 'pr_1219' into development-proposed
by Gilles Peskine
· 7 years ago
1d80a67
Note in the changelog that this fixes an interoperability issue.
by Gilles Peskine
· 7 years ago
df29868
Merge branch 'pr_1280' into development-proposed
by Gilles Peskine
· 7 years ago
2235bd6
Style fix in ChangeLog
by Gilles Peskine
· 7 years ago
1e3fd69
Merge remote-tracking branch 'upstream-public/pr/1333' into development-proposed
by Gilles Peskine
· 7 years ago
49ac5d0
Merge branch 'pr_1365' into development-proposed
by Gilles Peskine
· 7 years ago
27b0754
Add ChangeLog entries for PR #1168 and #1362
by Gilles Peskine
· 7 years ago
5daa765
Add ChangeLog entry for PR #1165
by Gilles Peskine
· 7 years ago
8d6d8c8
ctr_drbg: Typo fix in the file description comment.
by Paul Sokolovsky
· 7 years ago
6d6c798
Merge remote-tracking branch 'upstream-public/pr/1362' into development
by Jaeden Amero
· 7 years ago
69f3072
Merge remote-tracking branch 'upstream-public/pr/1168' into development
by Jaeden Amero
· 7 years ago
129f508
dhm: Fix typo in RFC 5114 constants
by Jaeden Amero
· 7 years ago
8d7d1ea
tests_suite_pkparse: new PKCS8-v2 keys with PRF != SHA1
by Antonio Quartulli
· 7 years ago
f476b9d
data_files/pkcs8-v2: add keys generated with PRF != SHA1
by Antonio Quartulli
· 7 years ago
bfa440e
tests/pkcs5/pbkdf2_hmac: extend array to accommodate longer results
by Antonio Quartulli
· 7 years ago
e87e885
tests/pkcs5/pbkdf2_hmac: add unit tests for additional SHA algorithms
by Antonio Quartulli
· 7 years ago
12ccef2
pkcs5v2: add support for additional hmacSHA algorithms
by Antonio Quartulli
· 7 years ago
9566ff7
Fix minor issues raised in PR review
by Ron Eldor
· 7 years ago
1072e5c
Update ChangeLog style
by Ron Eldor
· 7 years ago
ffb6efd
Fix doxygen documentation for CCM encryption
by Mathieu Briand
· 7 years ago
c153998
Add some tests for different available profiles
by Ron Eldor
· 7 years ago
099e61d
Rephrase Changelog
by Ron Eldor
· 7 years ago
85e1dcf
Fix handshake failure in suite B
by Ron Eldor
· 7 years ago
32605dc
Merge remote-tracking branch 'upstream-restricted/pr/451' into development-restricted
by Jaeden Amero
· 7 years ago
mbedtls-2.7.0
d79bce1
Merge remote-tracking branch 'upstream-restricted/pr/452' into development-restricted
by Jaeden Amero
· 7 years ago
55fc4e0
Update ChangeLog with language and technical corrections
by Simon Butcher
· 7 years ago
3b438d3
Update version to 2.7.0
by Jaeden Amero
· 7 years ago
Next »