Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
e048b67d0a2f73166b405194d489ff9fa7ee2f2b
e048b67
Misc minor fixes
by Manuel Pégourié-Gonnard
· 11 years ago
0c017a5
Add max_frag_len option in ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
ed4af8b
Move negotiated max fragment length to session
by Manuel Pégourié-Gonnard
· 11 years ago
581e6b6
Prepare migrating max fragment length to session
by Manuel Pégourié-Gonnard
· 11 years ago
8e714d7
Modified LONG_RESPONSE and comments in ssl_server2
by Paul Bakker
· 11 years ago
bd7ce63
Adapt ssl_server2 to test sending long messages
by Manuel Pégourié-Gonnard
· 11 years ago
6b4f237
Forbid setting max_frag_len > MAX_CONTENT_LEN
by Manuel Pégourié-Gonnard
· 11 years ago
30dc7ef
Reset max_fragment_length in ssl_session_reset()
by Manuel Pégourié-Gonnard
· 11 years ago
7bb7899
Send max_fragment_length extension (server)
by Manuel Pégourié-Gonnard
· 11 years ago
f11a6d7
Rework server extensions writing
by Manuel Pégourié-Gonnard
· 11 years ago
de600e5
Read max_fragment_length extension (client)
by Manuel Pégourié-Gonnard
· 11 years ago
a052849
Send max_fragment_length extension (client)
by Manuel Pégourié-Gonnard
· 11 years ago
48f8d0d
Read max_fragment_length extension (server)
by Manuel Pégourié-Gonnard
· 11 years ago
787b658
Implement max_frag_len write restriction
by Manuel Pégourié-Gonnard
· 11 years ago
0df6b1f
ssl_client2: add max_frag_len option
by Manuel Pégourié-Gonnard
· 11 years ago
8b46459
Add ssl_set_max_frag_len()
by Manuel Pégourié-Gonnard
· 11 years ago
de9f9ef
Merge branch 'parse-ec-crt' into development
by Paul Bakker
· 11 years ago
c2c9003
Fix pk_set_type() behaviour for unkown type
by Manuel Pégourié-Gonnard
· 11 years ago
14d8564
Fix overflow check in oid_get_numeric_string()
by Manuel Pégourié-Gonnard
· 11 years ago
4f47538
Fix some 'depends' in tests
by Manuel Pégourié-Gonnard
· 11 years ago
fd5164e
Fix some more ifdef's RSA/EC, in pk and debug
by Manuel Pégourié-Gonnard
· 11 years ago
ab2d983
Fix some ifdef's in x509parse
by Manuel Pégourié-Gonnard
· 11 years ago
96f3a4e
Rm ecp_keypair.alg
by Manuel Pégourié-Gonnard
· 11 years ago
8b863cd
Merge EC & RSA versions of x509_parse_key()
by Manuel Pégourié-Gonnard
· 11 years ago
6e88202
Merge EC & RSA versions of parse_pkcs8_unencrypted
by Manuel Pégourié-Gonnard
· 11 years ago
a2d4e64
Some more EC pubkey parsing refactoring
by Manuel Pégourié-Gonnard
· 11 years ago
1c808a0
Refactor some EC key parsing code
by Manuel Pégourié-Gonnard
· 11 years ago
be50680
Fix use of x509_cert.rsa in programs
by Manuel Pégourié-Gonnard
· 11 years ago
991d0f5
Remove rsa member from x509_cert structure
by Manuel Pégourié-Gonnard
· 11 years ago
ff56da3
Fix direct uses of x509_cert.rsa, now use pk_rsa()
by Manuel Pégourié-Gonnard
· 11 years ago
893879a
Adapt debug_print_crt() for EC keys
by Manuel Pégourié-Gonnard
· 11 years ago
a3c86c3
Certificates with EC key and/or sig parsed
by Manuel Pégourié-Gonnard
· 11 years ago
5b18fb0
Fix bug in x509_get_{ecpubkey,subpubkey}()
by Manuel Pégourié-Gonnard
· 11 years ago
360a583
Adapt x509parse_cert_info() for EC
by Manuel Pégourié-Gonnard
· 11 years ago
674b224
Prepare transition from x509_cert.rsa to pk
by Manuel Pégourié-Gonnard
· 11 years ago
a155513
Rationalize use of x509_get_alg variants
by Manuel Pégourié-Gonnard
· 11 years ago
7a287c4
Rename x509_get_algid() to x509_get_pk_alg()
by Manuel Pégourié-Gonnard
· 11 years ago
7c5819e
Fix warnings (enum value missing from switch/case)
by Manuel Pégourié-Gonnard
· 11 years ago
72ef0b7
Add test certificate signed with ECDSA
by Manuel Pégourié-Gonnard
· 11 years ago
2692a30
Relax ifdef's in pk.h by analogy with md.h
by Manuel Pégourié-Gonnard
· 11 years ago
1e60cd0
Expand oid_get_sig_alg() for ECDSA-based algs
by Manuel Pégourié-Gonnard
· 11 years ago
244569f
Use generic x509_get_pubkey() for RSA functions
by Manuel Pégourié-Gonnard
· 11 years ago
4fa0476
Use new x509_get_pubkey() in x509parse_public_key()
by Manuel Pégourié-Gonnard
· 11 years ago
c296c59
Introduce generic x509_get_pubkey()
by Manuel Pégourié-Gonnard
· 11 years ago
094ad9e
Rename x509_get_pubkey to _rsa and split it up
by Manuel Pégourié-Gonnard
· 11 years ago
f16ac76
Simplify length mismatch check in x509_get_pubkey
by Manuel Pégourié-Gonnard
· 11 years ago
20c12f6
Factor more code into x509_get_pubkey()
by Manuel Pégourié-Gonnard
· 11 years ago
788db11
Get rid of x509_cert.pkoid
by Manuel Pégourié-Gonnard
· 11 years ago
374e4b8
pk_set_type() cannot be used to reset key type
by Manuel Pégourié-Gonnard
· 11 years ago
0a64e8f
Rework algorithmIdentifier parsing
by Manuel Pégourié-Gonnard
· 11 years ago
f4a1427
base64_decode() also forcefully returns on dst == NULL
by Paul Bakker
· 11 years ago
82024bf
ssl_server2 now uses alloc_buffer if present and can be 'SERVERQUIT'
by Paul Bakker
· 11 years ago
61d113b
Init and free new contexts in the right place for SSL to prevent memory leaks
by Paul Bakker
· 11 years ago
8647eec
Merge branch 'parse-ec-key' into development
by Paul Bakker
· 11 years ago
8ea6c61
Rename of prvkey -> privkey fix in test suite files
by Paul Bakker
· 11 years ago
7d4e5b7
Simplify password check in pem_read_buffer()
by Manuel Pégourié-Gonnard
· 11 years ago
791eed3
Fix portability issue in oid_get_numeric_string()
by Manuel Pégourié-Gonnard
· 11 years ago
de44a4a
Rename ecp_check_prvkey with a 'i' for consistency
by Manuel Pégourié-Gonnard
· 11 years ago
81c313c
Add #ifdef's on RSA and EC in PK
by Manuel Pégourié-Gonnard
· 11 years ago
1f73a65
Fix ommission in pk_free().
by Manuel Pégourié-Gonnard
· 11 years ago
7a6c946
Fix error code in pk.h
by Manuel Pégourié-Gonnard
· 11 years ago
8838099
Add x509parse_{,public}_key{,file}()
by Manuel Pégourié-Gonnard
· 11 years ago
12e0ed9
Add pk_context and associated functions
by Manuel Pégourié-Gonnard
· 11 years ago
d4ec21d
Add a check for multiple curve specification
by Manuel Pégourié-Gonnard
· 11 years ago
80300ad
Add checks for pk_alg.
by Manuel Pégourié-Gonnard
· 11 years ago
a9e5412
Adapt test files to supported PKCS#8 modes
by Manuel Pégourié-Gonnard
· 11 years ago
9c1cf45
Implement x509parse_key_pkcs8_encrypted_der_ec()
by Manuel Pégourié-Gonnard
· 11 years ago
a5d9974
Split up x509_parse_pkcs8_encrypted_der()
by Manuel Pégourié-Gonnard
· 11 years ago
416fa8f
Implement x509parse_key_pkcs8_unencrypted_der_ec()
by Manuel Pégourié-Gonnard
· 11 years ago
f8648d5
Fix undocumented feature of pem_read_buffer()
by Manuel Pégourié-Gonnard
· 11 years ago
e366342
Implement x509parse_key_sec1_der()
by Manuel Pégourié-Gonnard
· 11 years ago
2b9252c
Add tests for x509parse_key_ec()
by Manuel Pégourié-Gonnard
· 11 years ago
15e8b82
Fill in x509parse_key_ec using stub function
by Manuel Pégourié-Gonnard
· 11 years ago
73c0cda
Complete x509parse_public_key_ec()
by Manuel Pégourié-Gonnard
· 11 years ago
f838eed
Add x509_get_ecparams()
by Manuel Pégourié-Gonnard
· 11 years ago
f0b30d0
Add oid_get_ec_grp() and associated data
by Manuel Pégourié-Gonnard
· 11 years ago
5a9b82e
Make oid_get_pk_alg handle EC algorithms
by Manuel Pégourié-Gonnard
· 11 years ago
dffba8f
Fix bug in oid_get_numeric_string()
by Manuel Pégourié-Gonnard
· 11 years ago
444b427
Optionally allow parameters in x509_get_tag()
by Manuel Pégourié-Gonnard
· 11 years ago
1bc6931
Add test for x509parse_public_keyfile_ec
by Manuel Pégourié-Gonnard
· 11 years ago
26833c2
Add stubs for x509parse_key_ec and co.
by Manuel Pégourié-Gonnard
· 11 years ago
4250a1f
Fix a comment and some whitespace
by Manuel Pégourié-Gonnard
· 11 years ago
ba4878a
Rename x509parse_key & co with _rsa suffix
by Manuel Pégourié-Gonnard
· 11 years ago
c8dc295
Add ecp_check_prvkey, with test
by Manuel Pégourié-Gonnard
· 11 years ago
b8c6e0e
Add ecp_keypair struct, init/free and constants
by Manuel Pégourié-Gonnard
· 11 years ago
7c8934e
Add ecdsa_init and ecdsa_free
by Manuel Pégourié-Gonnard
· 11 years ago
bec2f45
Add ecdsa_context structure
by Manuel Pégourié-Gonnard
· 11 years ago
44618dd
SSL Test and Benchmark now handle missing POLARSSL_TIMING_C
by Paul Bakker
· 11 years ago
1ef120f
Updated buffer-allocator with free-block-list to speed up searches
by Paul Bakker
· 11 years ago
41350a9
Fixed spaces in memory_buffer_alloc.c
by Paul Bakker
· 11 years ago
fa9b100
Also compiles / runs without time-based functions in OS
by Paul Bakker
· 11 years ago
ecd54fb
Disable POLARSSL_TIMING_C by default (only required for HAVEGE)
by Paul Bakker
· 11 years ago
92b8dc0
Fixed memory leaks in tests
by Paul Bakker
· 11 years ago
891998e
Added extra debug information to memory_buffer_alloc_status()
by Paul Bakker
· 11 years ago
bd55244
Removed memory leak in PKCS#12 code
by Paul Bakker
· 11 years ago
4632083
Removed memory leaks in PKCS#5 functions
by Paul Bakker
· 11 years ago
e07c431
Test suite automatically uses buffer-based memory allocator if present
by Paul Bakker
· 11 years ago
6e339b5
Memory-allocation abstraction layer and buffer-based allocator added
by Paul Bakker
· 11 years ago
f863485
Remove memory leak in PKCS#5 self test
by Paul Bakker
· 11 years ago
abf2f8f
zlib compression/decompression skipped on empty blocks
by Paul Bakker
· 11 years ago
Next »