Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
ab24010b543abb65f0c73e24ee68615e6f24bd05
/
tests
fbf0915
Fix bug in RSA PKCS#1 v1.5 "reversed" operations
by Manuel Pégourié-Gonnard
· 11 years ago
c4919bc
Add tests for rsa_copy()
by Manuel Pégourié-Gonnard
· 11 years ago
725afd8
Fix the 'error' test suite
by Manuel Pégourié-Gonnard
· 11 years ago
e6cdbbd
Add tests for th init_buf() variant of HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
7575daa
Expand CTR_DRBG test coverage
by Manuel Pégourié-Gonnard
· 11 years ago
b3b205e
Clean up details in ctr_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
62273b8
Add NIST validation tests for HMAC_DRBG pr=true
by Manuel Pégourié-Gonnard
· 11 years ago
24600b7
Add NIST validation tests for HMAC_DRBG nopr
by Manuel Pégourié-Gonnard
· 11 years ago
4f880a5
Add misc tests for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
48bc3e8
Add hmac_drbg_{write,update}_seed_file()
by Manuel Pégourié-Gonnard
· 11 years ago
6801f39
Add NIST no_reseed validation tests for HMAC_DRBG
by Manuel Pégourié-Gonnard
· 11 years ago
2aca241
Ready for release 1.3.4
by Paul Bakker
· 11 years ago
42099c3
Revert "Add pk_rsa_set_padding() and rsa_set_padding()"
by Paul Bakker
· 11 years ago
556efba
Added AES CFB8 mode
by Paul Bakker
· 11 years ago
a56d363
Fix missing dependency declaration in test
by Manuel Pégourié-Gonnard
· 11 years ago
8505d50
Fix "check" mode warnings
by Manuel Pégourié-Gonnard
· 11 years ago
027a7cb
Rm now useless test helper function
by Manuel Pégourié-Gonnard
· 11 years ago
544416a
Fix failing ECDH test (test vectors misuse)
by Manuel Pégourié-Gonnard
· 11 years ago
bf98c3d
Merged deterministic ECDSA
by Paul Bakker
· 11 years ago
2d5f142
Fix warning in main_test
by Manuel Pégourié-Gonnard
· 11 years ago
dfab4c1
Add forgotten #ifdef and depends_on
by Manuel Pégourié-Gonnard
· 11 years ago
e707eb6
Fix unused variable in test case
by Manuel Pégourié-Gonnard
· 11 years ago
5862eee
Merged RIPEMD-160 support
by Paul Bakker
· 11 years ago
61b699e
Renamed RMD160 to RIPEMD160
by Paul Bakker
· 11 years ago
0ac99ca
Merged support for secp224k1, secp192k1 and secp25k1
by Paul Bakker
· 11 years ago
83a7fdd
Replace expired test certificate
by Manuel Pégourié-Gonnard
· 11 years ago
b4fae57
Add pk_rsa_set_padding() and rsa_set_padding()
by Manuel Pégourié-Gonnard
· 11 years ago
ea499a7
Add support for secp192k1
by Manuel Pégourié-Gonnard
· 11 years ago
18e3ec9
Add support for secp224k1
by Manuel Pégourié-Gonnard
· 11 years ago
e4d47a6
Add RIPEMD-160 to the generic MD layer
by Manuel Pégourié-Gonnard
· 11 years ago
ff40c3a
Add HMAC support to RIPEMD-160
by Manuel Pégourié-Gonnard
· 11 years ago
130fe97
Tighten sizes in mdx.function
by Manuel Pégourié-Gonnard
· 11 years ago
df2437d
Rm redundant "depends" in mdx.data
by Manuel Pégourié-Gonnard
· 11 years ago
cab4a88
Add RIPEMD-160 (core functions)
by Manuel Pégourié-Gonnard
· 11 years ago
f51c8fc
Add support for secp256k1 arithmetic
by Manuel Pégourié-Gonnard
· 11 years ago
937340b
Add ecdsa_write_signature_det()
by Manuel Pégourié-Gonnard
· 11 years ago
4daaef7
Add ecdsa_sign_det() with test vectors
by Manuel Pégourié-Gonnard
· 11 years ago
fae079e
Adapt ECDSA tests to new ecp_gen_keypair()
by Manuel Pégourié-Gonnard
· 11 years ago
217a29c
Fix bug in rnd_pseudo_rnd() test helper function
by Manuel Pégourié-Gonnard
· 11 years ago
5bc07a3
Prepped for 1.3.3
by Paul Bakker
· 11 years ago
3a8cb6f
Proper const modifier in test_suite_x509_csr_check()
by Paul Bakker
· 11 years ago
fe40f48
Do not print error on missing kill target in compat.sh
by Paul Bakker
· 11 years ago
20ed0f7
Fixed compat.sh arguments line in test-ref-configs.pl
by Paul Bakker
· 11 years ago
a532090
Fixed dependency on POLARSSL_GENPRIME in PK tests
by Paul Bakker
· 11 years ago
30a3062
Added ability to filter configs in test-ref-configs.pl
by Paul Bakker
· 11 years ago
474c2ce
Fixed dependencies for some tests
by Paul Bakker
· 11 years ago
5a607d2
Merged IPv6 support in the NET module
by Paul Bakker
· 11 years ago
c9baa87
Force server to IPv4 in compat.s
by Manuel Pégourié-Gonnard
· 11 years ago
0759d36
Fix ciphersuite selection in compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
31a2325
Add ECDH_ECDSA suites to compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
07b54e0
Fix EC suites version requirements in compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
452f6ba
compat.sh cleanups
by Manuel Pégourié-Gonnard
· 11 years ago
a60fe89
Add mpi_safe_cond_swap()
by Manuel Pégourié-Gonnard
· 11 years ago
357ff65
Details in ecp_mul_mxz()
by Manuel Pégourié-Gonnard
· 11 years ago
fe0af40
Adapt ecp_gen_keypair() to Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
9a4a5ac
Fix bug in mpi_set_bit
by Manuel Pégourié-Gonnard
· 11 years ago
a0179b8
Change ecp_mul to handle Curve25519 too
by Manuel Pégourié-Gonnard
· 11 years ago
312d2e8
Adapt key checking functions for Curve25519
by Manuel Pégourié-Gonnard
· 11 years ago
76af736
Merged splitting off curves from ecp.c into ecp_curves.c
by Paul Bakker
· 11 years ago
a2ffccd
Fixed memory leak in new x509parse test
by Paul Bakker
· 11 years ago
a0d758b
Fix typo in test dependency
by Manuel Pégourié-Gonnard
· 11 years ago
c680405
Removed test for empty data_files/dir0
by Paul Bakker
· 11 years ago
014f143
Merged EC key generation support
by Paul Bakker
· 11 years ago
0267e3d
Add ecp_curve_info_from_name()
by Manuel Pégourié-Gonnard
· 11 years ago
104ee1d
Add ecp_genkey(), prettier wrapper
by Manuel Pégourié-Gonnard
· 11 years ago
fbae2a1
Add tests for x509_crt_parse_path()
by Manuel Pégourié-Gonnard
· 11 years ago
3ddfa66
Renamed test_offset to prevent clash with one in ctr_drbg.c
by Paul Bakker
· 11 years ago
88cd226
Merged ciphersuite version improvements
by Paul Bakker
· 11 years ago
3209ce3
Merged ECP improvements
by Paul Bakker
· 11 years ago
c6f03fa
Update compat.sh ciphersuite versions
by Manuel Pégourié-Gonnard
· 11 years ago
e4c71f0
Merged Prime generation improvements
by Paul Bakker
· 11 years ago
8fc30b1
Various const fixes
by Paul Bakker
· 11 years ago
378fb4b
Split mpi_is_prime() and make its first arg const
by Manuel Pégourié-Gonnard
· 11 years ago
3e3d2b8
Fix bug in mpi_safe_cond_assign()
by Manuel Pégourié-Gonnard
· 11 years ago
71c2c21
Add mpi_safe_cond_assign()
by Manuel Pégourié-Gonnard
· 11 years ago
5868163
Add mpi_shrink()
by Manuel Pégourié-Gonnard
· 11 years ago
ff27b7c
Tighten ecp_mul() validity checks
by Manuel Pégourié-Gonnard
· 11 years ago
d1bac4a
Removed core file
by Paul Bakker
· 11 years ago
f4dc186
Prep for PolarSSL 1.3.2
by Paul Bakker
· 11 years ago
60b1d10
Fixed spelling / typos (from PowerDNS:codespell)
by Paul Bakker
· 11 years ago
3292562
Fixed Makefile for test_suite_pk
by Paul Bakker
· 11 years ago
7bc745b
Merged constant-time padding checks
by Paul Bakker
· 11 years ago
1642122
Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
by Paul Bakker
· 11 years ago
3f917e2
Merged optimizations for MODP NIST curves
by Paul Bakker
· 11 years ago
08bb187
Merged Public Key framwork tests
by Paul Bakker
· 11 years ago
3daaf3d
X509 key identifiers depend on SHA1
by Manuel Pégourié-Gonnard
· 11 years ago
f8669da
Fix error.c test suite relying on old name
by Manuel Pégourié-Gonnard
· 11 years ago
7446833
Fix endianness issue in test helper function
by Manuel Pégourié-Gonnard
· 11 years ago
f8ab069
Make get_pkcs_padding() constant-time
by Manuel Pégourié-Gonnard
· 11 years ago
65ea372
Rm unsupported suites (export) from compat.sh
by Manuel Pégourié-Gonnard
· 11 years ago
8d01eea
Add Camellia-GCM ciphersuites
by Manuel Pégourié-Gonnard
· 11 years ago
c2bd7a2
Add test vectors for Camellia-GCM via cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
0684f74
Add failing test vectors for Camellia-GCM auth
by Manuel Pégourié-Gonnard
· 11 years ago
2009718
Add tests for AES-{192,256}-GCM in cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
87181d1
Add Camellia-GCM to th cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
7bd8a99
Fix GCM dependencies
by Manuel Pégourié-Gonnard
· 11 years ago
13e0d44
Add Camellia-GCM test vectors
by Manuel Pégourié-Gonnard
· 11 years ago
083d668
Make GCM tests accept any cipher, not just AES
by Manuel Pégourié-Gonnard
· 11 years ago
94dd5b4
Rename GCM test suites to AES-GCM
by Manuel Pégourié-Gonnard
· 11 years ago
Next »