TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/better-cf-padding-checks
/
visualc
6240def
Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN
by Manuel Pégourié-Gonnard
· 5 years ago
045f094
Add dummy constant-flow HMAC function with tests
by Manuel Pégourié-Gonnard
· 5 years ago
66c3dc4
Include the library directory for the sake of 3rdparty
by Gilles Peskine
· 5 years ago
8dc0af2
programs: Link to tests common code
by Ronald Cron
· 5 years ago
5afc4c7
Merge pull request #3333 from irwir/fix_vcxproj2
by danh-arm
· 5 years ago
d6916d7
Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto
by Gilles Peskine
· 5 years ago
fcdea0f
Remove definitions and settings that are never used or duplicate MSVC
by irwir
· 5 years ago
0c103a8
Merge pull request #2853 from irwir/fix_vcxproj
by Manuel Pégourié-Gonnard
· 5 years ago
3669208
Re-run generate_visualc_files.pl
by Gilles Peskine
· 5 years ago
5a2710e
Merge pull request #3120 from gilles-peskine-arm/check-windows-files
by Gilles Peskine
· 5 years ago
96b45a4
Merge remote-tracking branch 'upstream/development' into fix_vcxproj
by irwir
· 5 years ago
febf880
Merge remote-tracking branch 'upstream/development' into fix_vcxproj
by irwir
· 5 years ago
49d46a7
Finalize fixing the issue #1430.
by irwir
· 6 years ago
10a5b53
Sort lists in Makefiles and have one item per line
by Manuel Pégourié-Gonnard
· 5 years ago
bc876d4
Rename program 'ssl_base64_dump' to 'ssl_context_info'
by Piotr Nowicki
· 5 years ago
f86192f
Add support for Microsoft Visual Studio
by Piotr Nowicki
· 5 years ago
2ae678d
Systematically use Windows line endings in Windows files
by Gilles Peskine
· 5 years ago
c4672fd
New header common.h; define MBEDTLS_STATIC_TESTABLE
by Gilles Peskine
· 6 years ago
b22d0cf
Re-generate automatically generated files
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
f66346e
Revert "Remove Diffie-Hellman examples"
by Gilles Peskine
· 5 years ago
70824f2
Revert "Remove programs that depend on TLS or X.509"
by Gilles Peskine
· 5 years ago
458b8f2
Revert "Remove unused TLS, NET, and X.509 files"
by Gilles Peskine
· 5 years ago
40f17dc
Revert "Remove certs.h"
by Gilles Peskine
· 5 years ago
d362d0b
Tweak spacing in Visual Studio files
by Gilles Peskine
· 5 years ago
b41f88f
Simplify the code around the call to gen_main_file
by Gilles Peskine
· 5 years ago
6fc816a
Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs
by Janos Follath
· 5 years ago
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
471c0c9
Rename temporary copy ssl_tls_old.c back to ssl_tls.c
by Hanno Becker
· 5 years ago
abd9cef
Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c
by Hanno Becker
· 5 years ago
5af2941
Update crypto submodule
by Gilles Peskine
· 6 years ago
7a894f2
Move backward compatibility aliases to their own header
by Gilles Peskine
· 6 years ago
b2ab86c
crypto: Update submodule to 3f20efc03016
by Jaeden Amero
· 6 years ago
9298dca
Merge pull request #185 from gilles-peskine-arm/harvard-md
by Jaeden Amero
· 6 years ago
c14dd84
ECDH: Add Everest Curve25519 to VS project files
by Christoph M. Wintersteiger
· 7 years ago
f8d4c88
Update generated files
by Christoph M. Wintersteiger
· 6 years ago
6ea2dea1
3rdparty: Add additional build facilities for 3rd-party code
by Christoph M. Wintersteiger
· 7 years ago
24fbcef
ECDH: Everest: Remove unnecessary file
by Christoph M. Wintersteiger
· 7 years ago
48d26c2
ECDH: Add Everest Curve25519 to VS project files
by Christoph M. Wintersteiger
· 7 years ago
8e65c50
Update Visual studio project file
by Janos Follath
· 6 years ago
815e9a2
Remove files sourced from Mbed Crypto
by Jaeden Amero
· 6 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
84867cf
Don't use dynamic pointer dispatch in md
by Gilles Peskine
· 6 years ago
b8e4ae1
Remove certs.h
by Jaeden Amero
· 6 years ago
a899a72
Implement the secure element driver registration function
by Gilles Peskine
· 6 years ago
4f4af6e
windows: Fix Release x64 configuration
by Jaeden Amero
· 6 years ago
9f3d39d
Generating visualc files - let Mbed TLS take precedence over crypto
by Andrzej Kurek
· 6 years ago
b78cf2b
Adjust visual studio file generation to always use the crypto submodule
by Andrzej Kurek
· 6 years ago
a4308b2
Remove unused TLS, NET, and X.509 files
by Jaeden Amero
· 7 years ago
0688e4f
Remove programs that depend on TLS or X.509
by Jaeden Amero
· 7 years ago
521dbc6
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
21cb3c3
Remove ssl_cert_test sample app
by Ron Eldor
· 6 years ago
5e80d91
Remove psa_crypto_storage_backend.h
by Gilles Peskine
· 6 years ago
088b77f
Merge psa_crypto_storage_its into psa_crypto_storage
by Gilles Peskine
· 6 years ago
e435f23
Remove psa_crypto_storage_file
by Gilles Peskine
· 6 years ago
6194dc2
Implement PSA ITS over files
by Gilles Peskine
· 7 years ago
601bd53
Fix up ITS header files for internal use in crypto
by Gilles Peskine
· 6 years ago
03c60de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
bea98b4
Remove Diffie-Hellman examples
by Janos Follath
· 6 years ago
a9d6ba2
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
415620c
Merge remote-tracking branch 'origin/pr/2105' into development
by Jaeden Amero
· 6 years ago
7723ab1
Add common header for crypto service integration
by itayzafrir
· 6 years ago
c84a65d
Fix missing include in vs proj files for query programs
by Andres Amaya Garcia
· 7 years ago
509ba69
Create programs/test/query_compile_time_config app
by Andres AG
· 7 years ago
7597689
Split crypto_driver.h into one for each driver type
by Gilles Peskine
· 7 years ago
f3b731e
Move integral types and associated macros to their own header
by Gilles Peskine
· 7 years ago
039b90c
Expose the PSA key slot structure to internal modules
by Gilles Peskine
· 7 years ago
961849f
Implement slot allocation
by Gilles Peskine
· 7 years ago
ac41c19
Add psa_crypto_invasive.h
by Gilles Peskine
· 7 years ago
7703042
Update VisualC files
by Hanno Becker
· 7 years ago
f0cd619
Update VisualC files
by Hanno Becker
· 7 years ago
a26d764
Add new PSA Crypto Storage backend implementation using ITS APIs
by Moran Peker
· 7 years ago
db2b8db
psa: Add storage implementation for files
by Darryl Green
· 7 years ago
0064688
visualc: Add crypto_driver.h to project
by Jaeden Amero
· 7 years ago
1692363
Add visualc files generated by generate_visualc_files.pl
by Darryl Green
· 7 years ago
e59236f
Add PSA crypto module
by Gilles Peskine
· 8 years ago
cb349ac
Implement the KW and KWP algorithm
by Ron Eldor
· 7 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
e47d6fd
Merge remote-tracking branch 'public/pr/1497' into development
by Simon Butcher
· 7 years ago
656864b
Add an HKDF (RFC 5869) implementation
by Thomas Fossati
· 9 years ago
f30dbdc
Update generated file
by Manuel Pégourié-Gonnard
· 7 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
eb6ed71
Merge remote-tracking branch 'public/pr/1267' into development
by Simon Butcher
· 7 years ago
dca3a5d
Rename aead_chacha20_poly1305 to chachapoly
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
707e962
Update visualc project files
by Manuel Pégourié-Gonnard
· 7 years ago
archive/feature-aria-evaluation
feature-aria-evaluation
9644983
Add platform_utils and zeroize to visualc files
by Andres Amaya Garcia
· 7 years ago
dfeda48
Remove VS project files from deleted example apps
by Andres AG
· 7 years ago
5fa9876
Have Visual Studio handle linking to mbedTLS.lib internally
by Krzysztof Stachowiak
· 7 years ago
adb0b2e
Update Visual Studio project files
by Hanno Becker
· 8 years ago
fea2078
Add new header file to VS2010 project files
by Simon Butcher
· 8 years ago
6406e81
Update of the Visual Studio files
by Simon Butcher
· 8 years ago
16c54ee
Update library version number to 2.4.0
by Simon Butcher
· 9 years ago
788aa4a
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 9 years ago
8254ed2
Change version number to 2.2.0
by Simon Butcher
· 10 years ago
mbedos-release-15-11
mbedtls-2.2.0
a7c8903
Add missing programs to Makefile
by Manuel Pégourié-Gonnard
· 10 years ago
f7c42d8
Update visualc projects
by Manuel Pégourié-Gonnard
· 10 years ago
51f14be
Remove VS6 files, only 2010 supported now
by Manuel Pégourié-Gonnard
· 10 years ago
b6b16bd
Drop pbkdf2 module (superseded by pkcs5)
by Manuel Pégourié-Gonnard
· 10 years ago
Next »