Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
69a69cc5aed1965112c8742997db45878ce5b306
69a69cc
memory_buffer_alloc_init() now returns void
by Manuel Pégourié-Gonnard
· 10 years ago
41d479e
Split ssl_init() -> ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
ec160c0
Update ctr_drbg_init() usage in programs
by Manuel Pégourié-Gonnard
· 10 years ago
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
by Manuel Pégourié-Gonnard
· 10 years ago
f9e9481
Split mbedtls_hmac_drbg_init() -> seed{,_buf}()
by Manuel Pégourié-Gonnard
· 10 years ago
c34e8dd
Split mbedtls_gcm_init() -> gcm_setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
6963ff0
Split mbedtls_ccm_init() -> setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
d54e617
Restructure Changelog
by Manuel Pégourié-Gonnard
· 10 years ago
bdd7828
Always check return status of mutex_(un)lock()
by Manuel Pégourié-Gonnard
· 10 years ago
8f5fd31
Change mutex_init/free to return void
by Manuel Pégourié-Gonnard
· 10 years ago
7cfbaf0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
9ce1bdc
Fix bugs in programs displaying verify flags
by Manuel Pégourié-Gonnard
· 10 years ago
331ba57
Fix some additional renaming issues
by Manuel Pégourié-Gonnard
· 10 years ago
5f29a73
Fix regex in scripts/rename.pl again
by Manuel Pégourié-Gonnard
· 10 years ago
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
e75fa70
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e6efa6f
manually merge 9f98251 make extKeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
89addc4
manually merge 0c6ce2f use x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
b5f48ad
manually merge 39a183a add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
e75317b
Anticipate merging x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
e2650c8
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
144bc22
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
53c76c0
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
de9b363
Merge branch mbedtls-1.3 into development
by Manuel Pégourié-Gonnard
· 10 years ago
9f98251
Make results of (ext)KeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
0c6ce2f
Use x509_crt_verify_info() in programs
by Manuel Pégourié-Gonnard
· 10 years ago
23c0608
Fix bug in generate_code.pl
by Manuel Pégourié-Gonnard
· 10 years ago
39a183a
Add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
ba33420
Fix typo in contributor name (oops!)
by Manuel Pégourié-Gonnard
· 10 years ago
a2fce21
Fix potential NULL dereference on bad usage
by Manuel Pégourié-Gonnard
· 10 years ago
ce60fbe
Fix potential timing difference with RSA PMS
by Manuel Pégourié-Gonnard
· 10 years ago
12a8b66
Update Changelog for recent merge
by Manuel Pégourié-Gonnard
· 10 years ago
aac657a
Merge remote-tracking branch 'pj/development' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 10 years ago
95f0089
Update Changelog for DH params
by Manuel Pégourié-Gonnard
· 10 years ago
5119df2
Add test case for dh params with privateValueLength
by Manuel Pégourié-Gonnard
· 10 years ago
2ed8173
accept PKCS#3 DH parameters with privateValueLength included
by Daniel Kahn Gillmor
· 10 years ago
ab22910
Just use stdint.h even with MSVC
by Manuel Pégourié-Gonnard
· 10 years ago
b85725c
Fix merge issue
by Manuel Pégourié-Gonnard
· 10 years ago
862d503
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
0645bfa
Fix typos in Changelog
by Manuel Pégourié-Gonnard
· 10 years ago
a1e3241
Fix macro name from wrong branch
by Manuel Pégourié-Gonnard
· 10 years ago
e6c8366
Fix bug in pk_parse_key()
by Manuel Pégourié-Gonnard
· 10 years ago
e1e5871
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
6152b02
Fixed typos
by Paul Bakker
· 10 years ago
db34e6d
Updated Travis CI config for mbedtls project
by Paul Bakker
· 10 years ago
924cd10
Fix bug in pk_parse_key()
by Manuel Pégourié-Gonnard
· 10 years ago
2aa81cc
Fix embarrassing mistake in rename.pl
by Manuel Pégourié-Gonnard
· 10 years ago
eed55a4
Changed values of PK and PKCS5 error codes
by Manuel Pégourié-Gonnard
· 10 years ago
d09a6b5
Move test scripts to tests/scripts
by Manuel Pégourié-Gonnard
· 10 years ago
975d5fa
Remove option HAVE_LONGLONG
by Manuel Pégourié-Gonnard
· 10 years ago
7b53889
Remove support for HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
b31424c
Make HAVE_IPV6 non-optional
by Manuel Pégourié-Gonnard
· 10 years ago
dbd60f7
Update generated file
by Manuel Pégourié-Gonnard
· 10 years ago
43b997f
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
9bcaa99
Merge branch 'rename' into development
by Manuel Pégourié-Gonnard
· 10 years ago
23ce09b
Deprecate HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
a98af5e
Deprecate using NET_C without HAVE_IPV6
by Manuel Pégourié-Gonnard
· 10 years ago
8c3f0f4
Official deprecate compat-1.2.h and openssl.h
by Manuel Pégourié-Gonnard
· 10 years ago
f9aae83
Add test for typos in check-names.sh
by Manuel Pégourié-Gonnard
· 10 years ago
8408a94
Remove MBEDTLS_ from internal macros
by Manuel Pégourié-Gonnard
· 10 years ago
a687baf
Add check-names.sh to all.sh
by Manuel Pégourié-Gonnard
· 10 years ago
a79efde
Move a pair of macros to inline functions
by Manuel Pégourié-Gonnard
· 10 years ago
e137ea6
Add test script check-names.sh
by Manuel Pégourié-Gonnard
· 10 years ago
d1ddd29
Adapt error messages in tests/scripts/list-*
by Manuel Pégourié-Gonnard
· 10 years ago
45df597
Remove some temporary scripts
by Manuel Pégourié-Gonnard
· 10 years ago
0edba1a
Move temporary list scripts to tests/scripts
by Manuel Pégourié-Gonnard
· 10 years ago
e546ad4
Fix comment generated by generate_errors.pl
by Manuel Pégourié-Gonnard
· 10 years ago
c559f04
Improve regexes in rename.pl
by Manuel Pégourié-Gonnard
· 10 years ago
f2c8711
Add compat-1.3.h for new names
by Manuel Pégourié-Gonnard
· 10 years ago
b20a70f
Move rename.pl to scripts & add data file
by Manuel Pégourié-Gonnard
· 10 years ago
d759d7d
Update ChangeLog for Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
b5904d2
Still a few more corner cases
by Manuel Pégourié-Gonnard
· 10 years ago
fb9f2a0
Fix include lines in rename.pl
by Manuel Pégourié-Gonnard
· 10 years ago
f7d945f
Handle remaining corner-cases
by Manuel Pégourié-Gonnard
· 10 years ago
88323c7
Add option to replace inside strings for programs
by Manuel Pégourié-Gonnard
· 10 years ago
3385cf4
Add temporary scripts
by Manuel Pégourié-Gonnard
· 10 years ago
f5fc649
Cosmetic change
by Manuel Pégourié-Gonnard
· 10 years ago
8a89fcd
Rm references to removed config options
by Manuel Pégourié-Gonnard
· 10 years ago
6c7af4c
Fix a few internal name choices
by Manuel Pégourié-Gonnard
· 10 years ago
df791a5
Simplify net_htonx()
by Manuel Pégourié-Gonnard
· 10 years ago
932e393
Fix typos & Co
by Manuel Pégourié-Gonnard
· 10 years ago
62edcc8
Document POLARSSL_CAMELLIA_SMALL_MEMORY
by Manuel Pégourié-Gonnard
· 10 years ago
07ec1dd
Fix bug with ssl_set_curves() check on client
by Manuel Pégourié-Gonnard
· 10 years ago
a5cc2aa
Fix bug in POLARSSL_PLATFORM_STD_EXIT support
by Manuel Pégourié-Gonnard
· 10 years ago
a82135c
Document POLARSSL_CAMELLIA_SMALL_MEMORY
by Manuel Pégourié-Gonnard
· 10 years ago
29f777e
Fix bug with ssl_set_curves() check on client
by Manuel Pégourié-Gonnard
· 10 years ago
32a7fe3
Fix bug in POLARSSL_PLATFORM_STD_EXIT support
by Manuel Pégourié-Gonnard
· 10 years ago
998930a
Replace non-ascii characters in source files
by Manuel Pégourié-Gonnard
· 10 years ago
eadda3f
Add missing #ifdef in ecdsa.c
by Manuel Pégourié-Gonnard
· 10 years ago
2bc16df
Update generated file
by Manuel Pégourié-Gonnard
· 10 years ago
fbbbc93
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
2a73a90
Fix ifdef issue
by Manuel Pégourié-Gonnard
· 10 years ago
f1d2f7c
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
cf20120
Fix bug in Via Padlock support
by Manuel Pégourié-Gonnard
· 10 years ago
70b8b37
Fix portability issue in Makefile
by Manuel Pégourié-Gonnard
· 10 years ago
427b672
Add XXX_PROCESS_ALT mecchanism
by Manuel Pégourié-Gonnard
· 10 years ago
26c9f90
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
0878a0d
Add missing depends in x509 programs
by Manuel Pégourié-Gonnard
· 10 years ago
8d649c6
Simplify ifdef checks in programs/x509
by Manuel Pégourié-Gonnard
· 10 years ago
Next »