Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
7dadc2f25990e852f4766a0d3a94bc0b99d02631
/
library
7dadc2f
ECP: Prevent freeing a buffer on stack
by Janos Follath
· 8 years ago
5708dcb
Fix memory leak in mbedtls_x509_crl_parse()
by Andres AG
· 8 years ago
87c9807
Fix buffer overread in mbedtls_x509_get_time()
by Janos Follath
· 8 years ago
fc794ff
Merge branch 'iotssl-1071-ca-flags'
by Simon Butcher
· 8 years ago
0278a38
Merge branch 'iotssl-1077-dos-crl'
by Simon Butcher
· 8 years ago
a29c5e9
Add comment to integer overflow fix in base64.c
by Simon Butcher
· 8 years ago
4623d83
Fix integer overflow mbedtls_base64_decode()
by Andres AG
· 8 years ago
6a54336
Fix integer overflows in buffer bound checks
by Andres Amaya Garcia
· 8 years ago
182013f
Prevent SLOTH attacks
by Janos Follath
· 8 years ago
2196c7f
Fix renegotiation at incorrect times in DTLS
by Andres AG
· 8 years ago
4c006cd
Update library version number to 2.4.1
by Janos Follath
· 8 years ago
5da3a6f
Update CMAC test vectors.
by Janos Follath
· 8 years ago
c0db511
Fix unused variable/function compilation warnings
by Andres AG
· 8 years ago
e4ac542
Fix formatting issues in net_sockets.c
by Simon Butcher
· 8 years ago
36540ff
Fix compiler warning in debug.c
by Simon Butcher
· 8 years ago
3c6b18d
Fix various compiler warnings with MSVC
by Simon B
· 8 years ago
1903fb3
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 8 years ago
d165066
Fix verify out flags from x509_crt_verify_top()
by Andres AG
· 8 years ago
939954c
Fix CRL parsing to avoid infinite loop
by Andres AG
· 8 years ago
105e856
Merge branch 'gcc-compiler-warnings'
by Simon Butcher
· 8 years ago
1808dc0
Update library version number to 2.4.1
by Janos Follath
· 8 years ago
cd13bd2
Update CMAC test vectors.
by Janos Follath
· 8 years ago
532c94d
Fix formatting issues in net_sockets.c
by Simon Butcher
· 8 years ago
097618b
Fix compiler warning in debug.c
by Simon Butcher
· 8 years ago
3249cb7
Fix various compiler warnings with MSVC
by Simon B
· 8 years ago
2adecba
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 8 years ago
703990b
Fix buffer overreads in mbedtls_pem_read_buffer()
by Andres AG
· 8 years ago
16c54ee
Update library version number to 2.4.0
by Simon Butcher
· 8 years ago
8e00410
Merge fix for AEAD Random IVs
by Simon Butcher
· 8 years ago
9800a05
Merge branch 'development'
by Simon Butcher
· 8 years ago
9900014
Merge fix for IE Certificate Compatibility
by Simon Butcher
· 8 years ago
488c08c
Merge branch fixing date validity in X.509
by Simon Butcher
· 8 years ago
c58d7b4
Merge fix for X.509 compatibility issues
by Simon Butcher
· 8 years ago
5115267
Merge fix for branch SSL client overread
by Simon Butcher
· 8 years ago
de319cb
Merge branch 'development'
by Simon Butcher
· 8 years ago
bb83b42
Use allocated memory for SHA self tests
by Russ Butler
· 8 years ago
e5dc202
Restore P>Q in RSA key generation (#558)
by Janos Follath
· 8 years ago
314d8a8
Fix documentation for mbedtls_gcm_finish()
by Andres AG
· 8 years ago
410d3dd
Fix 1 byte overread in mbedtls_asn1_get_int()
by Andres AG
· 8 years ago
d7b9049
Fix memory leaks in CMAC tests
by Janos Follath
· 8 years ago
2b3b740
Remove unnecessary flag from CMAC context
by Janos Follath
· 8 years ago
c61351d
Fix issues in CMAC in repeated updates
by Simon Butcher
· 8 years ago
ad88267
Fix bracketing in cmac.c
by Simon Butcher
· 8 years ago
8254b6c
Clean up of formatting, and potential integer overflow fix
by Andres AG
· 8 years ago
2127932
Fixes following review
by Simon Butcher
· 8 years ago
f394e09
Clean up and minor fixes following review
by Simon Butcher
· 8 years ago
5805fbe
Fix CMAC interface for doxygen
by Simon Butcher
· 8 years ago
8a1a68c
Regenerate error.c file to remove CMAC
by Simon Butcher
· 8 years ago
0c79073
Refactor and change CMAC interface
by Simon Butcher
· 8 years ago
7b07e0e
Fix build failure for thread config
by Brian Murray
· 8 years ago
5168618
Minor fixes to comments
by Brian Murray
· 8 years ago
3d64431
Minor CMAC fixes for merge
by Brian Murray
· 8 years ago
0b21cdf
cleaned up indentation and braket issues in mbedtls_cmac_verify
by Brian Murray
· 9 years ago
bbed660
Changed test function to inline to pass tests/scripts/check-names.sh
by Brian Murray
· 9 years ago
fe9ff01
Fixed some build warnings
by Brian Murray
· 9 years ago
4e06703
Do not zeroize null pointer
by Brian Murray
· 9 years ago
cdd1f6d
Removed unneed memsets and fixed spacing
by Brian Murray
· 9 years ago
6eae89b
No CMAC minimum tag length is specified by NIST SP800-38B A Minor Typo Changes
by Brian Murray
· 9 years ago
e260fea
cmac.c whitespace cleanup
by Brian Murray
· 9 years ago
db5c70e
better handling of failed calloc
by Brian Murray
· 9 years ago
86ff986
selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes
by Brian Murray
· 9 years ago
3d3c9b8
More cleanup of CMAC self tests
by Brian Murray
· 9 years ago
afdb60f
Only compile AES CMAC PRF support if MBEDTLS_AES_C is defined and other cleanups
by Brian Murray
· 9 years ago
d666eb5
More cleanup of CMAC selftests
by Brian Murray
· 9 years ago
3c0412a
Fixed CMAC tag length
by Brian Murray
· 9 years ago
7c6476c
CMAC support for cipher with 64bit blocks (DES/3DES)
by Brian Murray
· 9 years ago
5a8c004
Added cmac.o to libary/Makefile
by Brian Murray
· 9 years ago
2b0e21f
cmac: more cosmetic changes
by Manuel Pégourié-Gonnard
· 9 years ago
a878d3b
cmac: avoid useless wrapping of function
by Manuel Pégourié-Gonnard
· 9 years ago
5f8639f
cmac: reduce visibility of macros
by Manuel Pégourié-Gonnard
· 9 years ago
59ae4ba
cmac: some more padding-related tune-ups
by Manuel Pégourié-Gonnard
· 9 years ago
da8724f
cmac: clean up padding function and comments
by Manuel Pégourié-Gonnard
· 9 years ago
89b8d83
cmac: make subkey gen more constant-time
by Manuel Pégourié-Gonnard
· 9 years ago
28ea791
cmac: zeroize sensitive intermediate values
by Manuel Pégourié-Gonnard
· 9 years ago
756bcf7
cmac: factor multiply by u to its own function
by Manuel Pégourié-Gonnard
· 9 years ago
a4dfa05
cmac: fix whitespace/codingstyle issues
by Manuel Pégourié-Gonnard
· 9 years ago
9c83eeb
cmac: improve argument order and naming
by Manuel Pégourié-Gonnard
· 9 years ago
9bf1e5d
Line endings wrong
by Robert Cragie
· 9 years ago
9518e88
Use autogenerated version_features.c
by Robert Cragie
· 9 years ago
2fa11cd
Added CMAC as proper low-level module and changed error returns
by Robert Cragie
· 9 years ago
c455544
Added MBEDTLS_CMAC_C
by Robert Cragie
· 9 years ago
45feb6e
Add support for AES-128-CMAC and AES-CMAC-PRF-128
by Robert Cragie
· 9 years ago
0be2b01
Add safety check to sample mutex implementation
by Janos Follath
· 8 years ago
3616f6f
Rename net.{c,h} to net_sockets.{c,h}
by Andres AG
· 8 years ago
1c8b33a
Merge branch 'development'
by Simon Butcher
· 8 years ago
ef44178
Restore P>Q in RSA key generation (#558)
by Janos Follath
· 8 years ago
821da84
Fix documentation for mbedtls_gcm_finish()
by Andres AG
· 8 years ago
776a6fc
Fix 1 byte overread in mbedtls_asn1_get_int()
by Andres AG
· 8 years ago
99d09d2
Fix memory leaks in CMAC tests
by Janos Follath
· 8 years ago
d444358
Fix memory leaks in CMAC tests
by Janos Follath
· 8 years ago
60dbc93
Add missing bounds check in X509 DER write funcs
by Andres AG
· 8 years ago
e3d882a
Remove unnecessary flag from CMAC context
by Janos Follath
· 8 years ago
6b0774a
Fix issues in CMAC in repeated updates
by Simon Butcher
· 8 years ago
df6c3e8
Merge branch 'iotssl-825-double-free-quickfix'
by Simon Butcher
· 8 years ago
23bdca0
Fix an x509 compatibility issue
by Janos Follath
· 8 years ago
420be4e
Fix bracketing in cmac.c
by Simon Butcher
· 8 years ago
a592dcc
Clean up of formatting, and potential integer overflow fix
by Andres AG
· 8 years ago
d241f1c
Fixes following review
by Simon Butcher
· 8 years ago
69283e5
Clean up and minor fixes following review
by Simon Butcher
· 8 years ago
94ffde7
Fix CMAC interface for doxygen
by Simon Butcher
· 8 years ago
Next »