Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
07894338a0650828591a2db9509c7834b8ee7091
0789433
Rename M255 to Curve25519
by Manuel Pégourié-Gonnard
· 9 years ago
7320eb4
Remove references to some Montgomery curves
by Manuel Pégourié-Gonnard
· 9 years ago
9386664
Move from inttypes.h to stdint.h
by Manuel Pégourié-Gonnard
· 9 years ago
e7e8984
Fix and document corner-cases of time checking
by Manuel Pégourié-Gonnard
· 9 years ago
57e10d7
Fix potential NULL dereference.
by Manuel Pégourié-Gonnard
· 9 years ago
e91e21c
Simplify code in test suites
by Manuel Pégourié-Gonnard
· 9 years ago
f9b85d9
Fix potential resource leak in X.509 parse dir
by Manuel Pégourié-Gonnard
· 9 years ago
bcf13ba
Fix issue with MemSan and entropy
by Manuel Pégourié-Gonnard
· 9 years ago
96aba64
Merge branch 'set_hs' into development
by Manuel Pégourié-Gonnard
· 9 years ago
6ea831d
Add tests for mbedtls_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 9 years ago
c948a79
Add tests for mbedtls_ssl_set_hs_authmode()
by Manuel Pégourié-Gonnard
· 9 years ago
4d6f178
Add support for SNI CA and authmode in ssl_server2
by Manuel Pégourié-Gonnard
· 9 years ago
cdc26ae
Add mbedtls_ssl_set_hs_authmode
by Manuel Pégourié-Gonnard
· 9 years ago
a752d87
Merge branch 'snprintf' into development
by Manuel Pégourié-Gonnard
· 9 years ago
9dbaf40
Rationalize other snprintf() uses
by Manuel Pégourié-Gonnard
· 9 years ago
1685368
Rationalize snprintf() usage in X.509 modules
by Manuel Pégourié-Gonnard
· 9 years ago
7b6dcbe
Add tests for snprintf
by Manuel Pégourié-Gonnard
· 9 years ago
6c0c8e0
Include fixed snprintf for Windows in platform.c
by Manuel Pégourié-Gonnard
· 9 years ago
bbc60db
Adjustments for armcc in all.sh
by Manuel Pégourié-Gonnard
· 9 years ago
8ba88f0
Fix stupid typo in documentation
by Manuel Pégourié-Gonnard
· 9 years ago
f9cbd73
Update generated files
by Manuel Pégourié-Gonnard
· 9 years ago
d5f38b0
Fix dependencies on time on x509 test suite
by Manuel Pégourié-Gonnard
· 9 years ago
7580ba4
Add a concept of entropy source strength.
by Manuel Pégourié-Gonnard
· 9 years ago
3f77dfb
Add MBEDTLS_ENTROPY_HARDWARE_ALT
by Manuel Pégourié-Gonnard
· 9 years ago
bf82ff0
Fix entropy thresholds
by Manuel Pégourié-Gonnard
· 9 years ago
60c793b
Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE
by Manuel Pégourié-Gonnard
· 9 years ago
6195767
Fix default of openssl s_server
by Manuel Pégourié-Gonnard
· 9 years ago
c0696c2
Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
097c7bb
Rename relevant global symbols from size to bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
fb317c5
Rename parameter in a x509 helper
by Manuel Pégourié-Gonnard
· 9 years ago
39a48f4
Internal renamings in PK
by Manuel Pégourié-Gonnard
· 9 years ago
12ad798
Rename ssl_session.length to id_len
by Manuel Pégourié-Gonnard
· 9 years ago
797f48a
Rename ecp_curve_info.size to bit_size
by Manuel Pégourié-Gonnard
· 9 years ago
898e0aa
Rename key_length in cipher_info
by Manuel Pégourié-Gonnard
· 9 years ago
b8186a5
Rename len to bitlen in function parameters
by Manuel Pégourié-Gonnard
· 9 years ago
6934afa
Merge branch 'profiles' into development
by Manuel Pégourié-Gonnard
· 9 years ago
88d3785
Update Changelog for the profiles branch
by Manuel Pégourié-Gonnard
· 9 years ago
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 9 years ago
7bfc122
Implement sig_hashes
by Manuel Pégourié-Gonnard
· 9 years ago
36a8b57
Create API for mbedtls_ssl_conf_sig_hashes().
by Manuel Pégourié-Gonnard
· 9 years ago
9d412d8
Small internal changes in curve checking
by Manuel Pégourié-Gonnard
· 9 years ago
a83e4e2
Extra check in verify_with_profile()
by Manuel Pégourié-Gonnard
· 9 years ago
27716cc
Clarify a point in the documentation
by Manuel Pégourié-Gonnard
· 9 years ago
b541da6
Fix define for ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 9 years ago
6e3ee3a
Add mbedtls_ssl_conf_cert_profile()
by Manuel Pégourié-Gonnard
· 9 years ago
cbb1f6e
Implement cert profile checking
by Manuel Pégourié-Gonnard
· 9 years ago
f8ea856
Change data structure of profiles to bitfields
by Manuel Pégourié-Gonnard
· 9 years ago
88db5da
Add pre-defined profiles for cert verification
by Manuel Pégourié-Gonnard
· 9 years ago
9505164
Create cert profile API (unimplemented yet)
by Manuel Pégourié-Gonnard
· 9 years ago
bc7bbbc
Remove duplicated tests for x509_verify_info()
by Manuel Pégourié-Gonnard
· 9 years ago
7a010aa
Add tests for dhm_min_bitlen
by Manuel Pégourié-Gonnard
· 9 years ago
9096682
Add dhmlen option in ssl_client2.c
by Manuel Pégourié-Gonnard
· 9 years ago
bd990d6
Add ssl_conf_dhm_min_bitlen()
by Manuel Pégourié-Gonnard
· 9 years ago
bf27eaa
Fix help string in ssl_client2.c
by Manuel Pégourié-Gonnard
· 9 years ago
1b1e65f
Fix typos and other small issues in doc
by Manuel Pégourié-Gonnard
· 9 years ago
3d4755b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
721e6bb
Fix all.sh for recent config.pl change
by Manuel Pégourié-Gonnard
· 9 years ago
a14cbb6
Have config.pl return non-zero rather than warn
by Manuel Pégourié-Gonnard
· 9 years ago
7ee5ddd
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
dccb80b
Fix compile errors with NO_STD_FUNCTIONS
by Manuel Pégourié-Gonnard
· 9 years ago
b752715
Expand config.pl's notion of "full"
by Manuel Pégourié-Gonnard
· 9 years ago
f2ec505
Ack external bugfix in Changelog
by Manuel Pégourié-Gonnard
· 9 years ago
3e87a9f
FIx misplaced Changelog entry (oops)
by Manuel Pégourié-Gonnard
· 9 years ago
7185936
Use -std=c99 only for library
by Manuel Pégourié-Gonnard
· 9 years ago
bc6ff23
Update changelog for i/o lengths
by Manuel Pégourié-Gonnard
· 9 years ago
ba56136
Avoid in-out length in base64
by Manuel Pégourié-Gonnard
· 9 years ago
3335205
Avoid in-out length in dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 9 years ago
f79b425
Avoid in-out length parameter in bignum
by Manuel Pégourié-Gonnard
· 9 years ago
9693668
Tune Changelog (typos, ordering)
by Manuel Pégourié-Gonnard
· 9 years ago
249bece
Fix compile bug: incompatible declaration of polarssl_exit in platform.c
by ptahpeteh
· 9 years ago
0469e41
Add MBEDTLS_CONFIG_FILE to the rename list
by Manuel Pégourié-Gonnard
· 9 years ago
d22514e
Fix contributor's name in Changelog
by Manuel Pégourié-Gonnard
· 9 years ago
77cfe17
Remove now-useless typedef in ssl.h
by Manuel Pégourié-Gonnard
· 9 years ago
c730ed3
Rename boolean functions to be clearer
by Manuel Pégourié-Gonnard
· 9 years ago
3eb50fa
Cosmetics in doxygen doc
by Manuel Pégourié-Gonnard
· 9 years ago
9d51583
Fix cipher identifier in des_ede3_info
by Manuel Pégourié-Gonnard
· 9 years ago
0574bb0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 9 years ago
6ca7624
Mark unused constant as such
by Manuel Pégourié-Gonnard
· 9 years ago
5866848
Update ChangeLog for recent external bugfix
by Manuel Pégourié-Gonnard
· 9 years ago
468b06d
Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 9 years ago
638fa0b
Serious bug fix in entropy.c
by ptahpeteh
· 9 years ago
81abefd
Fix typos/style in doxygen documentation
by Manuel Pégourié-Gonnard
· 9 years ago
d14acbc
Test assumptions we make about the platform
by Manuel Pégourié-Gonnard
· 9 years ago
f78e4de
Fix warnings from -pedantic
by Manuel Pégourié-Gonnard
· 9 years ago
009a264
Add test build with -std=c99
by Manuel Pégourié-Gonnard
· 9 years ago
f8b6fde
Remove include that is no longer needed
by Manuel Pégourié-Gonnard
· 9 years ago
864108d
Move from gmtime_r to gmtime + mutexes
by Manuel Pégourié-Gonnard
· 9 years ago
ba19432
Move from asm to __asm by default
by Manuel Pégourié-Gonnard
· 9 years ago
cb46fd8
Avoid non-standard strcasecmp()
by Manuel Pégourié-Gonnard
· 9 years ago
2a84dfd
Make ssl_cookie.c thread-safe
by Manuel Pégourié-Gonnard
· 9 years ago
b48ef9c
Improve documentation about HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 9 years ago
398b206
Update doc for ssl_conf_renegotiation
by Manuel Pégourié-Gonnard
· 9 years ago
6ad5d35
Catch a few more likely typos
by Manuel Pégourié-Gonnard
· 9 years ago
41b9c2b
Remove individual mdX_file() and shaX_file()
by Manuel Pégourié-Gonnard
· 9 years ago
06d5d61
Adapt programs to generic md_file()
by Manuel Pégourié-Gonnard
· 9 years ago
b327168
Remove non-generic md_file() programs
by Manuel Pégourié-Gonnard
· 9 years ago
bfffa90
Implement md_file in the MD layer
by Manuel Pégourié-Gonnard
· 9 years ago
eb0d870
Add option for even smaller SHA-256
by Manuel Pégourié-Gonnard
· 9 years ago
a7a3a5f
Make SHA-2 implementation smaller
by Manuel Pégourié-Gonnard
· 9 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 9 years ago
Next »