Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
1004c19ed0a67c4bdbc4635dcd6814817360338e
/
library
1004c19
ssl_write_server_key_exchange refactor: don't use p in the signing phase
by Gilles Peskine
· 7 years ago
184a3fa
ssl_write_server_key_exchange refactor: create ssl_prepare_server_key_exchange
by Gilles Peskine
· 7 years ago
3ce9b90
ssl_write_server_key_exchange refactor: remove dig_signed_len
by Gilles Peskine
· 7 years ago
4bf9a28
SSL asynchronous signature: first implementation
by Gilles Peskine
· 7 years ago
ebd652f
ssl_write_server_key_exchange: calculate hashlen explicitly
by Gilles Peskine
· 7 years ago
e1efdf9
ssl_write_server_key_exchange: don't hard-code max hash size
by Gilles Peskine
· 7 years ago
e198df5
ssl_pick_cert: use the public key for can_do
by Gilles Peskine
· 7 years ago
8bf79f6
SSL asynchronous private key operation callbacks: interface
by Gilles Peskine
· 7 years ago
59e83d9
Add conf parameter to mbedtls_ssl_handshake_free
by Gilles Peskine
· 7 years ago
fe1c093
ssl_write_server_key_exchange refactor: remove redundant variable n
by Gilles Peskine
· 7 years ago
81d4e89
Don't rely on private key metadata in SSL
by Gilles Peskine
· 7 years ago
17196cd
Merge remote-tracking branch 'upstream-public/pr/964' into development
by Gilles Peskine
· 7 years ago
197a6d4
Merge remote-tracking branch 'upstream-public/pr/1097' into development
by Gilles Peskine
· 7 years ago
3fcc045
Merge remote-tracking branch 'upstream-public/pr/866' into development
by Gilles Peskine
· 7 years ago
7c483b6
Merge remote-tracking branch 'upstream-public/pr/865' into development
by Gilles Peskine
· 7 years ago
ae3925c
Merge remote-tracking branch 'public/pr/1136' into development
by Manuel Pégourié-Gonnard
· 7 years ago
621080d
Fix compilation issue weh self test defined
by Ron Eldor
· 7 years ago
ada3ee8
Timing self test: shorten redundant tests
by Gilles Peskine
· 7 years ago
8873bcc
Timing self test: increased duration
by Gilles Peskine
· 7 years ago
0f59b13
Timing self test: increased tolerance
by Gilles Peskine
· 7 years ago
0827d5c
Timing self test: print some diagnosis information
by Gilles Peskine
· 7 years ago
d92f0aa
mbedtls_timing_get_timer: don't use uninitialized memory
by Gilles Peskine
· 7 years ago
a0af95f
Timing: fix mbedtls_set_alarm(0) on Unix/POSIX
by Gilles Peskine
· 7 years ago
705c52f
Merge remote-tracking branch 'public/pr/1145' into development
by Manuel Pégourié-Gonnard
· 7 years ago
4712119
Merge remote-tracking branch 'restricted/pr/397' into development
by Manuel Pégourié-Gonnard
· 7 years ago
535553e
Merge remote-tracking branch 'public/pr/1184' into development
by Manuel Pégourié-Gonnard
· 7 years ago
1434a36
Don't split error code description across multiple lines
by Hanno Becker
· 7 years ago
ff01e00
Merge branch 'pr_1043' into development
by Gilles Peskine
· 7 years ago
e3783da
Merge remote-tracking branch 'upstream-public/pr/1172' into development
by Gilles Peskine
· 7 years ago
832f349
Fix build without MBEDTLS_FS_IO
by Gilles Peskine
· 7 years ago
0884f48
Merge remote-tracking branch 'upstream-public/pr/1141' into development
by Gilles Peskine
· 7 years ago
183de31
Merge remote-tracking branch 'upstream-public/pr/895' into development
by Gilles Peskine
· 7 years ago
4daffe2
Merge branch 'pr_1025' into development
by Gilles Peskine
· 7 years ago
ea8d697
Merge remote-tracking branch 'upstream-public/pr/1089' into development
by Gilles Peskine
· 7 years ago
f242121
Merge remote-tracking branch 'upstream-public/pr/828' into development
by Gilles Peskine
· 7 years ago
9c3573a
Merge remote-tracking branch 'upstream-public/pr/988' into development
by Gilles Peskine
· 7 years ago
e770722
Merge remote-tracking branch 'upstream-public/pr/1062' into development
by Gilles Peskine
· 7 years ago
68306ed
Merge remote-tracking branch 'upstream-public/pr/1094' into development
by Gilles Peskine
· 7 years ago
c64a48b
Add checks for private parameter in mbedtls_ecdsa_sign()
by Darryl Green
· 7 years ago
888fede
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
2236082
Address PR review comments
by Ron Eldor
· 7 years ago
e1a9a4a
Fix crash when calling `mbedtls_ssl_cache_free` twice
by Ron Eldor
· 7 years ago
40f8b51
Add comments on the use of the renego SCSV and the renego ext
by Hanno Becker
· 7 years ago
21df7f9
Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused
by Hanno Becker
· 7 years ago
b4ff0aa
Swap branches accepting/refusing renegotiation in in ssl_read
by Hanno Becker
· 7 years ago
735b37e
Correctly handle leap year in x509_date_is_valid()
by Andres Amaya Garcia
· 8 years ago
73a3817
Parse Signature Algorithm ext when renegotiating
by Ron Eldor
· 7 years ago
bd9d42c
Fix typo and bracketing in macro args
by Andres Amaya Garcia
· 7 years ago
106637f
Correctly handle leap year in x509_date_is_valid()
by Andres Amaya Garcia
· 8 years ago
8dd73e6
Parse Signature Algorithm ext when renegotiating
by Ron Eldor
· 7 years ago
86968c6
Fix typo and bracketing in macro args
by Andres Amaya Garcia
· 7 years ago
6bce9cb
Always print gmt_unix_time in TLS client
by Andres Amaya Garcia
· 7 years ago
1a9a51c
Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog.
by Hanno Becker
· 8 years ago
947194e
Make mbedtls_ssl_set_hostname safe to be called multiple times
by Hanno Becker
· 8 years ago
074c58f
Always print gmt_unix_time in TLS client
by Andres Amaya Garcia
· 7 years ago
bc389d1
Extend scope of ERR_RSA_UNSUPPORTED_OPERATION error code
by Hanno Becker
· 7 years ago
3cdc711
Deprecate usage of RSA primitives with wrong key type
by Hanno Becker
· 7 years ago
2f38a43
Enhance documentation of ssl_write_hostname_ext, adapt ChangeLog.
by Hanno Becker
· 8 years ago
39f5d35
Make mbedtls_ssl_set_hostname safe to be called multiple times
by Hanno Becker
· 8 years ago
b427421
Improve documentation in pkparse.c
by Hanno Becker
· 7 years ago
f04111f
Fix typo
by Hanno Becker
· 7 years ago
1526330
Allow alternate implementation of GCM
by Jaeden Amero
· 7 years ago
d8a6f7c
Clarify code-paths in x509write_csr and x509write_crt
by Hanno Becker
· 7 years ago
a20e33a
Use X509 CRT version macros for version checks in x509write_crt_der
by Hanno Becker
· 7 years ago
0b7b83f
Fixed SIGSEGV problem when writing with ssl_write_real a buffer that is over MBEDTLS_SSL_MAX_CONTENT_LEN bytes
by Florin
· 7 years ago
2b187c4
Correct typo
by Hanno Becker
· 7 years ago
0169253
Document code silently discarding invalid records
by Andres Amaya Garcia
· 7 years ago
2fad94b
Dont send alert on invalid DTLS record type
by Andres Amaya Garcia
· 7 years ago
d4a872e
Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG
by Hanno Becker
· 7 years ago
81535d0
Minor style and typo corrections
by Hanno Becker
· 7 years ago
4769865
Omit version from X.509 v1 certificates
by Hanno Becker
· 7 years ago
d7f3520
Don't add extensions for X.509 non-v3 certificates
by Hanno Becker
· 7 years ago
fc77144
Fix extraction of signature-type from PK context instance
by Hanno Becker
· 7 years ago
9be1926
Correct parsing checks in `mbedtls_pk_parse_key`
by Hanno Becker
· 7 years ago
66a0f83
Remove unreachable branches in pkparse.c
by Hanno Becker
· 7 years ago
b8d1657
Mention in-place decryption in pk_parse_key_pkcs8_encrypted_der
by Hanno Becker
· 7 years ago
2aa80a7
Remove unnecessary cast
by Hanno Becker
· 7 years ago
9c6cb38
Fix typo in pkparse.c
by Hanno Becker
· 7 years ago
fab3569
Use in-place decryption in pk_parse_pkcs8_encrypted_der
by Hanno Becker
· 7 years ago
771d30e
Add missing calls to mbedtls_pem_free in mbedtls_pk_parse
by Hanno Becker
· 7 years ago
72ea31b
Update version number to 2.6.0
by Simon Butcher
· 7 years ago
mbedtls-2.6.0
7c02c50
Change PK module preprocessor check on word size
by Andres Amaya Garcia
· 7 years ago
a55e084
Fix naked call to time() with platform call
by Simon Butcher
· 7 years ago
61937d4
Rename time and index parameter to avoid name conflict.
by Hanno Becker
· 8 years ago
2e3ddfa
Prevent signed integer overflow in CSR parsing
by Andres AG
· 8 years ago
8016474
Fix potential integer overflow parsing DER CRT
by Andres AG
· 8 years ago
4f753c1
Fix potential integer overflow parsing DER CRL
by Andres AG
· 8 years ago
683ac27
Checked names
by Gilles Peskine
· 7 years ago
a95d630
Fix platform setup/teardown feature and comments
by Simon Butcher
· 7 years ago
d91f99f
Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT
by Andres Amaya Garcia
· 7 years ago
3c8a39d
Remove internal functions from setup API
by Andres Amaya Garcia
· 7 years ago
2a6f39c
Add library setup and teardown APIs
by Andres Amaya Garcia
· 7 years ago
bedc205
Export mbedtls_aes_(en/de)crypt to retain for API compatibility
by Hanno Becker
· 7 years ago
639ce56
Undo API change from SHA1 deprecation
by Hanno Becker
· 7 years ago
d300a57
Undo API change
by Hanno Becker
· 7 years ago
7269fee
Check return code of mbedtls_mpi_fill_random
by Ron Eldor
· 8 years ago
3e19df5
Resource leak fix on windows platform
by Ron Eldor
· 8 years ago
8ab0595
Wrong preproccessor condition fix
by Ron Eldor
· 8 years ago
5a21fd6
fix for issue 1118: check if iv is zero in gcm.
by Ron Eldor
· 8 years ago
bfea4a7
Remove mutexes from ECP hardware acceleration
by Janos Follath
· 7 years ago
Next »