Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
88d37859b6d1b0ddce970a5d01576e0708b9512e
/
tests
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 9 years ago
cbb1f6e
Implement cert profile checking
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
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
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
7185936
Use -std=c99 only for library
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
c730ed3
Rename boolean functions to be clearer
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
cb46fd8
Avoid non-standard strcasecmp()
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
bfffa90
Implement md_file in the MD layer
by Manuel Pégourié-Gonnard
· 9 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
5e94dde
Create ssl_internal.h and move some functions
by Manuel Pégourié-Gonnard
· 10 years ago
66b8e95
Add test build with all except ssl_cli/srv.c
by Manuel Pégourié-Gonnard
· 10 years ago
d9e6a3a
Rename pk_init_ctx() -> pk_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
8473f87
Rename cipher_init_ctx() to cipher_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
2240486
Allow more time for DTLS interop tests with proxy
by Manuel Pégourié-Gonnard
· 10 years ago
5a8d56d
Rm hard dependency of DTLS on TIMING_C
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
23ee4d6
Rm ecp_small tests (use only named groups)
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
662c6e8
Disable truncated HMAC by default
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
419d5ae
Make endpoint+transport args of config_defaults()
by Manuel Pégourié-Gonnard
· 10 years ago
def0bbe
Allocate ssl_config out of ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
d5a9e41
Adapt test_suite_debug to recent changes
by Manuel Pégourié-Gonnard
· 10 years ago
6df3196
Fix typo in test name
by Manuel Pégourié-Gonnard
· 10 years ago
e36d564
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f52248a
Adapt compat.sh to GnuTLS 3.4
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e16b62c
Make results of (ext)KeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
770b5e1
Fix missing NULL check in MPI
by Manuel Pégourié-Gonnard
· 10 years ago
41d479e
Split ssl_init() -> ssl_setup()
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
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
e2650c8
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
5119df2
Add test case for dh params with privateValueLength
by Manuel Pégourié-Gonnard
· 10 years ago
862d503
Merge branch 'mbedtls-1.3' into development
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
924cd10
Fix bug in pk_parse_key()
by Manuel Pégourié-Gonnard
· 10 years ago
d09a6b5
Move test scripts to tests/scripts
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
a687baf
Add check-names.sh to all.sh
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
0edba1a
Move temporary list scripts to tests/scripts
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
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
932e393
Fix typos & Co
by Manuel Pégourié-Gonnard
· 10 years ago
f1d2f7c
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
70b8b37
Fix portability issue in Makefile
by Manuel Pégourié-Gonnard
· 10 years ago
26c9f90
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
348bcb3
Make RSA_ALT support optionnal
by Manuel Pégourié-Gonnard
· 10 years ago
dfdcac9
Merge ecdsa_write_signature{,_det}() together
by Manuel Pégourié-Gonnard
· 10 years ago
b8cfe3f
pk_sign() now requires non-NONE md_alg for ECDSA
by Manuel Pégourié-Gonnard
· 10 years ago
fa44f20
Change authmode default to Required on client
by Manuel Pégourié-Gonnard
· 10 years ago
39ead3e
Add test certificate for bitstring in DN
by Manuel Pégourié-Gonnard
· 10 years ago
19d644b
Add more tests for MD utility functions
by Manuel Pégourié-Gonnard
· 10 years ago
abb6744
Rename md_init_ctx() to md_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
4063ceb
Make hmac_ctx optional
by Manuel Pégourié-Gonnard
· 10 years ago
ec4a339
Remove tests for xxx_hmac()
by Manuel Pégourié-Gonnard
· 10 years ago
40fc415
Add generic HMAC tests from mdx.data
by Manuel Pégourié-Gonnard
· 10 years ago
a115def
Fix tests and programs to use md_get_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
ba2e72c
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
f1002f8
Fix issue with armcc test in all.sh
by Manuel Pégourié-Gonnard
· 10 years ago
988209f
Adapt to SSlv2 Hello disabled by default
by Manuel Pégourié-Gonnard
· 10 years ago
ea0920f
Adjust test scripts to new RC4 defaults
by Manuel Pégourié-Gonnard
· 10 years ago
29c28f9
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
757ca00
Fix gcc detection in check_config.h
by Manuel Pégourié-Gonnard
· 10 years ago
8a80318
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e46c6c3
Fix tests to work with DEPRECATED_REMOVED
by Manuel Pégourié-Gonnard
· 10 years ago
079333b
Fix use of deprecated function in test
by Manuel Pégourié-Gonnard
· 10 years ago
48d3cef
Fix use of deprecated function in test
by Manuel Pégourié-Gonnard
· 10 years ago
0bf112e
Remove small configuration based on RC4
by Manuel Pégourié-Gonnard
· 10 years ago
Next »