Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
93017de47e020bed5f51a907cda3319e98623fd0
/
include
5d8ba53
Expand and fix resend infrastructure
by Manuel Pégourié-Gonnard
· 10 years ago
ffa67be
Infrastructure for buffering & resending flights
by Manuel Pégourié-Gonnard
· 10 years ago
57fa314
Fix depend documentation
by Manuel Pégourié-Gonnard
· 10 years ago
9d9b003
Add net_recv_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
8fa6dfd
Introduce f_recv_timeout callback
by Manuel Pégourié-Gonnard
· 10 years ago
e6bdc44
Merge I/O contexts into one
by Manuel Pégourié-Gonnard
· 10 years ago
624bcb5
No memmove: done, rm temporary things
by Manuel Pégourié-Gonnard
· 10 years ago
f899583
Prepare moving away from memmove() on incoming HS
by Manuel Pégourié-Gonnard
· 10 years ago
9d1d719
Check length before reading handshake header
by Manuel Pégourié-Gonnard
· 10 years ago
d9ba0d9
Prepare for checking incoming handshake seqnum
by Manuel Pégourié-Gonnard
· 10 years ago
64dffc5
Make handshake reassembly work with openssl
by Manuel Pégourié-Gonnard
· 10 years ago
502bf30
Handle reassembly of handshake messages
by Manuel Pégourié-Gonnard
· 10 years ago
562eb78
Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL
by Manuel Pégourié-Gonnard
· 10 years ago
bef8f09
Make cookie timeout configurable
by Manuel Pégourié-Gonnard
· 10 years ago
e903081
Add timestamp/serial to cookies, with timeout
by Manuel Pégourié-Gonnard
· 10 years ago
a64acd4
Add separate SSL_COOKIE_C define
by Manuel Pégourié-Gonnard
· 10 years ago
7d38d21
Allow disabling HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
232edd4
Move cookie callbacks implementation to own module
by Manuel Pégourié-Gonnard
· 10 years ago
d485d19
Move to a callback interface for DTLS cookies
by Manuel Pégourié-Gonnard
· 10 years ago
d7f9bc5
Refactor cookie to prepare for external callbacks
by Manuel Pégourié-Gonnard
· 10 years ago
82202f0
Make DTLS_HELLO_VERIFY a compile option
by Manuel Pégourié-Gonnard
· 10 years ago
98545f1
Generate random key for HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
43c0218
Add ssl_set_client_transport_id()
by Manuel Pégourié-Gonnard
· 10 years ago
2c9ee81
Start adding srv support for hello verify request
by Manuel Pégourié-Gonnard
· 10 years ago
a0e1632
Do not use compression with DTLS
by Manuel Pégourié-Gonnard
· 10 years ago
67427c0
Fix checksum computation with HelloVerifyRequest
by Manuel Pégourié-Gonnard
· 10 years ago
7484881
Implement HelloVerifyRequest on client
by Manuel Pégourié-Gonnard
· 10 years ago
b2f3be8
Support multiple records in one datagram
by Manuel Pégourié-Gonnard
· 10 years ago
34c1011
Fix a few warnings in reduced configs
by Manuel Pégourié-Gonnard
· 11 years ago
fe98ace
Adapt ssl_fetch_input() for UDP
by Manuel Pégourié-Gonnard
· 11 years ago
f5a1312
Add UDP support to the NET module
by Manuel Pégourié-Gonnard
· 11 years ago
e89bcf0
Write new DTLS handshake fields correctly
by Manuel Pégourié-Gonnard
· 11 years ago
0619348
Add explicit counter in DTLS record header
by Manuel Pégourié-Gonnard
· 11 years ago
7ee6f0e
Preparation: allow {in,out}_ctr != {in,out}_buf
by Manuel Pégourié-Gonnard
· 11 years ago
abc7e3b
Handle DTLS version encoding and fix some checks
by Manuel Pégourié-Gonnard
· 11 years ago
864a81f
More ssl_set_XXX() functions can return BAD_INPUT
by Manuel Pégourié-Gonnard
· 11 years ago
b21ca2a
Adapt version-handling functions to DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
d666451
Add a ciphersuite NODTLS flag
by Manuel Pégourié-Gonnard
· 11 years ago
0b1ff29
Add basic flags for DTLS
by Manuel Pégourié-Gonnard
· 11 years ago
9eac4f7
Prepare for release 1.3.9
by Paul Bakker
· 10 years ago
da1b4de
Increase MPI_MAX_BYTES to allow RSA 8192
by Manuel Pégourié-Gonnard
· 10 years ago
9e4ff95
Clarified len parameter of ssl_read()
by Paul Bakker
· 10 years ago
ef5087d
Added explicit casts to prevent compiler warnings when trying to build for iOS
by Sander Niemeijer
· 10 years ago
44ade65
Implement (partial) renego delay on client
by Manuel Pégourié-Gonnard
· 10 years ago
6591962
Allow delay on renego on client
by Manuel Pégourié-Gonnard
· 10 years ago
55e4ff2
Tune comments
by Manuel Pégourié-Gonnard
· 10 years ago
8d4ad07
SHA-2 ciphersuites now require TLS 1.x
by Manuel Pégourié-Gonnard
· 10 years ago
8dcb2d7
Support escaping of commas in x509_string_to_names()
by Paul Bakker
· 10 years ago
ec3a617
Make ready for release of 1.3.8 and soversion 7
by Paul Bakker
· 10 years ago
84bbeb5
Adapt cipher and MD layer with _init() and _free()
by Paul Bakker
· 10 years ago
accaffe
Restructure ssl_handshake_init() and small fixes
by Paul Bakker
· 10 years ago
a317a98
Adapt programs / test suites
by Paul Bakker
· 10 years ago
8f870b0
Add dhm_init()
by Paul Bakker
· 10 years ago
fff0366
Add ctr_drbg_free()
by Paul Bakker
· 10 years ago
5b4af39
Add _init() and _free() for hash modules
by Paul Bakker
· 10 years ago
c7ea99a
Add _init() and _free() for cipher modules
by Paul Bakker
· 10 years ago
08e81e0
Change selection of hash algorithm for TLS 1.2
by Manuel Pégourié-Gonnard
· 10 years ago
8fb99ab
Merge changes for leaner memory footprint
by Paul Bakker
· 10 years ago
481fcfd
Make PSK_LEN configurable and adjust PMS size
by Manuel Pégourié-Gonnard
· 10 years ago
dfc7df0
Add SSL_CIPHERSUITES config option
by Manuel Pégourié-Gonnard
· 10 years ago
a9964db
Add ssl_set_renegotiation_enforced()
by Manuel Pégourié-Gonnard
· 10 years ago
c27807d
Make SSL_BUFFER_LEN overhead depend more on config
by Manuel Pégourié-Gonnard
· 10 years ago
237a847
Fix typos in comments
by Paul Bakker
· 10 years ago
d543a58
Clarify padding questions in the PK documentation
by Manuel Pégourié-Gonnard
· 10 years ago
2361746
Try to clarify ECDH interface documentation
by Manuel Pégourié-Gonnard
· 10 years ago
5af0e5b
Document in-out param of dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 10 years ago
bf31977
Update BIGNUM_C comments
by Manuel Pégourié-Gonnard
· 10 years ago
3926a2c
Clarify mpi_write_binary()'s doc.
by Manuel Pégourié-Gonnard
· 10 years ago
dc16aa7
Improve comments on POLARSSL_ERROR_STRERROR_DUMMY
by Manuel Pégourié-Gonnard
· 10 years ago
01edb10
Add POLARSSL_REMOVE_RC4_CIPHERSUITES
by Manuel Pégourié-Gonnard
· 10 years ago
2a45d1c
Merge changes to config examples and configuration issues
by Paul Bakker
· 10 years ago
3135725
Disable broken Sparc64 bn_mul assembly
by Manuel Pégourié-Gonnard
· 10 years ago
acbcbba
Fix asm format of bn_mul.h for more portability
by Manuel Pégourié-Gonnard
· 10 years ago
35e7cb9
Fix preprocessor checks for bn_mul PPC asm
by Barry K. Nathan
· 11 years ago
f4e1b64
Fix comments about X.509 versions
by Manuel Pégourié-Gonnard
· 10 years ago
08485cc
Fix SSL_BUFFER_LEN
by Manuel Pégourié-Gonnard
· 10 years ago
8f62563
Fix dependencies: GCM != AEAD != CCM
by Manuel Pégourié-Gonnard
· 10 years ago
1c98ff9
Merge more test improvements and tests
by Paul Bakker
· 10 years ago
f3b4724
Split x509_csr_parse_der() out of x509_csr_parse()
by Manuel Pégourié-Gonnard
· 10 years ago
d77cd5d
Add tests for x509_csr_parse
by Manuel Pégourié-Gonnard
· 10 years ago
81754a0
Create a 'flags' field in cipher_info
by Manuel Pégourié-Gonnard
· 10 years ago
db20c10
Add #endif comments for #endif more than 10 lines from #if / #else
by Paul Bakker
· 10 years ago
c2ff208
Merge parsing and verification of RSASSA-PSS in X.509 modules
by Paul Bakker
· 10 years ago
6dade7c
Fix typos and spacing
by Paul Bakker
· 10 years ago
508e573
Merge tests for asn1write, XTEA and Entropy modules
by Paul Bakker
· 10 years ago
c7c56b2
Add more tests for the entropy module
by Manuel Pégourié-Gonnard
· 10 years ago
4dd7392
Add entropy_self_test()
by Manuel Pégourié-Gonnard
· 10 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 10 years ago
bf696d0
Make sig_opts non-optional in X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
dddbb1d
Rm sig_params from various X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
9113603
Use sig_opts in x509_sig_alg_gets()
by Manuel Pégourié-Gonnard
· 10 years ago
f75f2f7
Add sig_opts member to X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
20422e9
Add pk_verify_ext()
by Manuel Pégourié-Gonnard
· 10 years ago
5ec628a
Add rsa_rsassa_pss_verify_ext()
by Manuel Pégourié-Gonnard
· 10 years ago
e6d1d82
Relax checks on RSA mode for public key operations
by Manuel Pégourié-Gonnard
· 10 years ago
78117d5
Consider trailerField a constant
by Manuel Pégourié-Gonnard
· 10 years ago
cac31ee
Factor common code for printing sig_alg
by Manuel Pégourié-Gonnard
· 11 years ago
cf975a3
Factor out some common code
by Manuel Pégourié-Gonnard
· 11 years ago
39868ee
Parse CSRs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
8e42ff6
Parse CRLs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
Next »